Crash in [@ nsPIDOMWindowInner::GetOuterWindow] from CookieStore::GetInternal
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr115 | --- | unaffected |
| firefox-esr128 | --- | unaffected |
| firefox130 | --- | unaffected |
| firefox131 | --- | unaffected |
| firefox132 | --- | fixed |
People
(Reporter: mccr8, Assigned: baku)
References
(Regression)
Details
(Keywords: crash, regression)
Crash Data
Attachments
(1 file)
Crash report: https://crash-stats.mozilla.org/report/index/687cd703-3b3c-4bfa-a6f9-666650240921
Reason: SIGSEGV / SEGV_MAPERR
Top 10 frames:
0 libxul.so nsCOMPtr<nsPIDOMWindowOuter>::get() const xpcom/base/nsCOMPtr.h:751
0 libxul.so nsCOMPtr<nsPIDOMWindowOuter>::operator nsPIDOMWindowOuter*() const& xpcom/base/nsCOMPtr.h:759
0 libxul.so nsPIDOMWindowInner::GetOuterWindow() const dom/base/nsPIDOMWindow.h:118
0 libxul.so mozilla::dom::(anonymous namespace)::GetContextAttributes(mozilla::dom::Cooki... dom/cookiestore/CookieStore.cpp:212
1 libxul.so mozilla::dom::CookieStore::GetInternal(mozilla::dom::CookieStoreGetOptions co... dom/cookiestore/CookieStore.cpp:699
1 libxul.so mozilla::detail::RunnableFunction<mozilla::dom::CookieStore::GetInternal(mozi... xpcom/threads/nsThreadUtils.h:548
2 libxul.so mozilla::RunnableTask::Run() xpcom/threads/TaskController.cpp:618
2 libxul.so mozilla::TaskController::DoExecuteNextTaskOnlyMainThreadInternal(mozilla::det... xpcom/threads/TaskController.cpp:945
3 libxul.so mozilla::TaskController::ExecuteNextTaskOnlyMainThreadInternal(mozilla::detai... xpcom/threads/TaskController.cpp:768
3 libxul.so mozilla::TaskController::ProcessPendingMTTask(bool) xpcom/threads/TaskController.cpp:554
Null deref. Mostly show up on Android, but maybe there's another signature for desktop? It looks like some of this CookieStore code changed recently in bug 1475599, so I'm going to assume it is a regression from that.
| Reporter | ||
Comment 1•1 year ago
|
||
Setting S2 because it is a regression with a reasonably high volume, for Android.
| Reporter | ||
Comment 2•1 year ago
|
||
Looks like it is under the same signature on desktop, eg: bp-1cbe3298-4d7d-42e3-805d-e9d060240923
| Reporter | ||
Comment 3•1 year ago
|
||
Another signature, with only a single crash: bp-1cbe3298-4d7d-42e3-805d-e9d060240923
Comment 4•1 year ago
|
||
Set release status flags based on info from the regressing bug 1475599
:baku, since you are the author of the regressor, bug 1475599, could you take a look?
For more information, please visit BugBot documentation.
| Assignee | ||
Comment 5•1 year ago
|
||
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
Comment 7•1 year ago
|
||
| bugherder | ||
Description
•