Xuekun Hu wrote:

(gdb) bt full

see which thread actually killed it:

(gdb) thread apply all bt 10

gives you first 10 lines of backtrace for each thread. Find which one got kill()'ed. then:

(gdb) thread <number>
(gdb) bt


--
Brian Akins
Lead Systems Engineer
CNN Internet Technologies

Reply via email to