From owner-freebsd-questions@FreeBSD.ORG Tue Apr 26 14:53:17 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 749A0106564A for ; Tue, 26 Apr 2011 14:53:17 +0000 (UTC) (envelope-from mbak@inbox.lv) Received: from shark3.inbox.lv (shark3.inbox.lv [89.111.3.83]) by mx1.freebsd.org (Postfix) with ESMTP id 194D18FC15 for ; Tue, 26 Apr 2011 14:53:16 +0000 (UTC) Received: from mail.inbox.lv (pop [10.0.1.110]) by shark3-plain.inbox.lv (Postfix) with ESMTP id C6D0B1941 for ; Tue, 26 Apr 2011 17:36:26 +0300 (EEST) Received: from [10.2.2.50] (m0n0.serverbank.hu [62.77.131.200]) (Authenticated sender: mbak) by mail.inbox.lv (Postfix) with ESMTPSA id A48C21E60A for ; Tue, 26 Apr 2011 17:36:26 +0300 (EEST) Message-ID: <4DB6D869.2030702@inbox.lv> Date: Tue, 26 Apr 2011 16:36:25 +0200 From: Mikael Bak User-Agent: Thunderbird 2.0.0.24 (X11/20101027) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4DB6D082.4020907@inbox.lv> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Scanned: OK Subject: Re: Suddenly lots processes exits signal 11 (core dumped) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2011 14:53:17 -0000 Chris Rees wrote: > > On 26 Apr 2011 15:18, "Mikael Bak" > wrote: >> >> Hi list, >> >> I have a system running FreeBSD 7.3. Its main function is running >> Postfix SMTP server and a few perl based content filters. Nothing exotic >> really. >> >> It has been nicely up and running approx 150 days when it suddenly >> starts behaving very strange. >> >> First I noticed a converter script failing. It is basically a small >> shell script that converts a quite big file replacing a few words using >> sed. The output is mostly damaged. >> >> Another problem is that lots of processes exits signal 11 (core dumped). >> And I need to restart them by hand. See dmesg output below. > > Have you run memtest86? Looks like a textbook bad RAM issue. > > Chris > Hi, Thanks fot the fast answer! No I haven't yet. Thanks for the tip! Mikael