Closed
Bug 30929
Opened 25 years ago
Closed 25 years ago
Attempting to open a abcnews.com url will cause a crash.
Categories
(Core :: DOM: HTML Parser, defect, P1)
Core
DOM: HTML Parser
Tracking
()
VERIFIED
FIXED
People
(Reporter: chrispetersen, Assigned: rickg)
References
()
Details
(Keywords: top100, Whiteboard: [PDT+] w/b minus on 3/10)
Build: Apprunner
Version: 2000030709
Platforms: All
Expected results: The abcnews.com url should load without crashing.
What I got: The browser crashs when attempting to load the specified url.
Steps to reproduce:
1) Open www.abcnews.com in apprunner.
2) On the left side of page, a list of links are displayed.
3) Click on the business link.
4) The url is referenced and crashes the brower.
* On Mac, Macsbug reports the following:
PowerPC illegal instruction at FFC10000 _CursorDeviceDispatch+014E0
* On Windows, I get a recieve the following error:
MOZILLA caused a invalid page fault in module GKPARSER.DLL.
Reporter | ||
Updated•25 years ago
|
Priority: P3 → P1
Comment 2•25 years ago
|
||
Crashes also on Linux build 2000.03.07.09. Marking top100, beta1.
Fixed and tested. All 50 (or so) of our residual style bug testcases passed
without a hitch. The crash is also gone. Code has been reviewed, too. I'm
running the precheckins now.
Status: NEW → ASSIGNED
Fixed by correction to residual style stack maniuplation. Nodes were being
released() but not popped. This also fixes 30885.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 6•25 years ago
|
||
fixt on WinNT, Win98, Linux, & Mac
Marking verified
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•