Closed
Bug 62499
Opened 24 years ago
Closed 24 years ago
Crash when x-dismissing new message window
Categories
(SeaMonkey :: MailNews: Message Display, defect, P3)
Tracking
(Not tracked)
People
(Reporter: pschwartau, Assigned: bugzilla)
Details
Attachments
(1 file)
8.85 KB,
text/plain
|
Details |
Using debug build 2000-12-01 MN6 branch on WinNT, debug build 2000-12-09 trunk
on WinNT. I am crashing as follows:
1. Bring up Mozilla
2. Click on the mail icon at lower left to bring up mail
3. Click on the "New Msg" button to compose a new email
4. x-dismiss the new message window
This crashes on my WinNT build (but not on my Linux build).
Here is a summary of the WinNT stack trace; details will be attached below:
NTDLL! 77f7629c()
js_AllocGCThing()
js_NewObject()
JS_NewObject()
NS_NewScriptKeyEvent()
nsJSEventListener::HandleEvent()
nsEventListenerManager::HandleEventSubType()
nsEventListenerManager::HandleEvent()
nsXULElement::HandleDOMEvent()
nsEventStateManager::PreHandleEvent()
PresShell::HandleEventInternal()
PresShell::HandleEvent()
nsView::HandleEvent()
nsViewManager2::DispatchEvent()
HandleEvent()
nsWindow::DispatchEvent()
nsWindow::DispatchWindowEvent()
nsWindow::DispatchFocus()
nsWindow::ProcessMessage()
nsWindow::WindowProc()
USER32! 77e719d0()
USER32! 77e71982()
.
.
etc.
etc.
Reporter | ||
Comment 1•24 years ago
|
||
Reporter | ||
Comment 2•24 years ago
|
||
Comment about the above stack trace (from bug 50241):
------- Additional Comments From Bruce Mitchener 2000-12-02 18:13 -------
The interesting (IMHO) part of this stack trace is really:
nsDebug::Assertion(const char * 0x036b62fc, const char * 0x100c6454, const char
* 0x036b62d4, int 349) line 215 + 22 bytes
nsDebug::NotReached(const char * 0x036b62fc, const char * 0x036b62d4, int 349)
line 414 + 22 bytes
nsHTMLEditor::~nsHTMLEditor() line 349 + 21 bytes
nsHTMLEditorLog::~nsHTMLEditorLog() line 51 + 22 bytes
nsHTMLEditorLog::`scalar deleting destructor'() + 15 bytes
nsEditor::Release(nsEditor * const 0x04a1e5c0) line 951 + 158 bytes
nsHTMLEditor::Release(nsHTMLEditor * const 0x04a1e5c0) line 355 + 12 bytes
nsHTMLEditorLog::Release(nsHTMLEditorLog * const 0x04a1e5c0) line 54 + 12 bytes
nsCOMPtr<nsIHTMLEditor>::~nsCOMPtr<nsIHTMLEditor>() line 490
nsEditorShell::~nsEditorShell() line 275 + 163 bytes
Comment 4•24 years ago
|
||
dup
*** This bug has been marked as a duplicate of 51825 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Comment 5•24 years ago
|
||
bugzilla did funny things and lost my initial comment on marking this as a dup.
The js_AllocGCThing assert is bug 54792. The NS_NOT_REACHED assertion is bug
62499.
Reporter | ||
Updated•24 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 7•24 years ago
|
||
Marking verified as duplicate -
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•