Closed
Bug 348039
Opened 19 years ago
Closed 4 years ago
Browser freezes during loading of document()
Categories
(Core :: XSLT, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: sergey.mozilla, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6
The XML file uses XSL transformation. I hope the problem is the XSL transformation tries to open a lot of unexsisting XML documents by using XPath "document()". On some computers, it takes forever to load the XML. However, the worst thing is the browser is complitly frozen in this time. You can't even cancel the operation.
Reproducible: Sometimes
Reporter | ||
Updated•19 years ago
|
Version: unspecified → 1.5.0.x Branch
Updated•19 years ago
|
Assignee: nobody → xslt
Component: General → XSLT
Product: Firefox → Core
QA Contact: general → keith
Version: 1.5.0.x Branch → 1.8 Branch
The problem here is that we have to do syncronous loading of documents while in the middle of executing an xpath expression.
Darin: is there any code yet that we could use to keep the UI more responsive while we're spinning the event queue waiting for a document to finish loading? The code we use right now boils down to nsSyncLoader::PushAsyncStream here:
http://lxr.mozilla.org/mozilla/source/content/base/src/nsSyncLoadService.cpp#274
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: hang
Summary: No time out. → Browser freezes during loading of document()
Comment 2•19 years ago
|
||
Jonas, have you tested this bug on the trunk? The thread manager landing should have helped with this bug.
Sergey, can you test if this happens with a recent trunk nightly from here:
http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/
Reporter | ||
Comment 4•19 years ago
|
||
I've checked this ine firefox-3.0a1.en-US.win32.installer.exe. It has the same problem.
I'm not sure that it is XPath document() problem. I've asked other people in the Russian mozilla_ru community on livejournal (http://community.livejournal.com/mozilla_ru/89641.html). Some people have this problem some people don't. Probably, it also depends on resources. For example, my computer has 256Mb RAM only.
If this happens to things other than document() then please attach a testcase
Comment 6•19 years ago
|
||
I can get the internet window open, but nothing loads. Then it freezes and makes me close it. I want my firefox back so badly...
alexandrias: did you test with a build from the link in comment 3? What page did you load to test?
Comment 8•18 years ago
|
||
There's been no response to comment #7. Is this still a critical bug? and is it XSLT?
Updated•16 years ago
|
Assignee: xslt → nobody
QA Contact: keith → xslt
Comment 9•4 years ago
|
||
Hello Phil! is this issue still available in the latest firefox version if not can we close it? In my opinion this issue seems to be solved in the latest firefox versions.
Flags: needinfo?(philringnalda)
Comment 10•4 years ago
|
||
When did I become the triage owner for XSLT?
Status: NEW → RESOLVED
Closed: 4 years ago
Flags: needinfo?(philringnalda)
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•