Thanks to all that responded.

Richard Ivanowich

----------
> From: Henrik Nordstrom <[EMAIL PROTECTED]>
> To: Richard Ivanowich <[EMAIL PROTECTED]>
> Cc: linux c programming <[EMAIL PROTECTED]>
> Subject: Re: Reading Core dumps
> Date: Friday, October 02, 1998 6:33 PM
> 
> Richard Ivanowich wrote:
> > 
> > I don't know if this is offtopic or not...i think it is on topic
though.
> 
> It is defenitely on topic.
> 
> > How do i read the core dumps that my program makes???
> 
> You use gdb to do post mortem debugging of your program.
> 
> gdb program core
> 
> It requires access to
>  1. The exact binary that the coredump is from.
>  2. Preferably the source as well, without any modifications.
> 
> ---
> Henrik Nordstr�m

Reply via email to