Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Nov 2007 01:59:05 +0100
From:      cpghost <cpghost@cordula.ws>
To:        Rem P Roberti <rem@remdog.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Core dump
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>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 1 Nov 2007 00:39:52 +0100
Roland Smith <rsmith@xs4all.nl> 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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071101015905.6c479bfd>