From owner-freebsd-hackers Fri Jun 8 12:12:46 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 3A66E37B420 for ; Fri, 8 Jun 2001 12:12:37 -0700 (PDT) (envelope-from keramidi@otenet.gr) Received: from hades.hell.gr (patr530-a236.otenet.gr [212.205.215.236]) by mailsrv.otenet.gr (8.11.1/8.11.1) with ESMTP id f58JCSf05121; Fri, 8 Jun 2001 22:12:28 +0300 (EEST) Received: (from charon@localhost) by hades.hell.gr (8.11.3/8.11.3) id f58Fl1A16604; Fri, 8 Jun 2001 18:47:01 +0300 (EEST) (envelope-from keramidi@otenet.gr) Date: Fri, 8 Jun 2001 18:47:01 +0300 (EEST) From: Giorgos Keramidas X-X-Sender: To: Deepak Jain Cc: Subject: Re: New error - lost data? In-Reply-To: Message-ID: <20010608184100.K15426-100000@hades.hell.gr> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 8 Jun 2001, Deepak Jain wrote: > I've never seen this error. Its been occuring randomly on this > machine, sometimes as often as every few minutes, sometimes days > apart. > > Others have seen this error (based on a Google search) but nothing recent > and nothing that conclusive. This is a very standard config that has been > stable for quite a while. The panic: malloc: lost data implies to me that > something is misbehaving with its memory allocations. > > Is this a hardware issue or an application problem? The kernel is 4.1 > RELEASE. The RAM is ECC. Well, this is definitely not an application problem. Your kernel panics before the malloc data for allocated/free memory is corrupt somehow. This seems to be a hardware problem. Namely one of your memory chips playing tricks on you. I would start by removing a few RAM chips and seeing if this happens when a particular set of them are being used. If the problem persists but only when a certain chip is present, you know whats wrong :) -giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message