Closed
Bug 9032
Opened 25 years ago
Closed 25 years ago
crash in nsWebShellWindow.cpp
Categories
(Core :: XUL, defect, P3)
Tracking
()
VERIFIED
FIXED
M8
People
(Reporter: Brade, Assigned: saari)
Details
While running AppRunner built yesterday (6/28/99), I crashed with the following
partial stack crawl:
nsWebShellWindow::FindNamedDOMNode(const nsString&,nsIDOMNode*,int&,int)
nsWebShellWindow::OnEndDocumentLoad(nsIDocumentLoader*,nsIURI*
,int,nsIDocumentLoaderObserver*)
...
In FindNamedDOMNode, I crash because the nsIDOMNOde* (aParent) is null and isn't
asserted before being dereferenced.
In OnEndDocumentLoad, 'window' is null.
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Target Milestone: M8
Assignee | ||
Comment 1•25 years ago
|
||
Don't know how to reproduce, checked in a fix for described crash.
You need to log in
before you can comment on or make changes to this bug.
Description
•