Closed
Bug 75775
Opened 25 years ago
Closed 25 years ago
POP mail crashes on start-up - Trunk [@ nsPop3Sink::IncorporateComplete]
Categories
(MailNews Core :: Networking: POP, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9
People
(Reporter: naving, Assigned: naving)
Details
(Keywords: crash, topcrash, Whiteboard: [nsbeta1+])
Crash Data
Attachments
(1 file)
|
719 bytes,
patch
|
Details | Diff | Splinter Review |
Seen on today's debug build on winNT.
Here is the stack trace...
nsPop3Sink::IncorporateComplete(nsPop3Sink * const 0x067562a0) line 422 + 12
bytes
nsPop3Protocol::HandleLine(char * 0x06fdb900, unsigned int 3) line 2402 + 29
bytes
nsMsgLineBuffer::ConvertAndSendBuffer() line 257 + 58 bytes
nsMsgLineBuffer::BufferInput(const char * 0x02737970, int 2) line 190 + 8 bytes
nsPop3Protocol::RetrResponse(nsIInputStream * 0x06758a40, unsigned int 639) line
2230 + 19 bytes
nsPop3Protocol::ProcessProtocolState(nsIURI * 0x06756124, nsIInputStream *
0x06758a40, unsigned int 521, unsigned int 639) line 2830 + 16 bytes
nsMsgProtocol::OnDataAvailable(nsMsgProtocol * const 0x06757530, nsIRequest *
0x06758830, nsISupports * 0x06756124, nsIInputStream * 0x06758a40, unsigned int
521, unsigned int 639) line 235 + 32 bytes
nsOnDataAvailableEvent::HandleEvent() line 173 + 70 bytes
nsARequestObserverEvent::HandlePLEvent(PLEvent * 0x05eb19f4) line 64
PL_HandleEvent(PLEvent * 0x05eb19f4) line 588 + 10 bytes
PL_ProcessPendingEvents(PLEventQueue * 0x00a24dc0) line 518 + 9 bytes
_md_EventReceiverProc(HWND__ * 0x0f570578, unsigned int 49422, unsigned int 0,
long 10636736) line 1069 + 9 bytes
USER32! 77e71820()
00a24dc0()
| Assignee | ||
Comment 1•25 years ago
|
||
| Assignee | ||
Comment 2•25 years ago
|
||
cc bienvenu for review
Comment 3•25 years ago
|
||
sr=bienvenu if you add an assertion so we can catch it in the act. Apparently,
this only happens if you have download new mail on biff set to true?
| Assignee | ||
Comment 4•25 years ago
|
||
fix checked in.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Updated•25 years ago
|
Comment 5•25 years ago
|
||
marking this as verified after talking to naving-as this is a code fix and has
been already verified by navin.
Status: RESOLVED → VERIFIED
Comment 6•25 years ago
|
||
Adding crash, topcrash keywords and Trunk [@ nsPop3Sink::IncorporateComplete] to
summary for tracking purposes.
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
Updated•15 years ago
|
Crash Signature: [@ nsPop3Sink::IncorporateComplete]
You need to log in
before you can comment on or make changes to this bug.
Description
•