Changes

Jump to: navigation, search

Thunderbird:Testing:Get A Debug Thunderbird Hang Stack

47 bytes added, 11:01, 12 September 2009
'cont', if TB stops
2) At a Terminal prompt, find its process id:
ps ax | grep thunderbird-bin
(The pid will be listed in the first column to the left. Let's assume it's '123'.)
gdb thunderbird-bin 123
4) If TB stops, then continue it:  cont 5) Next, get a backtrace of all running TB threads:
thread apply all bt
56) Finally, save the output to a text file and attach it to your bug report.
[https://bug494849.bugzilla.mozilla.org/attachment.cgi?id=379647 A sample all-thread backtrace]
Credit Steven Michaud from [https://bugzilla.mozilla.org/show_bug.cgi?id=470001#c23 bug 470001 comment 23] for the original instructions.
22
edits

Navigation menu