This is the mail archive of the
gdb@sources.redhat.com
mailing list for the GDB project.
Stack "signal handler called"
- From: Fabian Cenedese <Cenedese at indel dot ch>
- To: gdb at sources dot redhat dot com
- Date: Thu, 30 Sep 2004 11:45:46 +0200
- Subject: Stack "signal handler called"
Hi
I tried to examine a target where a thread had crashed. I issued bt
and got only one frame, somewhere in memcpy.c. For the second
frame gdb only printed <signal handler called>. What does this mean?
I found the string in stack.c but I couldn't make out the meaning.
Does it mean that the call stack was destroyed? Some invalid
addresses in the call stack?
Thanks
bye Fabi