Closed
Bug 383798
Opened 18 years ago
Closed 18 years ago
Crash in nsMsgIdentity.cpp:293
Categories
(MailNews Core :: Backend, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kairo, Assigned: mscott)
Details
Attachments
(1 file)
|
728 bytes,
patch
|
Bienvenu
:
superreview+
|
Details | Diff | Splinter Review |
When launching mailnews on a migrated profile in a SeaMonkey build from today, I'm crashing with this relevant stack frame:
#6 0xb6e17a2f in nsMsgIdentity::getFolderPref (this=0x9461a98, prefname=0xb70d140f "fcc_folder", retval=@0xbfe5d37c, folderflag=512)
at /mnt/mozilla/src/mozilla/mailnews/base/util/nsMsgIdentity.cpp:293
mscott probably has a fix for this already.
| Assignee | ||
Updated•18 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•18 years ago
|
||
I think this will fix it. Before the nsIMsgFolder API cleanup, we used to check for success before calling msgFolder->GetURI. This restores that behavior.
Assignee: nobody → mscott
Attachment #267765 -
Flags: superreview?(bienvenu)
Updated•18 years ago
|
Attachment #267765 -
Flags: superreview?(bienvenu) → superreview+
| Reporter | ||
Comment 2•18 years ago
|
||
This fixes the crash for me.
woo-hoo!
| Assignee | ||
Comment 3•18 years ago
|
||
This has been checked in.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•