Closed
Bug 37203
Opened 26 years ago
Closed 26 years ago
assertion on start up of messenger.
Categories
(MailNews Core :: Backend, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: sspitzer, Assigned: Bienvenu)
Details
I start up messenger, it selects and tries to load my imap inbox.
this assert happens before it loads the inbox folder, and before we look for
folders. (I base that on the fact that after the assert, I see those status
messages.)
I have remember password turned on, so it automatically logs me in.
NTDLL! 77f7629c()
nsDebug::Assertion(const char * 0x024f0ec0, const char * 0x024f0ea8, const char
* 0x024f0e6c, int 0x00000410) line 191 + 13 bytes
nsImapProtocol::ProcessCurrentURL() line 1040 + 44 bytes
nsImapProtocol::ImapThreadMainLoop() line 869 + 14 bytes
nsImapProtocol::Run(nsImapProtocol * const 0x0257d664) line 677
nsThread::Main(void * 0x0353cfd0) line 84 + 26 bytes
_PR_NativeRunThread(void * 0x0353ce60) line 399 + 13 bytes
_threadstartex(void * 0x0353cd60) line 212 + 13 bytes
KERNEL32! 77f04ee8()
| Assignee | ||
Comment 1•26 years ago
|
||
i thought I already fixed this around 6PM. Are you still seeing it?
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•26 years ago
|
||
the assertion is #ifdef DEBUG_bienvenu, so you shouldn't be seeing it anymore.
Please reopen if somehow you are still seeing it.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Win32 (2000-10-30-09 MN6)
This bug has been fixed.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: MailNews → Core
Updated•18 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•