Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* How to debug a hang process if the hung process itself is gdb !
@ 2010-10-05 17:38 santoshp
  2010-10-05 17:40 ` Michael Snyder
  2010-10-05 18:00 ` Jan Kratochvil
  0 siblings, 2 replies; 5+ messages in thread
From: santoshp @ 2010-10-05 17:38 UTC (permalink / raw)
  To: gdb


Hi All,
I have a problem, I have a signal handler for few fatal signals e.g.
sigsegv, sigill etc. The handler will dump the stack trace in the log when
those signals will be triggered using GDB in batch mode. What I do is fork()
a process and inside the child I exec() the gdb process to capture the stack
tarce. The command will be something like this:

/usr/bin/gdb <binary path> <running pid> -batch -n -x <command file>

cat $commandfile

set pagination off
set width 65536
thread apply all bt
detach

But it seems the gdb itself hung and the process attached is also hung. How
to debug them ?

Is there a way to see the stack trace for hung gdb process or the running
process to be debugged which was attached to gdb?

If anybody knows of any known issues with GDB, please share.

GDb version: GNU gdb Red Hat Linux (6.5-37.el5_2.2rh),
"x86_64-redhat-linux-gnu", OS is RHEL5 running on x86_64. Please let me know
if this is not the place to discuss this. Any help or pointer would be of
great help.


Thanks in advance.

Regards,
Santosh

-- 
View this message in context: http://old.nabble.com/How-to-debug-a-hang-process-if-the-hung-process-itself-is-gdb-%21-tp29889557p29889557.html
Sent from the Sourceware - gdb list mailing list archive at Nabble.com.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-10-05 18:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-05 17:38 How to debug a hang process if the hung process itself is gdb ! santoshp
2010-10-05 17:40 ` Michael Snyder
2010-10-05 17:46   ` santoshp
     [not found]   ` <AANLkTino3CmSJ1gYGMoqWjauAggHoWwED=u8MukgNqGU@mail.gmail.com>
2010-10-05 17:47     ` Michael Snyder
2010-10-05 18:00 ` Jan Kratochvil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox