Closed
Bug 1474214
Opened 7 years ago
Closed 3 years ago
Crash in js::jit::AutoWritableJitCode::~AutoWritableJitCode
Categories
(Core :: JavaScript Engine: JIT, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: aryx, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: crash)
Crash Data
This bug was filed from the Socorro interface and is
report bp-2805a910-9eca-464f-ade2-090670180708.
=============================================================
Top 1 frames of crashing thread:
0 xul.dll js::jit::AutoWritableJitCode::~AutoWritableJitCode js/src/jit/SharedIC.cpp:2371
=============================================================
When I opened a pinned mana.mozilla.org tab, Nightly 63.0a1 20180708100828 (32 bit) on Windows 8.1 said the tab had crashed. The system had encountered a low memory situation hours before (that Nightly session was still running at that time).
Crash stats shows this almost only affects Windows 8.1, mostly 32-bit and most of the crashes are either in the first minute after Nightly startup (foreground tab?) or >1h after startup (background tab?)
Updated•7 years ago
|
Comment 1•7 years ago
|
||
My guess would be that we failed to protect the pages and map them as executable. [1]
However I do not know what would have caused this issue, except if we have a lot of different memory protection flags for a lot of pages.
[1] https://searchfox.org/mozilla-central/rev/a80651653faa78fa4dfbd238d099c2aad1cec304/js/src/jit/JitRealm.h#671
Priority: -- → P3
Updated•3 years ago
|
Blocks: sm-defects-crashes
Comment 2•3 years ago
|
||
Closing because no crashes reported for 12 weeks.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•