Closed
Bug 372705
Opened 19 years ago
Closed 19 years ago
ctrl-w then save crashes composing new message [@ nsMsgCompose::ResetUrisForEmbeddedObjects 57b393a0]
Categories
(Thunderbird :: Message Compose Window, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: wsmwk, Assigned: Bienvenu)
Details
(Keywords: crash, verified1.8.1.3)
Crash Data
On TB 2 version 2.0pre (20070305) compose, ctrl-w and then save causes crash. No crash if cancel or "don't save" are selected.
on trunk ctr-w, save doesn't crash but gets js error
Error: gMsgCompose.getExternalSendListener is not a function
Source File: chrome://messenger/content/messengercompose/MsgComposeCommands.js
Line: 1056
TB29943724M
nsMsgCompose::ResetUrisForEmbeddedObjects [mozilla/mailnews/compose/src/nsMsgCompose.cpp, line 387]
nsMsgCompose::NotifyStateListeners [mozilla/mailnews/compose/src/nsMsgCompose.cpp, line 3935]
nsMsgComposeSendListener::OnStopCopy [mozilla/mailnews/compose/src/nsMsgCompose.cpp, line 3295]
nsMsgComposeAndSend::NotifyListenerOnStopCopy [mozilla/mailnews/compose/src/nsMsgSend.cpp, line 4137]
CopyListener::OnStopCopy [mozilla/mailnews/compose/src/nsMsgCopy.cpp, line 156]
nsMsgCopyService::NotifyCompletion [mozilla/mailnews/base/src/nsMsgCopyService.cpp, line 679]
nsImapMailFolder::OnCopyCompleted [mozilla/mailnews/imap/src/nsImapMailFolder.cpp, line 7643]
nsImapMailFolder::OnStopRunningUrl [mozilla/mailnews/imap/src/nsImapMailFolder.cpp, line 5015]
nsUrlListenerManager::BroadcastChange [mozilla/mailnews/base/src/nsUrlListenerManager.cpp, line 97]
nsUrlListenerManager::OnStopRunningUrl [mozilla/mailnews/base/src/nsUrlListenerManager.cpp, line 123]
nsImapMailFolder::SetUrlState [mozilla/mailnews/imap/src/nsImapMailFolder.cpp, line 6330]
XPTC_InvokeByIndex [mozilla/xpcom/reflect/xptcall/src/md/win32/xptcinvoke.cpp, line 102]
EventHandler [mozilla/xpcom/proxy/src/nsProxyEvent.cpp, line 561]
0x778b0c24
nsHTMLTableRowElement::QueryInterface [mozilla/content/html/content/src/nsHTMLTableRowElement.cpp, line 141]
0x458900e8
Flags: blocking-thunderbird2?
| Assignee | ||
Comment 1•19 years ago
|
||
this works fine for me with my debug build - either it's out of date somehow, or there's some difference in our configurations.
| Assignee | ||
Comment 2•19 years ago
|
||
fix for crash was checked into the trunk and branch - I put the patch in bug 372706 by mistake.
Assignee: mscott → bienvenu
Keywords: fixed1.8.1.3
Comment 3•19 years ago
|
||
I think we can mark this as fixed...
Status: NEW → RESOLVED
Closed: 19 years ago
Flags: blocking-thunderbird2? → blocking-thunderbird2+
Resolution: --- → FIXED
Comment 4•19 years ago
|
||
verified on the 1.8 branch using version 2.0pre (20070321). No crash following the steps in the reporter's initial comment. Adding verified keyword.
Keywords: fixed1.8.1.3 → verified1.8.1.3
Updated•15 years ago
|
Crash Signature: [@ nsMsgCompose::ResetUrisForEmbeddedObjects 57b393a0]
You need to log in
before you can comment on or make changes to this bug.
Description
•