Closed
Bug 1612865
Opened 5 years ago
Closed 1 year ago
Crash in [@ js::TenuringTracer::moveElementsToTenured]
Categories
(Core :: JavaScript: GC, defect, P5)
Tracking
()
People
(Reporter: pascalc, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: crash)
Crash Data
This bug is for crash report bp-303fb237-ee19-4076-b95c-c5bff0200127.
Top 10 frames of crashing thread:
0 xul.dll js::TenuringTracer::moveElementsToTenured js/src/gc/Marking.cpp:3363
1 xul.dll js::TenuringTracer::moveToTenuredSlow js/src/gc/Marking.cpp:3271
2 xul.dll js::TenuringTracer::traverse<JSObject> js/src/gc/Marking.cpp:2958
3 xul.dll js::MapGCThingTyped<`lambda at z:/task_1580116988/build/src/js/src/gc/Marking.cpp:2985:43'> js/public/Value.h:1256
4 xul.dll js::TenuringTracer::traceObject js/src/gc/Marking.cpp:3163
5 xul.dll js::Nursery::doCollection js/src/gc/Nursery.cpp:1141
6 xul.dll js::Nursery::collect js/src/gc/Nursery.cpp:1004
7 xul.dll js::gc::GCRuntime::minorGC js/src/gc/GC.cpp:7397
8 xul.dll js::AllocateObject<js::CanGC> js/src/gc/Allocator.cpp:66
9 xul.dll static js::ArrayObject::createArray js/src/vm/ArrayObject-inl.h:89
| Reporter | ||
Updated•5 years ago
|
status-firefox72:
--- → wontfix
status-firefox73:
--- → affected
status-firefox-esr68:
--- → affected
Updated•5 years ago
|
Component: JavaScript Engine → JavaScript: GC
Comment 1•5 years ago
|
||
This is a typical signature that we see on machines with faulty memory so unless it spikes it's probably just the users having flaky machines.
Updated•5 years ago
|
Severity: normal → S3
Comment 2•1 year ago
|
||
Closing because no crashes reported for 12 weeks.
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → WORKSFORME
Comment 3•1 year ago
|
||
Since the bug is closed, the stalled keyword is now meaningless.
For more information, please visit BugBot documentation.
Keywords: stalled
You need to log in
before you can comment on or make changes to this bug.
Description
•