Closed
Bug 5391
Opened 26 years ago
Closed 26 years ago
[Necko] xml-stylesheet PI with incorrect 'href' value core dumps
Categories
(Core :: XML, defect, P3)
Tracking
()
VERIFIED
FIXED
M10
People
(Reporter: jmleon, Assigned: nisheeth_mozilla)
References
Details
load the following XML document like:
<?xml version="1.0"?>
<?xml-stylesheet href="foobar.css" type="text/css"?>
<data>
</data>
viewer core dumps if the document pointed by href does not exist.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M6
Assignee | ||
Comment 1•26 years ago
|
||
Accepting bug and setting milestone to M6.
Assignee | ||
Comment 2•26 years ago
|
||
Moving to M7...
Assignee | ||
Updated•26 years ago
|
Target Milestone: M6 → M7
Assignee | ||
Updated•26 years ago
|
Summary: xml-stylesheet PI with incorrect 'href' value core dumps → [Necko] xml-stylesheet PI with incorrect 'href' value core dumps
Target Milestone: M7 → M8
Assignee | ||
Comment 3•26 years ago
|
||
This bug is related to bug 7330 and should get fixed by the Necko landing. The
problem is that the netlib exit routine is getting called before the getURL()
call stack has had time to unwind. When Necko lands, netlib will operate on its
own thread and this problem will go away. Marking target milestone to M8 and
updating summary.
Assignee | ||
Updated•26 years ago
|
Target Milestone: M9 → M10
Assignee | ||
Comment 5•26 years ago
|
||
Moving bugs blocked by Necko to M10...
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 7•26 years ago
|
||
This bug is fixed now that Necko has landed.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 8•26 years ago
|
||
Using the 8/16 build on Solaris, XML document provided loads without crash.
Verified bug fixed.
You need to log in
before you can comment on or make changes to this bug.
Description
•