Closed
Bug 51458
Opened 25 years ago
Closed 25 years ago
Mozilla Crashes when it doesn't recognize a doctype DTD
Categories
(Core :: DOM: HTML Parser, defect, P3)
Tracking
()
People
(Reporter: mozilla, Assigned: rickg)
References
()
Details
At the web site http://www.psu.edu/ur/directory/ mozilla crashes everytime.
After some snooping I found the following line was the culprit...
<!DOCTYPE HTML PUBLIC "-//SoftQuad Software//DTD HoTMetaL PRO
6.0::19990601::extensions to HTML 4.0//EN" "hmpro6.dtd">
When I remove the line, the page loads fine. I guess that this line might be bad
HTML in comparison with the rest of the page, but mozilla should either ignore
it if it doesn't understand, or present an error. It should most definately not
crash with an invalid page fault in gkparser
Reporter | ||
Comment 1•25 years ago
|
||
oops. I didn't realize that my first post actually made it through (network
problems on my end.) I'm marking my own post a duplicate
*** This bug has been marked as a duplicate of 50994 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Comment 2•25 years ago
|
||
This is a duplicate of bug 50994:Crashing in nsCParserNode::GetNodeType, with
strict DOCTYPE and unclosed tags
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•