Bug 570041 - [abrt] crash in thunderbird-3.0.2-1.fc12: Process /usr/lib64/thunderbird-3.0/thunderbird-bin was killed by signal 11 (SIGSEGV)
Summary: [abrt] crash in thunderbird-3.0.2-1.fc12: Process /usr/lib64/thunderbird-3.0/...
Keywords:
Status: CLOSED DUPLICATE of bug 570391
Alias: None
Product: Fedora
Classification: Fedora
Component: thunderbird
Version: 12
Hardware: x86_64
OS: Linux
low
medium
Target Milestone: ---
Assignee: Gecko Maintainer
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:071f4166c150257b3a6562f84f2...
: 570034 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-03-03 03:28 UTC by Kyle
Modified: 2010-03-05 12:56 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2010-03-05 12:56:49 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (86.36 KB, text/plain)
2010-03-03 03:28 UTC, Kyle
no flags Details
rpm -qa output (2.19 KB, text/plain)
2010-03-05 03:03 UTC, Kyle
no flags Details
gdb backtrace (25.27 KB, text/plain)
2010-03-05 03:24 UTC, Kyle
no flags Details
valgrind output (2.23 KB, text/plain)
2010-03-05 03:33 UTC, Kyle
no flags Details

Description Kyle 2010-03-03 03:28:07 UTC
abrt 1.0.7 detected a crash.

architecture: x86_64
Attached file: backtrace
cmdline: /usr/lib64/thunderbird-3.0/thunderbird-bin
comment: I wasn't doing anything special.  Just selecting different IMAP folders and reading my email.
component: thunderbird
executable: /usr/lib64/thunderbird-3.0/thunderbird-bin
kernel: 2.6.31.12-174.2.22.fc12.x86_64
package: thunderbird-3.0.2-1.fc12
rating: 4
reason: Process /usr/lib64/thunderbird-3.0/thunderbird-bin was killed by signal 11 (SIGSEGV)
release: Fedora release 12 (Constantine)

Comment 1 Kyle 2010-03-03 03:28:10 UTC
Created attachment 397466 [details]
File: backtrace

Comment 2 Kyle 2010-03-03 03:40:34 UTC
*** Bug 570034 has been marked as a duplicate of this bug. ***

Comment 3 Kyle 2010-03-03 16:02:42 UTC
This is happening to me over, and over, and over again.  I even updated to thunderbird-3.0.3-1.fc12 but it's having the exact same problem.

Comment 4 Kyle 2010-03-04 06:09:23 UTC
I'm finding this seems to occur most regularly when I select a different IMAP folder while thunderbird is checking for new messages.

Comment 5 Chris Campbell 2010-03-04 23:07:10 UTC
#2  <signal handler called>
No symbol table info available.
#3  nsQueryInterface::operator() (this=<value optimized out>, aIID=..., 
    answer=0x7fff301156b8) at nsCOMPtr.cpp:47
        status = <value optimized out>
#4  0x00007f42333257ba in nsCOMPtr_base::assign_from_qi (this=0x7fff30115710, 
    qi=..., iid=...) at nsCOMPtr.cpp:96
        newRawPtr = 0x7f42333257d4
#5  0x00007f422b8fff26 in nsCOMPtr<nsIMsgFolder>::nsCOMPtr (this=
    0x7fff30115710, qi=<value optimized out>)
    at ../../../mozilla/dist/include/xpcom/nsCOMPtr.h:572
No locals.
#6  0x00007f422ba1dae1 in nsImapIncomingServer::OnStopRunningUrl (this=
    0x7f42330b7f00, url=<value optimized out>, exitCode=<value optimized out>)
    at /usr/src/debug/thunderbird-3.0.2/comm-1.9.1/mailnews/imap/src/nsImapIncomingServer.cpp:2353
        folderCount = 0
        msgFolder = {<nsCOMPtr_base> = {mRawPtr = 0x0}, <No data fields>}
        imapAction = 22
        rv = <value optimized out>
        msgWindow = {<nsCOMPtr_base> = {mRawPtr = 0x0}, <No data fields>}
        imapUrl = {<nsCOMPtr_base> = {mRawPtr = 
    0x7f421730f800}, <No data fields>}
