Closed
Bug 166083
(XMLcrash)
Opened 23 years ago
Closed 23 years ago
Mozilla crashes when accessing some XML documents in frames
Categories
(Core :: XSLT, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: luci2008, Assigned: peterv)
References
()
Details
(Keywords: crash, stackwanted)
Mozilla 1.0 crashes when accessing some XML documents.
e.g. this document http://www.akademon.cz/refl.xml when you are going to accesss
this document clicking the link using left frame menu at http://www.akademon.cz
, mozila crashes down immediatelly.
| Reporter | ||
Updated•23 years ago
|
Alias: XMLcrash
Target Milestone: --- → mozilla1.0
Comment 1•23 years ago
|
||
wfm using build 2002090104 on Win2k (trunk).
Might be a XSLT issue which was fixed since 1.0, can you try again with 1.1 or
1.0.1RC2 ?
You'll find them here:
ftp://ftp.mozilla.org/pub/mozilla/releases/mozilla1.0.1rc2/
ftp://ftp.mozilla.org/pub/mozilla/releases/mozilla1.1/
Keywords: crash,
stackwanted
Target Milestone: mozilla1.0 → ---
Comment 2•23 years ago
|
||
did you get a Talkback window popup when crashing ? If so, please post Talkback
ID for this crash 'mozilla/bin/components/talkback/talkback' or generate a stack
with gdb.
may be dupe of bug 142108.
Assignee: heikki → peterv
Component: XML → XSLT
QA Contact: petersen → keith
Comment 3•23 years ago
|
||
WFM 2002083008/trunk/W2K
Comment 4•23 years ago
|
||
Please retest this with 1.1. 1.0 is very old and bugs against it are not really
worth reporting at this point...
| Assignee | ||
Comment 5•23 years ago
|
||
Doesn't crash for me in 1.1. The stylesheet uses the wrong namespace:
http://www.w3.org/TR/WD-xsl is an IE-only namespace, you should use
http://www.w3.org/1999/XSL/Transform. See
http://www.mozilla.org/projects/xslt/index.html#faq.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•