This is the mail archive of the
gdb@sources.redhat.com
mailing list for the GDB project.
Unable to access core file until terminate process?
- To: gdb at sources dot redhat dot com
- Subject: Unable to access core file until terminate process?
- From: Craig Rodrigues <rodrigc at mediaone dot net>
- Date: Tue, 24 Jul 2001 08:38:44 -0400
Hi,
I am using:
gdb --version
GNU gdb 5.0
gcc -v
gcc version 2.95.2 19991024 (release)
I have a program which dies with a SIGSEGV (signal 11)
and generates a core file.
When I try to debug this:
gdb myprog core
I get a warning from gdb:
=========================================================================
Core was generated by myprog.
Program terminated with signal 11, Segmentation fault.
warning: you won't be able to access this core file until you terminate
your multi-threaded child process.; do ``info files''
=========================================================================
What does this error message mean, and how do I debug this
program? Doing "info files" displays some information about
the core file, but does not allow me to proceed any further.
Thanks for any help.
--
Craig Rodrigues
http://www.gis.net/~craigr
rodrigc@mediaone.net