Closed
Bug 51290
Opened 25 years ago
Closed 25 years ago
Mozilla crashes at the page
Categories
(Core :: DOM: HTML Parser, defect, P3)
Tracking
()
People
(Reporter: jens-uwe, Assigned: rickg)
References
()
Details
Attachments
(2 files)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux 2.2.14 i686; en-US; m18) Gecko/20000903
BuildID: 2000090321
mozilla crashes on this page
Reproducible: Always
Steps to Reproduce:
1.go to http://www.amd.com/news/corppr/20152.html and see Mozilla crahsing
Actual Results: Mozilla crashes
Expected Results: it should not crash and render the page correct.
might be related to "my" bug 49169 ??
Comment 2•25 years ago
|
||
This page has two HEAD blocks - the second one is inside the Body.
The one that is in the correct location isn't part of the problem.
The DOCTYPE tag at the top is also part of the problem.
I've reduced the page down to the following html that crashes Mozilla.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Final//EN">
<HTML>
<BODY>
<HEAD>
</HEAD>
</BODY>
</HTML>
If you remove the DOCTYPE or the HEAD & /HEAD from the Body the Mozilla doesn't
crash.
Comment 3•25 years ago
|
||
Comment 4•25 years ago
|
||
Comment 5•25 years ago
|
||
--> parser
Assignee: asa → rickg
Component: Browser-General → Parser
QA Contact: doronr → janc
Comment 6•25 years ago
|
||
Duplicate, according to stack trace
*** This bug has been marked as a duplicate of 50994 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•