Closed
Bug 20797
Opened 26 years ago
Closed 26 years ago
Crashes when viewing CNN Headline News Mail
Categories
(Core :: DOM: HTML Parser, defect, P2)
Tracking
()
VERIFIED
FIXED
M13
People
(Reporter: gerbilpower, Assigned: harishd)
References
Details
(Whiteboard: [TESTCASE])
Attachments
(3 files)
Crashes when trying to load my CNN Headline News Mail I regularily recieve in
my email. This crashes only when viewing through webmail, I have not been able
to test viewing it with Messenger. Test case attached below.
Crashes consistently on my Windoze 98 PC, 96 MB RAM, running Build 1999120315
and I believe it crashes on the past previous builds also.
As noted, I will attach testcase.
Comment 2•26 years ago
|
||
Updated•26 years ago
|
Assignee: leger → rickg
Component: Browser-General → Parser
Whiteboard: [TESTCASE]
Comment 3•26 years ago
|
||
Reassigning to Parser, this is causing the crash (see Minimal testcase):
<CENTER>
<table><tr><td>
</CENTER>
</td></tr></table>
Updated•26 years ago
|
Assignee: rickg → leger
Component: Parser → Browser-General
Whiteboard: [TESTCASE]
Comment 4•26 years ago
|
||
My testcase isn't crashing like I said. It's Windows 98 that makes *anything*
crash when it feels like it. Sorry all.
Comment 5•26 years ago
|
||
Updated•26 years ago
|
Assignee: leger → rickg
Component: Browser-General → Parser
Whiteboard: [TESTCASE]
Comment 6•26 years ago
|
||
The new testcase shows the bug:
<TABLE>
<TR><TD>
<CENTER>
<table border=1>
<tr><td>NASA probe silent after Mars landing</td></tr>
<!-- Missing tr,td start tags here -->
Take a virtual peek into the future
</td></tr>
</table>
</CENTER>
</TD></TR>
</TABLE>
I think it is Parser after all, maybe a duplicate of bug 20645?
This is crashing in the content sink, and happens when bad content gets moved
out of a table.
Comment 9•26 years ago
|
||
Talkback Incident ID 1931547
Comment 10•26 years ago
|
||
Moving to m13.
Comment 11•26 years ago
|
||
Crashes in savedtokens, again.
Comment 12•26 years ago
|
||
*** Bug 21679 has been marked as a duplicate of this bug. ***
Comment 13•26 years ago
|
||
*** Bug 20645 has been marked as a duplicate of this bug. ***
| Assignee | ||
Comment 14•26 years ago
|
||
*** Bug 23007 has been marked as a duplicate of this bug. ***
Comment 15•26 years ago
|
||
The MICROSOFT WINDOWS 98 2000010508 build crashes at
http://www.reston.com/nasa/watch.html, presumably due to the same demon.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 16•26 years ago
|
||
Great test case. Helped me in fixing the bug fast.
Marking FIXED.
| Assignee | ||
Comment 17•26 years ago
|
||
*** Bug 21845 has been marked as a duplicate of this bug. ***
| Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•