Closed
Bug 1300394
Opened 8 years ago
Closed 4 years ago
Website runs with 100% CPU in Firefox without showing a slow script warning
Categories
(Core :: JavaScript Engine, defect, P3)
Tracking
()
RESOLVED
INVALID
People
(Reporter: stefano.d, Unassigned)
References
()
Details
(4 keywords)
Attachments
(2 files)
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0
Build ID: 20160728203720
Steps to reproduce:
Visit following Website:
http://www.dinomage.com/2013/01/howto-sdl-on-android/
Scrolling with the mouse wheel is OK, but if you scroll by clicking on the scrollbar, FF freezes.
E10S is activated.
Actual results:
FF freezes.
![]() |
||
Comment 2•8 years ago
|
||
I can also reproduce the problem on Chrome Dev54 as well as Nightly51.0a1 Windows10.
Keywords: hang
OS: Unspecified → All
Comment 3•8 years ago
|
||
> I can also reproduce the problem on Chrome Dev54
Seems like a bug in the web page then. If I run Firefox in a debugger
and look at the stack I see a lot of string allocations and GC.
The web content process runs with 100% CPU, memory usage increasing
steadily.
There's no "slow script" dialog though, which I guess is a bug.
Reassigning to JS to triage that bit. Other than that, this is
for Tech Evang.
Component: General → JavaScript Engine
I agree that the web page in question appears broken using:
Build identifier: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0
Id: 20160828004009
This Aurora version of Firefox DOES pop up "web page slowing down browser" and allows it to be stopped after about 12 seconds.
Comment 5•8 years ago
|
||
In about 10s I get unresponsive script warning on Firefox Nightly 51.0a1 (2016-09-04) [64bit] on Windows 7 [64bit].
I wasn't sure, if this was a bug in Firefox or in the website. When Chrome has the same issue, then this bug report can be closed, because I get a unresponsive script warning, too from FF.
Comment 7•8 years ago
|
||
So marking as WORKSFORME as unresponsive script warning (e10s disabled and on enabled too).
@ Mats Palmgren (:mats) - if you still don't get unresponsive script warning please reopen this bug.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Flags: needinfo?(mats)
Resolution: --- → WORKSFORME
Comment 8•8 years ago
|
||
Nightly 51.0a1 (2016-09-04) on 64-bit Linux using a fresh profile.
I left it running for ~5 minutes on the URL (at 100% CPU the entire time).
There was no slow script warning presented.
(I spawned off Tech Evang bug 1300542 to notify the site.)
Status: RESOLVED → REOPENED
Ever confirmed: true
Flags: needinfo?(mats)
Resolution: WORKSFORME → ---
Summary: Website freezes Firefox → Website runs with 100% CPU in Firefox without showing a slow script warning
Updated•8 years ago
|
OS: All → Linux
Updated•8 years ago
|
Updated•7 years ago
|
Keywords: triage-deferred
Priority: -- → P3
This bug can't be reproduced anymore. Maybe, because the website is fixed.
Status: NEW → RESOLVED
Closed: 8 years ago → 4 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•