Closed
Bug 213557
Opened 22 years ago
Closed 22 years ago
hang if I launch this xml file
Categories
(Core :: XSLT, defect)
Core
XSLT
Tracking
()
VERIFIED
DUPLICATE
of bug 197956
People
(Reporter: chris, Assigned: peterv)
References
()
Details
(Keywords: hang)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5a) Gecko/20030718
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5a) Gecko/20030718
The browser crashes when trying to via this wurfl.xml file. When I had the
problem I was trying to access the file locally (from a downloaded copy). I've
uploaded that exact copy of the file to http://chrisedwards.ca/wurfl.xml because
sourceforge appears to be having problems right now (can't connect to that site).
Reproducible: Always
Steps to Reproduce:
1. Launch http://wurfl.sourceforge.net/wurfl.xml
2. Watch in hang
3. Go grab a Coke or something
Actual Results:
The browser hangs.
Expected Results:
Showed me the XML file with pretty formatting.
IE6 on the same machine displays the file perfectly.
Wow, I should really do quick sanity check on my spelling before I submit :).
Anyways:
"The browser crashes when trying to via this wurfl.xml file."
What I was trying to say is:
The browser crashes when trying to access the wurfl.xml file via the URL
mentioned, or from a local copy.
Comment 2•22 years ago
|
||
Looks like an xslt issue -- every time I break during the infinite loop we seem
to get into, I'm somewhere in xslt....
Assignee: heikki-bugzilla → peterv
Severity: normal → critical
Status: UNCONFIRMED → NEW
Component: XML → XSLT
Ever confirmed: true
Keywords: hang
OS: Windows XP → All
QA Contact: ashishbhatt → keith
Hardware: PC → All
Summary: crash if I launch this xml file (hangs then needs to be closed via taskmanager) → hang if I launch this xml file
Comment 3•22 years ago
|
||
almost 400k of XML is not as bad as almost 700k, but this is the same thing.
XSLT is too slow, big XML files are needing too much mem on prettyprinting.
Jonas, should prettyprinting bail on data starting from a well guessed and
arbitrary size?
*** This bug has been marked as a duplicate of 197956 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•