lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: What to do with `core' [was: Re: LYNX-DEV RP colors ...]


From: Larry W. Virden, x2487
Subject: Re: What to do with `core' [was: Re: LYNX-DEV RP colors ...]
Date: Mon, 28 Apr 1997 08:13:17 -0400

> A general question for future reference: is there some software for
> analyzing core files whose output would be useful to the developers?


If the program was compiled with -g, then using:

$ dbx /path/to/executable /path/to/core
dbx> where


produces a trace of the depth within the program at the time of the crash.

If you don't have dbx, sdb or gdb have similar commands.  If you don't
have any of these, you have to find out for your OS and compiler the
name of the debugger that is available.
-- 
Larry W. Virden                 INET: address@hidden
<URL:http://www.teraform.com/%7Elvirden/> <*> O- "We are all Kosh."
Unless explicitly stated to the contrary, nothing in this posting should 
be construed as representing my employer's opinions.
;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]