Closed
Bug 1663595
Opened 5 years ago
Closed 2 years ago
Crash in [@ js::ObjectWrapperMap::sweep]
Categories
(Core :: JavaScript: GC, defect, P5)
Core
JavaScript: GC
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: aryx, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: crash)
Crash Data
This hit Nightly 82.0a1 three times last week (on 3 different devices) - this is the same like the highest level we saw for a release version in the last 3 months.
Crash report: https://crash-stats.mozilla.org/report/index/e39fe4b3-6f7c-41e5-88af-b005a0200902
Top 10 frames of crashing thread:
0 xul.dll js::ObjectWrapperMap::sweep js/src/vm/Compartment.h:243
1 xul.dll JS::Zone::sweepAllCrossCompartmentWrappers js/src/gc/Zone.cpp:341
2 xul.dll js::gc::GCRuntime::sweepCCWrappers js/src/gc/GC.cpp:5068
3 xul.dll js::GCParallelTask::runTask js/src/gc/GCParallelTask.cpp:146
4 xul.dll js::GCParallelTask::runFromHelperThread js/src/gc/GCParallelTask.cpp:131
5 xul.dll js::HelperThread::handleGCParallelWorkload js/src/vm/HelperThreads.cpp:1690
6 xul.dll static js::HelperThread::ThreadMain js/src/vm/HelperThreads.cpp:2017
7 xul.dll static js::detail::ThreadTrampoline<void js/src/threading/Thread.h:206
8 ucrtbase.dll thread_start<unsigned int , 1>
9 kernel32.dll BaseThreadInitThunk
Updated•5 years ago
|
Component: JavaScript Engine → JavaScript: GC
Comment 2•5 years ago
|
||
Low volume crash during sweeping. Nothing actionable in the crash reports.
Comment 3•2 years ago
|
||
Closing because no crashes reported for 12 weeks.
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WORKSFORME
Comment 4•2 years 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
•