Closed
Bug 747406
Opened 13 years ago
Closed 13 years ago
Thunderbird trunk is crashing for me on a regular basis
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: 52qtuqm9, Unassigned)
Details
(Keywords: crash, Whiteboard: [has stack trace])
Attachments
(1 file)
117.37 KB,
text/plain
|
Details |
My Thunderbird trunk build is crashing pretty frequently on me when I'm in the middle of using it, not doing anything in particular. I have noticed that it seems to happen more often if I try to start doing so when it's still in the process of starting up, in the sense that I've just launched it and it hasn't yet become quiescent from all of the core and add-on stuff that happens on startup.
I've attached "thread apply all bt" output from a recent crash. If there's more you want me to do to debug further the next time it happens, please tell me.
Updated•13 years ago
|
Severity: normal → critical
Comment 1•13 years ago
|
||
Can't figure out which thread is the crashed one :(
Whiteboard: [has stack trace]
Comment 2•13 years ago
|
||
looks like the ui thread to me:
#0 0x00000031146ba9bd in nanosleep () at ../sysdeps/unix/syscall-template.S:82
#1 0x00000031146ba861 in __sleep (seconds=0) at ../sysdeps/unix/sysv/linux/sleep.c:138
#2 0x00007ff96f6e5ee8 in ah_crap_handler (signum=11) at /mnt/share/build/thunderbird/comm-central/mozilla/toolkit/xre/nsSigHandlers.cpp:121
#3 0x00007ff96f6eb6e4 in nsProfileLock::FatalSignalHandler (signo=11, info=0x7fffbe9464b0, context=0x7fffbe946380) at /mnt/share/build/thunderbird/comm-central/objdir-tb-debug/mozilla/toolkit/profile/nsProfileLock.cpp:227
#4 <signal handler called>
#5 __memcpy_ssse3 () at ../sysdeps/x86_64/multiarch/memcpy-ssse3.S:91
#6 0x00007ff970bd3503 in nsClipboard::GetData (this=0x7ff94610d330, aTransferable=0x7ff938109a30, aWhichClipboard=1) at /mnt/share/build/thunderbird/comm-central/mozilla/widget/gtk2/nsClipboard.cpp:390
#7 0x00007ff97031683e in nsPlaintextEditor::Paste (this=0x7ff9391f5040, aSelectionType=1) at /mnt/share/build/thunderbird/comm-central/mozilla/editor/libeditor/text/nsPlaintextDataTransfer.cpp:365
#8 0x00007ff9713fda6e in NS_InvokeByIndex_P (that=0x7ff9391f5040, methodIndex=49, paramCount=1, params=0x7fffbe946dc0)
at /mnt/share/build/thunderbird/comm-central/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_x86_64_unix.cpp:195
this stack implies that you're trying to paste something into the editor. Is that posssible? Or could an extension be messing with the clipboard?
Comment 3•13 years ago
|
||
Jonathan Kamens these questions are for you ...
> this stack implies that you're trying to paste something into the editor. Is
> that posssible? Or could an extension be messing with the clipboard?
Reporter | ||
Comment 4•13 years ago
|
||
I _think_ this particular crash is no longer happening, but I can't be 100% certain, because my Thunderbird crashes so frequently because of bug 626994 that I've stopped checking every stack trace.
Comment 5•13 years ago
|
||
(In reply to Jonathan Kamens from comment #4)
> I _think_ this particular crash is no longer happening,
let's take that as a strong enough reason to close. and you can reopen if you determine in future it still exists.
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•