Closed
Bug 63707
Opened 25 years ago
Closed 25 years ago
Crash if the <object>'s data isn't found
Categories
(Core :: Layout, defect, P1)
Core
Layout
Tracking
()
People
(Reporter: kazhik, Assigned: clayton)
References
Details
(Keywords: crash, verifyme)
Attachments
(1 file)
|
193 bytes,
text/html
|
Details |
If the <object>'s data isn't found and its contents have
start tag and end tag, Mozilla crashes.
For example,
<object type="image/png" data="testimage.png">
<p>Test</p>
</object>
Crash happens if "testimage.png" doesn't exist.
I saw Linux build and Win32 build crashed.
| Reporter | ||
Comment 1•25 years ago
|
||
Probably duplicate of bug 59426, as noted there.
Updated•25 years ago
|
Severity: major → critical
Hardware: PC → All
Comment 3•25 years ago
|
||
Also noted the crash, same test case when visiting http://openprojects.nu/.
Offending code is:
<OBJECT>
<H2>About</H2>
</OBJECT>
FWIW, still crashing Mac build 2001-01-04-08. It didn't even blink....very nasty
crash. Should we make this a P1???
From 59426:
------- Additional Comments From buster@netscape.com 2000-12-11 17:07 -------
crashes are P1
-----------------------
Although I'm inclined to mark this bug as a dup of that one....
Priority: -- → P1
Comment 6•25 years ago
|
||
There is absolutely no need to mark this P1, mark one bug dependency of the
other or doing any more QA work. It's all the same. In bug 57026, there is a fix
available from Chris Waterson that fixes all the real world testcases:
http://bugzilla.mozilla.org/showattachment.cgi?attach_id=20571
It's been sitting there since early November, or mid December, depending on how
you count. It has been super-reviewed, and all that needs to be done is checking
it in. I have applied the patch to a Jan 2nd nightly, and it fixes this bug and
all the other dupes I've tried.
Since Chris Waterson seems to be very busy at the moment with doing memory
analysis (at least it seems so from reading .porkjockeys), could someone with
checkin priviledges please ask him if it's ok to check it in for him?
Blake? *Please*...
Solution is simple...another dependency:). Helps me remember, anyway, and I'd
rather do a little extra work than forget to check up on bugs that will most
likely be solved by a related fix.
Depends on: 57026
Verified in bug 57026. Indeed, it was a DUPLICATE.
Mac OS 01-11-04, Win NT 01-11-04.
*** This bug has been marked as a duplicate of 57026 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Comment 11•25 years ago
|
||
Qawanted doesn't belong here, sorry folks.
Comment 12•25 years ago
|
||
Reassigning QA Contact for all open and unverified bugs previously under Lorca's
care to Gerardo as per phone conversation this morning.
QA Contact: lorca → gerardok
SPAM. HTML Element component is deprecated, changing to Layout component. See
bug 88132 for details.
Come on Bugzilla, you can do it...
Component: HTML Element → Layout
You need to log in
before you can comment on or make changes to this bug.
Description
•