From owner-freebsd-questions@FreeBSD.ORG Thu Nov 1 00:59:31 2007 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 1796F16A417 for ; Thu, 1 Nov 2007 00:59:31 +0000 (UTC) (envelope-from cpghost@cordula.ws) Received: from fw.farid-hajji.net (fw.farid-hajji.net [213.146.115.42]) by mx1.freebsd.org (Postfix) with ESMTP id A914513C4A8 for ; Thu, 1 Nov 2007 00:59:30 +0000 (UTC) (envelope-from cpghost@cordula.ws) Received: from epia-2.farid-hajji.net (epia-2 [192.168.254.11]) by fw.farid-hajji.net (Postfix) with ESMTP id 7F671E026E; Thu, 1 Nov 2007 01:59:07 +0100 (CET) Date: Thu, 1 Nov 2007 01:59:05 +0100 From: cpghost To: Rem P Roberti Message-ID: <20071101015905.6c479bfd@epia-2.farid-hajji.net> In-Reply-To: <20071031233952.GA66540@slackbox.xs4all.nl> References: <20071031223210.GA1299@remdog.net> <20071031233952.GA66540@slackbox.xs4all.nl> Organization: Cordula's Web X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.1; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Core dump 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: Thu, 01 Nov 2007 00:59:31 -0000 On Thu, 1 Nov 2007 00:39:52 +0100 Roland Smith wrote: > On Wed, Oct 31, 2007 at 03:32:10PM -0700, Rem P Roberti wrote: > > A program that I use has started giving me this error message when > > I try to load it: > > > > Segmentation fault: 11 (core dumped) Hey, it's Halloween! ;) > This means that the program has either tried to read from a part of > the memory that it isn't allowed to access, or it has tried to write > to a memory page that is marked read-only. Rem, if you have updated that program recently, you may have installed a version that introduced a new bug. It could also happen when one of the libraries loaded by that program have been updated, and also introduced such a bug (hint: ldd(1) for a list of dynamically loaded libraries). > > Can someone give me a heads up on what's going on here. I've done a > > reinstall to no avail. > > It is a bug in the program. Yes, but if it doesn't always happen at the same location of the program, or even starts to affect other programs, seemingly randomly, you may also have a hardware problem, like faulty RAM, overheating CPU, bad PSU etc... Check your RAM with the ports sysutils/memtest86 and sysutils/memtest if you have doubts. -cpghost. -- Cordula's Web. http://www.cordula.ws/