Comment 1 for bug 136594

Revision history for this message
TJ (tj) wrote : Re: Thunderbird segfaults when reading mail

Try running Thunderbird from gdb (the debugger). You may need to install it:- "sudo apt-get install gdb"

Then do "gdb thunderbird" and wait until the crash.

In gdb type "bt" to get a backtrace and post that.