Comment 1 for bug 1351477

Revision history for this message
Michi Henning (michihenning) wrote :

Thanks for the bug report! When the process is hung, could you attach with gdb and forward the stack trace for all threads?

sudo gdb
attach <pid>
set logging on
t a a bt
set logging off

That'll put the stack trace into gdb.txt