Closed
Bug 1258745
Opened 9 years ago
Closed 7 years ago
crash in js::AutoEnterOOMUnsafeRegion::crash | js::gc::StoreBuffer::ValueEdge::trace
Categories
(Core :: JavaScript: GC, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: calixte, Unassigned)
References
Details
(Keywords: crash, topcrash)
Crash Data
This bug was filed from the Socorro interface and is
report bp-85d41c8e-d085-4d1b-9ad8-a31452160322.
=============================================================
This crash is #36 (with 421 crashes) and occured mainly in beta-46.
Frame Module Signature Source
0 xul.dll js::AutoEnterOOMUnsafeRegion::crash(char const*) js/src/jscntxt.cpp
1 xul.dll js::gc::StoreBuffer::ValueEdge::trace(js::TenuringTracer&) js/src/gc/Marking.cpp
2 xul.dll js::gc::StoreBuffer::MonoTypeBuffer<js::gc::StoreBuffer::ValueEdge>::trace(js::gc::StoreBuffer*, js::TenuringTracer&) js/src/gc/Marking.cpp
3 xul.dll js::Nursery::collect(JSRuntime*, JS::gcreason::Reason, mozilla::Vector<js::ObjectGroup*, 0, js::SystemAllocPolicy>*) js/src/gc/Nursery.cpp
4 xul.dll js::gc::GCRuntime::minorGCImpl(JS::gcreason::Reason, mozilla::Vector<js::ObjectGroup*, 0, js::SystemAllocPolicy>*) js/src/jsgc.cpp
5 xul.dll js::gc::GCRuntime::evictNursery(JS::gcreason::Reason) js/src/gc/GCRuntime.h
6 xul.dll js::gc::GCRuntime::gcCycle(bool, js::SliceBudget&, JS::gcreason::Reason) js/src/jsgc.cpp
7 xul.dll js::gc::GCRuntime::collect(bool, js::SliceBudget, JS::gcreason::Reason) js/src/jsgc.cpp
8 xul.dll js::gc::GCRuntime::gc(JSGCInvocationKind, JS::gcreason::Reason) js/src/jsgc.cpp
| Reporter | ||
Comment 1•9 years ago
|
||
99.59% of the crashes occured in 46.0b2
Comment 2•9 years ago
|
||
This is an out-of-memory situation.
Updated•9 years ago
|
Component: JavaScript Engine → JavaScript: GC
Comment 3•7 years ago
|
||
Closing because no crash reported since 12 weeks.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•