From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 4A6221F463; Wed, 11 Dec 2019 17:06:59 +0000 (UTC) Date: Wed, 11 Dec 2019 17:06:59 +0000 From: Eric Wong To: Arkadi Colson Cc: cmogstored-public@bogomips.org Subject: Re: Heavy load Message-ID: <20191211170658.GA16951@dcvr> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: List-Id: Arkadi Colson wrote: > Hi > On heavy load our cmogstored daemon are crashing frequently with > following error in the syslog: > Dec 11 12:28:08 hostname kernel: [1995674.355262] cmogstored[15660]: > segfault at 7fd981ae3fd8 ip 00007fd9825f0dc8 sp 00007fd981ae3fe0 error 6 > in libc-2.24.so[7fd9825aa000+195000] > Somebody an idea why? That's not good and not something I've seen. Do you have a backtrace and debugging symbols for libc and cmogstored? Which version of cmogstored? Thanks.