Closed
Bug 1277819
Opened 8 years ago
Closed 8 years ago
Crash in OOM | unknown | js::AutoEnterOOMUnsafeRegion::crash | JSCompartment::wrap
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
People
(Reporter: ccomorasu, Unassigned)
References
Details
(Keywords: crash)
Crash Data
This bug was filed from the Socorro interface and is
report bp-0761f546-8f2d-479c-bb65-6afdc2160603.
=============================================================
Ran into this crash on Windows 10 x32 while I was testing a close up in google maps and scrolling, using Fx 47.0RC build 2.
I have encountered this issue once, I don't have proper steps to reproduce.
Updating the tracking flags based on the socorro reports.
Comment 1•8 years ago
|
||
Crash volume for signature 'OOM | unknown | js::AutoEnterOOMUnsafeRegion::crash | JSCompartment::wrap':
- nightly (version 50): 0 crashes from 2016-06-06.
- aurora (version 49): 0 crashes from 2016-06-07.
- beta (version 48): 1524 crashes from 2016-06-06.
- release (version 47): 3581 crashes from 2016-05-31.
- esr (version 45): 828 crashes from 2016-04-07.
Crash volume on the last weeks:
W. N-1 W. N-2 W. N-3 W. N-4 W. N-5 W. N-6 W. N-7
- nightly 0 0 0 0 0 0 0
- aurora 0 0 0 0 0 0 0
- beta 271 241 248 196 165 172 146
- release 421 443 403 469 522 561 521
- esr 99 88 94 60 99 107 59
Affected platform: Windows
status-firefox-esr45:
--- → affected
Comment 2•8 years ago
|
||
The only place I can see AutoEnterOOMUnsafeRegion used under putWrapper is when adding the entry to the generic store buffer.
This should be addressed by bug 1225577 because that will remove this and replace it with stable hashing which is fallible.
Comment 3•8 years ago
|
||
This should be fixed by the patch in bug 1293127 because it removed the only place we crash on OOM in putWrapper.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
Updated•8 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•