Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Nov 2007 01:02:02 +0200
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        FreeBSD <freebsd-questions@freebsd.org>
Subject:   Re: Core dump
Message-ID:  <20071031230202.GA49887@kobe.laptop>
In-Reply-To: <20071031223210.GA1299@remdog.net>
References:  <20071031223210.GA1299@remdog.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2007-10-31 15:32, Rem P Roberti <rem@remdog.net> wrote:
> A program that I use has started giving me this error message when I try
> to load it:
>
> Segmentation fault: 11 (core dumped)
>
> Can someone give me a heads up on what's going on here.  I've done a
> reinstall to no avail.

Is there any reason why you can't tell us the name of the program?

The more details you provide, the easier it is going to be for someone
else to help you troubleshoot the problem.

Do you have a debug-build of the program around?  If you do, you can use
gdb(1) to try to grab a stack trace of the program, and with a little
luck and a bit of effort, it may even be possible to find out the root
cause of the segmentation fault.

Giorgos




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