Re: dump the stack of a running subthread (solved)

2005-11-14 Thread Marc Brünink
On Montag, Nov 14, 2005, at 11:42 Europe/Berlin, Marc Brünink wrote: Hi, I've a program which creates some subthreads. One of them hangs. I need a stack dump of this very special thread. Any hints? I'm unable to use gdb directly, because it just occurs on one machine. And it's a production

dump the stack of a running subthread

2005-11-14 Thread Marc Brünink
Hi, I've a program which creates some subthreads. One of them hangs. I need a stack dump of this very special thread. Any hints? I'm unable to use gdb directly, because it just occurs on one machine. And it's a production system. It's no problem if the thread gets terminated. It will be resta