Closed
Bug 41161
Opened 25 years ago
Closed 23 years ago
Assertion in nsImapServerResponseParser::BeginMessageDownload
Categories
(MailNews Core :: Networking: IMAP, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
Future
People
(Reporter: mscott, Assigned: Bienvenu)
Details
Attachments
(2 files)
7.04 KB,
patch
|
Details | Diff | Splinter Review | |
965 bytes,
patch
|
cavin
:
review+
mscott
:
superreview+
|
Details | Diff | Splinter Review |
When attempting to download new mail, I get an assertion in
nsImapServerResponseParser::BeginMessageDownload:
NS_ASSERTION(fSizeOfMostRecentMessage > 0, "most recent message has 0 or
negative size");
I see this consistently here at mail connect on the Novell -- NIMS server.
Reporter | ||
Comment 1•25 years ago
|
||
Reporter | ||
Comment 2•25 years ago
|
||
it looks like the servers where we run into this, don't issue the message size
until after they issue the envelope response. So we eventually get the size,
just a little later than we would like.
Assignee | ||
Comment 4•25 years ago
|
||
this just has to do with mpod and it's harmless. I'll look into it a little more.
Assignee: mscott → bienvenu
- per mail triage
Whiteboard: [nsbeta3-]
Target Milestone: M20 → Future
Assignee | ||
Comment 7•23 years ago
|
||
fix is to not do this assertion if we're downloading headers, as opposed to the
message body.
Assignee | ||
Comment 8•23 years ago
|
||
cc'ing Cavin for review, fixing up keywords and status whiteboard.
Comment 9•23 years ago
|
||
Comment on attachment 60168 [details] [diff] [review]
proposed fix
r=cavin.
Attachment #60168 -
Flags: review+
Reporter | ||
Comment 10•23 years ago
|
||
Comment on attachment 60168 [details] [diff] [review]
proposed fix
rs=mscott
Attachment #60168 -
Flags: superreview+
Assignee | ||
Comment 11•23 years ago
|
||
fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 12•23 years ago
|
||
verifying by code inspection for Karen since this assertion is a debug only
feature =).
Status: RESOLVED → VERIFIED
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
•