[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]
Re: Help - core dumps
- Subject: Re: Help - core dumps
- From: Arun Sharma <adsharma@xxxxxxxx>
- Date: Sat, 31 Jul 1999 16:26:25 -0700
On Sat, Jul 31, 1999 at 03:12:21PM +0530, Rajat Patni wrote:
> What are core dumps, and how can they be debugged?
A core dump is the memory image of a program when it made an illegal
operation, written to the disk.
You can use the core dump to debug a program as follows:
$ gdb program core
then,
(gdb) bt
(gdb) info regs
etc
(gdb) help
for more info.
-Arun
- --------------------------------------------------------------------
For more information on Linux in India visit http://www.linux-india.org/
The Linux India mailing list does not accept postings in HTML format.
------------------------------