#7  0x00007f422b91447a in nsMsgMailNewsUrl::SetUrlState (this=0x7f421730f808, 
    aRunningUrl=<value optimized out>, aExitCode=0)
    at /usr/src/debug/thunderbird-3.0.2/comm-1.9.1/mailnews/base/util/nsMsgMailNewsUrl.cpp:135
        listener = {<nsCOMPtr_base> = {mRawPtr = 
    0x7f42330b7fe8}, <No data fields>}
        iter = 
    {<nsAutoTObserverArray<nsCOMPtr<nsIUrlListener>, 0u>::Iterator> = 
    {<nsTObserverArray_base::Iterator_base> = {mPosition = 1, mNext = 0x0}, 
            mArray = @0x7f421730f8a0}, <No data fields>}
        statusFeedback = {<nsCOMPtr_base> = {mRawPtr = 0x0}, <No data fields>}
#8  0x00007f422ba27010 in nsImapMailFolder::SetUrlState (this=0x7f421bfefc00, 
    aProtocol=0x7f421935a800, aUrl=0x7f421730f808, isRunning=0, statusCode=0)
    at /usr/src/debug/thunderbird-3.0.2/comm-1.9.1/mailnews/imap/src/nsImapMailFolder.cpp:6604
No locals.




-- 
Fedora Bugzappers volunteer triage team
https://fedoraproject.org/wiki/BugZappers

Comment 6 Chris Campbell 2010-03-04 23:10:03 UTC
Thank you for taking the time to submit this bug report.

We have reviewed the information you have provided above, and there is some additional information we require that will be helpful in our diagnosis of this issue.

First of all, could we get output of the command, saved in a text file and attached to this bug:

 $ rpm -qa *thunderbird* *mozilla* *flash* *plugin*

Please also install thunderbird-debuginfo.

 # debuginfo-install thunderbird

Then run thunderbird inside the gdb debugger. Please do the following:

 $ thunderbird -g

Stuff will appear. Ignore this until you get the gdb command prompt, then do:

 (gdb) run

Now, thunderbird should start up. Use it and reproduce the crash. When thunderbird crashes, you should be back to the gdb prompt. Now do:

 (gdb) thread apply all back-trace

More screens of stuff will occur. Copy all of this part to your editor of choice, such as gedit, and save it as an uncompressed file and attach it to this bug report.

We will review this issue again once you've had a chance to attach this information.




-- 
Fedora Bugzappers volunteer triage team
https://fedoraproject.org/wiki/BugZappers

Comment 7 Chris Campbell 2010-03-04 23:13:21 UTC
Also, if you take a look at bug 531083 , Martin (one of our developers) asks the reporter to use valgrind. That bug is the same as this one (very similar back-traces). If you are willing to do a little sleuthing, please follow his directions there as well.



-- 
Fedora Bugzappers volunteer triage team
https://fedoraproject.org/wiki/BugZappers

Comment 8 Kyle 2010-03-05 03:03:38 UTC
Created attachment 397964 [details]
rpm -qa output

This is the output of:

% rpm -qa '*thunderbird*' '*mozilla*' '*flash*' '*plugin*'

Comment 9 Kyle 2010-03-05 03:24:31 UTC
Created attachment 397965 [details]
gdb backtrace

Output from:

(gdb) thread apply all backtrace

Comment 10 Kyle 2010-03-05 03:33:06 UTC
Created attachment 397966 [details]
valgrind output

Output from:

% valgrind --trace-children=yes --log-file=tmp/RH_Bugzilla_570041_valgrind_log.txt /usr/bin/thunderbird

Comment 11 Jan Horak 2010-03-05 12:56:49 UTC
Thanks for detailed report, looks like a duplicate of bug #570391.

*** This bug has been marked as a duplicate of bug 570391 ***


Note You need to log in before you can comment on or make changes to this bug.