Closed
Bug 27218
Opened 25 years ago
Closed 25 years ago
App hangs when bringing up Message Compose
Categories
(MailNews Core :: Composition, defect, P3)
Tracking
(Not tracked)
M14
People
(Reporter: kinmoz, Assigned: bugzilla)
Details
(Keywords: smoketest)
In my 02/10/2000 WinNt debug build, the app hangs when I try to bring up message
compose.
To reproduce:
1. Start the browser.
2. Bring up mail. Enter IMAP password if neccessary.
3. Press the New Message button on the toolbar.
I then get the assertion below. If I continue past it, the app hangs, it also
seems to hang VC++ 6.0. Here's the assertion:
NTDLL! 77f76148()
nsDebug::Assertion(const char * 0x014bf99c, const char * 0x014bf990, const char
* 0x014bf95c, int 430) line 189 + 13 bytes
nsDebug::WarnIfFalse(const char * 0x014bf99c, const char * 0x014bf990, const
char * 0x014bf95c, int 430) line 245 + 21 bytes
nsContentTreeOwner::ApplyChromeMask(nsContentTreeOwner * const 0x0ce22cd0) line
430 + 38 bytes
nsXULWindow::OnChromeLoaded() line 613
nsWebShellWindow::OnEndDocumentLoad(nsWebShellWindow * const 0x0ce21b54,
nsIDocumentLoader * 0x0ce21480, nsIChannel * 0x0ce52e00, unsigned int
2152398850) line 1529
nsWebShell::OnEndDocumentLoad(nsWebShell * const 0x0ce21650, nsIDocumentLoader *
0x0ce21480, nsIChannel * 0x0ce52e00, unsigned int 2152398850) line 3217
nsDocLoaderImpl::FireOnEndDocumentLoad(nsDocLoaderImpl * 0x0ce21480, nsIChannel
* 0x0ce52e00, unsigned int 2152398850) line 603
nsDocLoaderImpl::DocLoaderIsEmpty(unsigned int 2152398850) line 494
nsDocLoaderImpl::OnStopRequest(nsDocLoaderImpl * const 0x0ce21484, nsIChannel *
0x0ce52e00, nsISupports * 0x00000000, unsigned int 2152398850, const unsigned
short * 0x00000000) line 438
nsLoadGroup::RemoveChannel(nsLoadGroup * const 0x0ce21420, nsIChannel *
0x0ce52e00, nsISupports * 0x00000000, unsigned int 2152398850, const unsigned
short * 0x00000000) line 535 + 42 bytes
nsFileChannel::OnStopRequest(nsFileChannel * const 0x0ce52e04, nsIChannel *
0x0ce53230, nsISupports * 0x00000000, unsigned int 2152398850, const unsigned
short * 0x00000000) line 455
nsOnStopRequestEvent::HandleEvent(nsOnStopRequestEvent * const 0x0c72c5f0) line 279
nsStreamListenerEvent::HandlePLEvent(PLEvent * 0x0c734ab0) line 93 + 12 bytes
PL_HandleEvent(PLEvent * 0x0c734ab0) line 526 + 10 bytes
PL_ProcessPendingEvents(PLEventQueue * 0x00d21040) line 487 + 9 bytes
_md_EventReceiverProc(HWND__ * 0x0015057c, unsigned int 49403, unsigned int 0,
long 13766720) line 975 + 9 bytes
USER32! 77e71250()
00d21040()
| Assignee | ||
Comment 1•25 years ago
|
||
I will take a look at it a soon my build is done. I wonder if it's not a dup of
bug 27194
Assignee: phil → ducarroz
Component: Front End → Composition
Target Milestone: M14
| Assignee | ||
Comment 2•25 years ago
|
||
doesn't seems to be a dup, I am working on it right now...
Status: NEW → ASSIGNED
Should this be the same as http://bugzilla.mozilla.org/show_bug.cgi?id=27194?
| Assignee | ||
Comment 4•25 years ago
|
||
ok, it's really a dup of bug 27194. Therefore it's already fixed.
*** This bug has been marked as a duplicate of 27194 ***
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Updated•21 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
•