Closed
Bug 241464
Opened 21 years ago
Closed 21 years ago
Crash @ nsImapProtocol::HandleIdleResponses
Categories
(MailNews Core :: Networking: IMAP, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emaijala+moz, Assigned: Bienvenu)
Details
(Keywords: crash, fixed1.7, Whiteboard: TB28527E)
Attachments
(1 file)
709 bytes,
patch
|
emaijala+moz
:
review+
mscott
:
superreview+
asa
:
approval1.7+
|
Details | Diff | Splinter Review |
Running 1.7 branch build 2004042109 on WinXP. Got a crash at
nsImapProtocol::HandleIdleResponses line 1211 (TalkBack ID TB28527E). I didn't
check what the exact line is in the branch, but could it be that
m_imapMailFolderSink is invalid in the end of the function?
Reporter | ||
Updated•21 years ago
|
Flags: blocking1.7?
Whiteboard: TB28527E
Version: Trunk → Other Branch
Assignee | ||
Comment 1•21 years ago
|
||
It's possible that it's null somehow - doesn't hurt to check.
Assignee | ||
Comment 2•21 years ago
|
||
Comment on attachment 146852 [details] [diff] [review]
null check fix
simple null check.
Attachment #146852 -
Flags: superreview?(mscott)
Attachment #146852 -
Flags: review?(ere)
Attachment #146852 -
Flags: approval1.7?
Updated•21 years ago
|
Attachment #146852 -
Flags: superreview?(mscott) → superreview+
Reporter | ||
Comment 3•21 years ago
|
||
Comment on attachment 146852 [details] [diff] [review]
null check fix
r=ere
Attachment #146852 -
Flags: review?(ere) → review+
Assignee | ||
Comment 4•21 years ago
|
||
fix checked in.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Comment 5•21 years ago
|
||
Comment on attachment 146852 [details] [diff] [review]
null check fix
a=asa (on behalf of drivers) for checkin to 1.7
Attachment #146852 -
Flags: approval1.7? → approval1.7+
Updated•21 years ago
|
Flags: blocking1.7?
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•