This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: generating core dumps
- From: bjorn rohde jensen <bjensen at fastmail dot fm>
- To: Inderjeet Saggu <isaggu at integ dot com>, gcc-help at gcc dot gnu dot org
- Date: Mon, 06 Jan 2003 19:09:13 +0100
- Subject: Re: generating core dumps
- References: <JHEFJDGEEHODCECGLMGCMEMFCCAA.isaggu@integ.com>
- Reply-to: bjensen at fastmail dot fm
Hi Saggu,
I would expect any core file to be written in the
current working directory of the dumping process,
and it should certainly contain the word 'core' in
its name; some systems also put the process id in
the core filename.
I am wondering, what is your platform, as i have
not seen output like that from a crashing process
before?.
Yours sincerely,
Bjorn
Bjorn,
signal fault in critical section.
signal number: 11, signal code: 1, fault address: 0x2e4, pc:0xff3597bc, sp:
0xfee0bb18
libthread panic: fault in bitthread critical section : dumping core (PID:
20570 LWP 1)
stacktrace:
ff3597b4
ff369fc8
ff36a288
13098
ff36b6e0
1304c
This is the description of the output I got. Where would the core be put. I
am not able to find it.
Thanks
saggu