Closed
Bug 1372090
Opened 8 years ago
Closed 8 years ago
Firefox process spinning on CPU
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: vhaisman, Unassigned)
Details
Attachments
(1 file)
1.13 KB,
application/vnd.ms-excel
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:53.0) Gecko/20100101 Firefox/53.0
Build ID: 20170518000419
Steps to reproduce:
I leave my PC on and every morning, I come to mostly unresponsive Firefox and one of its sub-processes is spinning.
I have attached a stack trace as captured by System Internals' Process Monitor.
Actual results:
Firefox spinning on CPU and being unresponsive.
Expected results:
Firefox not spinning on CPU and being responsive. Duh!
Comment 1•8 years ago
|
||
Vhaisman,
Could you please try to do the following?
1. Update to the latest Firefox 54.
2. Run Firefox in Safe mode and see if you encounter the same behavior.
You can find more details about the above requests along with some new troubleshooting methods, here:
https://support.mozilla.org/en-US/kb/firefox-uses-too-many-cpu-resources-how-fix
Please let us know the results.
Thank you!
Flags: needinfo?(vhaisman)
The CPU spinning happens also with version 54.0.
After setting up Mozilla symbol server, I have been able to capture the following call stack on the offending thread:
ntoskrnl.exe!KiSwapContext+0x7a
ntoskrnl.exe!KiCommitThreadWait+0x1d2
ntoskrnl.exe!KeWaitForSingleObject+0x19f
ntoskrnl.exe!KiSuspendThread+0x54
ntoskrnl.exe!KiDeliverApc+0x21d
ntoskrnl.exe!KiApcInterrupt+0xd7
xul.dll!js::UncheckedUnwrap+0x32
xul.dll!mozilla::dom::CallbackObject::operator==+0x2e
xul.dll!mozilla::EventListenerManager::AddEventListenerInternal+0x576
xul.dll!mozilla::EventListenerManager::AddEventListenerByType+0x75
xul.dll!mozilla::EventListenerManager::AddEventListener+0x82
xul.dll!mozilla::EventListenerManager::AddEventListener+0x46
xul.dll!nsGlobalWindow::AddEventListener+0x77
xul.dll!mozilla::dom::EventTargetBinding::addEventListener+0x1c7
xul.dll!mozilla::dom::EventTargetBinding::genericMethod+0x13f
Comment 3•8 years ago
|
||
Hi Vhaisman,
Can you please capture a gecko profile using the steps from here: https://luke-chang.github.io/autofill-demo/basic.html, thanks.
This way maybe we can figure out what causes this issue.
(In reply to ovidiu boca[:Ovidiu] from comment #3)
> (...)
FYI, this is a phishing spam link.
Comment 5•8 years ago
|
||
Vhaisman, you are saying that you can't capture a gecko profile?
(In reply to ovidiu boca[:Ovidiu] from comment #5)
> Vhaisman, you are saying that you can't capture a gecko profile?
I am saying the link you have provided in #3 is **** link.
Comment 7•8 years ago
|
||
Sorry for that, here is the correct link https://developer.mozilla.org/en-US/docs/Mozilla/Performance/Reporting_a_Performance_Problem , here you can find the steps in order to obtain a gecko profile.
Comment 8•8 years ago
|
||
Based on the fact that Vhaisman didn't obtain a profile, I will close this as resolved Incomplete. Vhaisman please fell free to reopen this issue if you can reproduce this or you obtained a gecko profile. Thanks
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•