Closed
Bug 486485
Opened 17 years ago
Closed 17 years ago
crash [@ nsImapMailFolder::RenameClient(nsIMsgWindow*, nsIMsgFolder*, nsACString_internal const&, nsACString_internal const&) ]
Categories
(MailNews Core :: Networking: IMAP, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Usul, Assigned: Bienvenu)
References
()
Details
(Keywords: crash, topcrash, Whiteboard: [no l10n impact])
Crash Data
Attachments
(1 file)
|
1.10 KB,
patch
|
standard8
:
review+
standard8
:
superreview+
|
Details | Diff | Splinter Review |
0 thunderbird.exe nsImapMailFolder::RenameClient nsImapMailFolder.cpp:7702
1 thunderbird.exe nsImapIncomingServer::OnlineFolderRename nsImapIncomingServer.cpp:1407
2 xpcom_core.dll NS_InvokeByIndex_P xpcom/reflect/xptcall/src/md/win32/xptcinvoke.cpp:101
3 xpcom_core.dll nsEventQueue::GetEvent xpcom/threads/nsEventQueue.cpp:100
4 xpcom_core.dll nsProxyObjectCallInfo::Run xpcom/proxy/src/nsProxyEvent.cpp:181
5 xpcom_core.dll nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:510
6 xpcom_core.dll NS_ProcessNextEvent_P nsThreadUtils.cpp:227
7 thunderbird.exe nsBaseAppShell::Run widget/src/xpwidgets/nsBaseAppShell.cpp:170
8 thunderbird.exe nsAppStartup::Run toolkit/components/startup/src/nsAppStartup.cpp:192
9 thunderbird.exe XRE_main toolkit/xre/nsAppRunner.cpp:3279
10 thunderbird.exe NS_internal_main nsMailApp.cpp:103
11 thunderbird.exe wmain toolkit/xre/nsWindowsWMain.cpp:87
12 thunderbird.exe __tmainCRTStartup crtexe.c:591
13 kernel32.dll kernel32.dll@0x8e3f2
14 ntdll.dll ntdll.dll@0x7cfec
15 ntdll.dll ntdll.dll@0x7d1fe
| Reporter | ||
Comment 1•17 years ago
|
||
nominating for blocking so it get developer's attention .
More recent stack available at http://crash-stats.mozilla.com/report/index/a1a589e9-961b-48b7-9516-4d3382090722 for instance.
Flags: blocking-thunderbird3?
Comment 2•17 years ago
|
||
http://hg.mozilla.org/comm-central/annotate/413d8929e05e/mailnews/imap/src/nsImapMailFolder.cpp#l7922
7919 nsCOMPtr<nsIMsgFolder> msgParent;
7920 msgFolder->GetParentMsgFolder(getter_AddRefs(msgParent));
7921 msgFolder->SetParent(nsnull);
7922 msgParent->PropagateDelete(msgFolder, PR_TRUE, nsnull);
Comment 3•17 years ago
|
||
3.0b3 topcrash. no comments in crashes
Keywords: topcrash
Summary: crash [@ nsImapMailFolder::RenameClient ] → crash [@ nsImapMailFolder::RenameClient(nsIMsgWindow*, nsIMsgFolder*, nsACString_internal const&, nsACString_internal const&) ]
Updated•17 years ago
|
Flags: blocking-thunderbird3? → blocking-thunderbird3+
| Assignee | ||
Updated•17 years ago
|
Assignee: nobody → bienvenu
Updated•17 years ago
|
Whiteboard: [no l10n impact]
| Assignee | ||
Comment 4•17 years ago
|
||
I don't see this in b4pre, which might mean it's an uncommon crash. But it doesn't hurt to add a null check.
Attachment #395436 -
Flags: superreview?(bugzilla)
Attachment #395436 -
Flags: review?(bugzilla)
| Assignee | ||
Updated•17 years ago
|
Whiteboard: [no l10n impact] → [no l10n impact][has patch for review]
Updated•17 years ago
|
Attachment #395436 -
Flags: superreview?(bugzilla)
Attachment #395436 -
Flags: superreview+
Attachment #395436 -
Flags: review?(bugzilla)
Attachment #395436 -
Flags: review+
| Assignee | ||
Comment 5•17 years ago
|
||
fix checked in.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Whiteboard: [no l10n impact][has patch for review] → [no l10n impact]
Updated•15 years ago
|
Crash Signature: [@ nsImapMailFolder::RenameClient(nsIMsgWindow*, nsIMsgFolder*, nsACString_internal const&, nsACString_internal const&) ]
You need to log in
before you can comment on or make changes to this bug.
Description
•