Closed
Bug 44178
Opened 25 years ago
Closed 25 years ago
<server> inside of <div> causes hard crash
Categories
(Core :: DOM: HTML Parser, defect, P3)
Tracking
()
VERIFIED
FIXED
M18
People
(Reporter: rcummins, Assigned: harishd)
References
()
Details
(Keywords: crash, testcase, Whiteboard: [nsbeta3+] Fix in hand)
Attachments
(2 files)
70 bytes,
text/html
|
Details | |
6.68 KB,
patch
|
Details | Diff | Splinter Review |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win95; en-US; m16) Gecko/20000613
BuildID: 2000062808
Mozilla will lock up (hang) while loading http://www.eeye.com
Reproducible: Always
Steps to Reproduce:
1. Start Mozilla
2. View http://www.eeye.com
Actual Results: Browser locks up, does not consume CPU
Expected Results: Page should be loaded
The problem at http://www.eeye.com has been boiled down to
the following HTML:
<html>
<head><title></title></head>
<body>
Text Here
<div>
<server>
</server>
</div>
</body>
</html>
...this sample can be found at http://www.burlco.lib.nj.us/moz/lockup/ and will
lock Mozilla up tight. Couldn't find an existing similar bug in bugzilla.
Comment 1•25 years ago
|
||
Comment 2•25 years ago
|
||
confirming, and uploaded a bit more simplified testcase...basicly if there's a
<server>...</server> anywhere inside of a <div> it crashes HARD. (note: you can
add text in anywhere, it doesn't have to do with a </server></div> or
anything)...the only thing is that I've never seen the <server> tag before...
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: Mozilla locks (hangs) on http://www.eeye.com → <server> inside of <div> causes hard crash
Comment 3•25 years ago
|
||
the server tag is some non-standard tag for running server-side js in the
process of serving the page to the browser, I think. I don't crash here but I
do lock up. testing on 062909 build with NT
Comment 4•25 years ago
|
||
moving to parser, but could be a dom 0 issue, as it works in ns 4.7...
Assignee: asa → rickg
Component: Browser-General → Parser
QA Contact: doronr → janc
Assignee | ||
Comment 10•25 years ago
|
||
Enabaled SERVER tag. Marking FIXED.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 11•25 years ago
|
||
Verified
2000-08-18-08-M18 : Win95
2000-08-18-06-M18 : Linux
2000-08-18-08-M18 : Mac
Status: RESOLVED → VERIFIED
Comment 12•16 years ago
|
||
Crashtest added as part of http://hg.mozilla.org/mozilla-central/rev/5a6def05ccbc
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•