Bug 244062
| Summary: | Thunderbird crash on F7 x86_64 | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Daniel Rowe <bart> | ||||||
| Component: | thunderbird | Assignee: | Gecko Maintainer <gecko-bugs-nobody> | ||||||
| Status: | CLOSED NOTABUG | QA Contact: | |||||||
| Severity: | low | Docs Contact: | |||||||
| Priority: | low | ||||||||
| Version: | 7 | CC: | hlingler | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2008-02-29 14:14:17 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
Daniel Rowe
2007-06-13 15:21:59 UTC
Can you install the debugging info for thunderbird to help us get a better idea as to what's going on? yum --enable=core-debuginfo install thunderbird-debuginfo Then run: gdb /usr/lib/thunderbird-2.0.0.0/thunderbird-bin and type run when you get the prompt. Please attach the crash output here. [bart@bajor ~]$ gdb /usr/lib64/thunderbird-2.0.0.0/thunderbird-bin GNU gdb Red Hat Linux (6.6-15.fc7rh) Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "x86_64-redhat-linux-gnu"... Using host libthread_db library "/lib64/libthread_db.so.1". (gdb) run Starting program: /usr/lib64/thunderbird-2.0.0.0/thunderbird-bin [Thread debugging using libthread_db enabled] [New Thread 46912496392944 (LWP 32551)] [New Thread 1084229968 (LWP 32554)] [New Thread 1094719824 (LWP 32555)] [New Thread 1105209680 (LWP 32560)] [New Thread 1115699536 (LWP 32563)] [New Thread 1126189392 (LWP 32564)] [New Thread 1136679248 (LWP 32565)] [New Thread 1147169104 (LWP 32566)] [New Thread 1157658960 (LWP 32567)] [Detaching after fork from child process 32568. (Try `set detach-on-fork off'.)] [New Thread 1168148816 (LWP 32569)] [New Thread 1178638672 (LWP 32570)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 46912496392944 (LWP 32551)] 0x00002aaab2930ea3 in ~nsContentTreeOwner (this=0x1531090) at nsContentTreeOwner.cpp:108 108 delete mSiteWindow2; (gdb) please attach full stack trace (by "thread apply all bt") see http://fedoraproject.org/wiki/StackTraces#head-0b97b385e6935f3bad0cda7586d78d8b7a3426f0 Created attachment 156991 [details]
stack trace
Stack trace attached.
Are there any steps how to reproduce it? e.g. does it crash on some mail message or just after start? Created attachment 159628 [details]
gdb t-bird crash debug output
Hello: I'm seeing a very similar problem with thunderbird crashing: only immediately after start-up, and only when new POP (not IMAP) mail is available - t-bird successfully fetches the mail, then freezes. I am using thunderbird-2.0.0.4-1.fc6.remi from remi's repo. I realize that this release is not Fedora's package, but this crash sure looks very familiar. So I got thunderbird-debuginfo-1.5.0.12.fc6 from the Fedora repos (since there wasn't any more recent version available for FC6), and ran gdb as per the instructions above. The output is attached. I hope that it is useful. If not, sorry to bother you. Regards, V Please disregard my Comment #7 and the accompanying attachment in Comment #6. After consulting with Remi Collet, and extensive testing of my add-ons, I have determined that the freezes were caused by the Tango Icon Theme. Sorry to have bothered you with this - I should have checked out the add-ons first. But perhaps the similarity of my crashes to the OP's problems suggests a possibly similar source for his problems. I'm sure that you are better qualified to judge this. Thanx Again and Regards, Vince Schiavoni okay, closing. |