Crash in [@ js::gc::UnmarkGrayGCThingUnchecked]
Categories
(Core :: JavaScript: GC, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr91 | --- | unaffected |
firefox98 | --- | unaffected |
firefox99 | --- | unaffected |
firefox100 | --- | fixed |
People
(Reporter: aryx, Assigned: jonco)
References
(Regression)
Details
(Keywords: crash, regression)
Crash Data
Attachments
(1 file)
There were single crashes with this signature before and 4 for Firefox 95.0.2 but in the last
2 days 5 different machines have submit 6 such crash reports. First affected build is Firefox 100.0a1 20220309213717, on all operating systems.
Crash report: https://crash-stats.mozilla.org/report/index/4662f456-1386-4e7f-a66f-62af90220310
Reason: EXC_BAD_ACCESS / KERN_INVALID_ADDRESS
Top 10 frames of crashing thread:
0 XUL js::gc::UnmarkGrayGCThingUnchecked js/src/gc/Marking.cpp:3044
1 XUL ShouldTraceCrossCompartment js/src/gc/Marking.cpp:358
2 XUL js::ProxyObject::trace js/src/proxy/Proxy.cpp:870
3 XUL js::GCMarker::markUntilBudgetExhausted js/src/gc/Marking.cpp:1797
4 XUL js::gc::GCRuntime::markUntilBudgetExhausted js/src/gc/GC.cpp:2780
5 XUL js::gc::BackgroundMarkTask::run js/src/gc/Sweeping.cpp:1714
6 XUL js::GCParallelTask::runHelperThreadTask js/src/gc/GCParallelTask.cpp:165
7 XUL js::GlobalHelperThreadState::runOneTask js/src/vm/HelperThreads.cpp:2629
8 XUL mozilla::ThreadFuncPoolThread xpcom/threads/TaskController.cpp:116
9 libnss3.dylib _pt_root nsprpub/pr/src/pthreads/ptthread.c:201
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 2•3 years ago
|
||
This is a null pointer dereference because TlsContext is null on helper
threads.
We don't support adding profiler entries like this on helper threads at the
moment, but it's possible and we should maybe do this in the future.
Comment 3•3 years ago
|
||
Set release status flags based on info from the regressing bug 1643586
Updated•3 years ago
|
Updated•3 years ago
|
Comment 5•3 years ago
|
||
This is a null deref, so it doesn't need to be hidden.
Updated•3 years ago
|
Comment 7•3 years ago
|
||
bugherder |
Comment hidden (Intermittent Failures Robot) |
Description
•