Closed
Bug 1817825
Opened 2 years ago
Closed 2 years ago
Hangs after System wakes from sleep. Crash in [@ EnterJit]
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 858032
People
(Reporter: dhananjayandroid, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: topcrash, topcrash-startup)
Crash Data
Crash report: https://crash-stats.mozilla.org/report/index/d0b1933d-9f40-4527-bb9b-ff3860230220
Reason: EXCEPTION_ACCESS_VIOLATION_WRITE
Top 10 frames of crashing thread:
0 ? @0x0000003588a07093
1 xul.dll EnterJit js/src/jit/Jit.cpp:107
1 xul.dll js::jit::MaybeEnterJit js/src/jit/Jit.cpp:205
2 xul.dll js::RunScript js/src/vm/Interpreter.cpp:421
2 xul.dll js::InternalCallOrConstruct js/src/vm/Interpreter.cpp:579
2 xul.dll InternalCall js/src/vm/Interpreter.cpp:614
2 xul.dll js::Call js/src/vm/Interpreter.cpp:646
3 xul.dll JS_CallFunctionValue js/src/vm/CallAndConstruct.cpp:53
4 xul.dll nsXPCWrappedJS::CallMethod js/xpconnect/src/XPCWrappedJSClass.cpp:918
5 xul.dll PrepareAndDispatch xpcom/reflect/xptcall/md/win32/xptcstubs_x86_64.cpp:168
| Reporter | ||
Updated•2 years ago
|
Summary: Crash in [@ EnterJit] → Hangs after System wakes from sleep. Crash in [@ EnterJit]
Comment 1•2 years ago
|
||
The bug has a crash signature, thus the bug will be considered confirmed.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•2 years ago
|
Comment 2•2 years ago
|
||
The bug is linked to a topcrash signature, which matches the following criteria:
- Top 20 desktop browser crashes on release (startup)
- Top 20 desktop browser crashes on beta
- Top 10 content process crashes on beta
- Top 10 content process crashes on release
- Top 10 AArch64 and ARM crashes on release (startup)
:willyelm, could you consider increasing the severity of this top-crash bug?
For more information, please visit auto_nag documentation.
Flags: needinfo?(wmedina)
Keywords: topcrash,
topcrash-startup
Comment 4•2 years ago
|
||
I took a look and there are no obvious clues about what is going on. I don't see any changes in the global EnterJit crash rates either.
Two typical reasons for these sorts of mystery crashes can be:
- Antivirus. Certain antivirus features directly interfere with internals of Firefox and can lead to crashes when updated
- Bad RAM or overheating processor. Running a memory test and/or confirming CPU temperature is normal while browsing
Status: NEW → RESOLVED
Closed: 2 years ago
Duplicate of bug: SadJit
Flags: needinfo?(wmedina)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•