Closed
Bug 337850
Opened 20 years ago
Closed 17 years ago
Firefox hangs for about two minutes, strange script?
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: r087r70, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; IT; rv:1.8.0.3) Gecko/20060425 SUSE/1.5.0.3-4.1 Firefox/1.5.0.3
Build Identifier: (X11; U; Linux i686; IT; rv:1.8.0.3)
the page is white and the cpu is working at maximum power for ~2 minutes. Then the page appear and all goeas well.
Reproducible: Always
Comment 1•20 years ago
|
||
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9a1) Gecko/20060513 Minefield/3.0a1 - Build ID: 0000000000
Confirmed, but since I'm on a powerful processor, it only pauses for about 10 seconds.
This is due to the huge amount of Javascript executed for the left-hand pane, and it's a dupe of various Javascript engine speedup bugs (e.g. bug #203448).
*** This bug has been marked as a duplicate of 203448 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Comment 2•20 years ago
|
||
Philip: are you sure it's a dupe of a known bug? In general case it's hard to tell without a testcase and/or profiling information. If you're able to point to the bug that causes the slowdown on this page, please mark the bug as a duplicate of that specific bug and not of the tracker bug.
Comment 3•20 years ago
|
||
Hmm...
This is very odd. Before, I was seeing huge amounts of array assignment Javascript in the source for the left-hand pane, but now I don't see any of it. My reply and dupe was based on the fact that the slowdown is just cumulative due to the huge amount of Javascript to execute (several pages of it), but I can't see any of it now, yet I'm still getting the same slowdown.
Reopening. :-(
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
Comment 4•20 years ago
|
||
Can you reproduce this with an official Mozilla build of Firefox?
Component: General → JavaScript Engine
Product: Firefox → Core
Summary: firefox hangs for about two minutes, strange script? → Firefox hangs for about two minutes, strange script?
Version: unspecified → 1.8 Branch
Updated•20 years ago
|
Assignee: nobody → general
QA Contact: general → general
Comment 5•18 years ago
|
||
works for me - Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b3pre) Gecko/2007121204 Minefield/3.0b3pre
I tried clicking on a few links on the site and everything was responsive.
High CPU usage but no hang, using Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b1pre) Gecko/20080909032504 Minefield/3.1b1pre
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago → 17 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Resolution: FIXED → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•