Closed
Bug 968
Opened 26 years ago
Closed 26 years ago
Viewer crashes when rendering the above url
Categories
(Core :: DOM: HTML Parser, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: rubydoo123, Assigned: rickg)
References
()
Details
on the 9/28 build, accessing the above page causes the viewer to crash. I get
the following info from ht crash dialog:
VIEWER caused an invalid page fault in
module RAPTORHTML.DLL at 014f:006188cc.
After looking at the code on this page, Germaine and I found that a form element
start tag is within a table and the form element end tag is outside of the table
element end tag. When we move the form element start tag to outside the table
the page does not crash.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Really bad html was the problem. Now we handle such cases even better.
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 2•26 years ago
|
||
verified as of 10/19 build, no crashing on loading page in viewer.exe
You need to log in
before you can comment on or make changes to this bug.
Description
•