| Summary: | Thunderbird crash loop | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Cristián Rojas <mechonbarsa> | ||||
| Component: | thunderbird | Assignee: | Martin Stransky <stransky> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | urgent | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 23 | CC: | gecko-bugs-nobody, mechonbarsa, pjasicek, stransky | ||||
| 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: | 2016-03-04 21:27:30 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
|
Description
Cristián Rojas
2016-03-04 04:40:31 UTC
Please try: 1) run thunderbird in safe mode ($thunderbird -safe-mode) 2) create a fresh new profile ($thunderbird -ProfileManager) 3) obtain a backtrace and attach it here (how-to is at http://fedoraproject.org/wiki/Debugging_guidelines_for_Mozilla_products#Application_crash) Martin:
Thank you very much for the steps. I can tell you the following:
1) Running in safe mode works. No Crash Report, no issues whatsoever.
2) On gdb run, i get the following:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffbee38700 (LWP 10674)]
findElementWithHash (pH=pH@entry=0x7fffc4117698, pKey=pKey@entry=0x7fffc12c95a2 "TRACKER", pHash=pHash@entry=0x7fffbee37764) at sqlite3.c:26813
26813 if( sqlite3StrICmp(elem->pKey,pKey)==0 ){
I followed the steps of the guideline you indicated, and I'm attaching the crash_bt result.
Created attachment 1133195 [details]
crash_bt dump
When it works in safe mode it means that some of your extension causes such crash. I recommend you to disable your extensions (in the safe mode) and enable them one by one and see which one causes the problem. Then report the broken extension to its author. OK. I reset the profile (rm -rf .thunderbird), uninstalled the tracker-thunderbird-plugin-1.6.1-1.fc23.x86_64 package and started Thunderbird in normal mode. It works now. Reassigned and marked as duplicate for #1312868 *** This bug has been marked as a duplicate of bug 1312868 *** |