Closed
Bug 21974
Opened 25 years ago
Closed 25 years ago
Assertion thrown after deleting IMAP message
Categories
(MailNews Core :: Backend, defect, P3)
Tracking
(Not tracked)
People
(Reporter: kinmoz, Assigned: phil)
Details
I occassionally see this assertion when I delete an IMAP message and mail is
trying to load the next unread message.
NTDLL! 77f76148()
nsDebug::Assertion(const char * 0x011de474, const char * 0x011de460, const char
* 0x011de434, int 3760) line 186 + 13 bytes
nsXULPrototypeScript::Compile(const unsigned short * 0x00d8ccc8, int 1636,
nsIURI * 0x0237c640, int 1, nsIDocument * 0x0427c0e0) line 3760 + 44 bytes
nsXULDocument::OnUnicharStreamComplete(nsXULDocument * const 0x0427c104,
nsIUnicharStreamLoader * 0x023a9420, unsigned int 0, unsigned int 1636, const
unsigned short * 0x00d8ccc8) line 4924 + 37 bytes
nsUnicharStreamLoader::OnStopRequest(nsUnicharStreamLoader * const 0x023a9424,
nsIChannel * 0x023a8c70, nsISupports * 0x00000000, unsigned int 0, const
unsigned short * 0x00000000) line 130 + 63 bytes
nsResChannel::OnStopRequest(nsResChannel * const 0x023a8c74, nsIChannel *
0x023a89d0, nsISupports * 0x00000000, unsigned int 0, const unsigned short *
0x00000000) line 592 + 53 bytes
nsChannelListener::OnStopRequest(nsChannelListener * const 0x023aabe0,
nsIChannel * 0x023a89d0, nsISupports * 0x00000000, unsigned int 0, const
unsigned short * 0x00000000) line 1595
nsFileChannel::OnStopRequest(nsFileChannel * const 0x023a89d4, nsIChannel *
0x023adf70, nsISupports * 0x00000000, unsigned int 0, const unsigned short *
0x00000000) line 488 + 45 bytes
nsOnStopRequestEvent::HandleEvent(nsOnStopRequestEvent * const 0x0235c5d0) line
279
nsStreamListenerEvent::HandlePLEvent(PLEvent * 0x0235c990) line 93 + 12 bytes
PL_HandleEvent(PLEvent * 0x0235c990) line 522 + 10 bytes
PL_ProcessPendingEvents(PLEventQueue * 0x00c76df0) line 483 + 9 bytes
_md_EventReceiverProc(HWND__ * 0x00a00456, unsigned int 49330, unsigned int 0,
long 13069808) line 947 + 9 bytes
USER32! 77e71250()
00c76df0()
If I click on a different message, and then click back to the message it was
loading above, i don't see the assertion.
| Assignee | ||
Comment 1•25 years ago
|
||
cc waterson and mscott. Either of you know what's going on here?
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Comment 2•25 years ago
|
||
yeah this is a dup of one of chris's bugs...he's going to take out the assertion
as it is harmless now.
*** This bug has been marked as a duplicate of 21634 ***
Updated•20 years ago
|
Product: MailNews → Core
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
•