Closed
Bug 1962576
Opened 1 year ago
Closed 1 year ago
Crash in [@ mozilla::places::Database::DispatchToAsyncThread] from nsFaviconService::AsyncGetFaviconForPage
Categories
(Toolkit :: Places, defect, P1)
Toolkit
Places
Tracking
()
RESOLVED
FIXED
140 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr115 | --- | unaffected |
| firefox-esr128 | --- | unaffected |
| firefox137 | --- | unaffected |
| firefox138 | --- | unaffected |
| firefox139 | --- | fixed |
| firefox140 | --- | fixed |
People
(Reporter: mccr8, Assigned: daisuke)
References
(Regression)
Details
(Keywords: crash, regression, topcrash, Whiteboard: [sng])
Crash Data
Crash report: https://crash-stats.mozilla.org/report/index/73f22b72-958a-480c-a83e-b734e0250424
Reason:
SIGSEGV / SEGV_MAPERR
Top 10 frames:
0 libxul.so mozilla::places::Database::DispatchToAsyncThread(nsIRunnable*) toolkit/components/places/Database.h:141
0 libxul.so nsFaviconService::AsyncGetFaviconForPage(nsIURI*, unsigned short) toolkit/components/places/nsFaviconService.cpp:475
1 libxul.so nsFaviconService::GetFaviconForPage(nsIURI*, unsigned short, JSContext*, mozi... toolkit/components/places/nsFaviconService.cpp:435
2 libxul.so NS_InvokeByIndex
3 libxul.so CallMethodHelper::Invoke() js/xpconnect/src/XPCWrappedNative.cpp:1620
3 libxul.so CallMethodHelper::Call() js/xpconnect/src/XPCWrappedNative.cpp:1174
3 libxul.so XPCWrappedNative::CallMethod(XPCCallContext&, XPCWrappedNative::CallMode) js/xpconnect/src/XPCWrappedNative.cpp:1120
4 libxul.so XPC_WN_CallMethod(JSContext*, unsigned int, JS::Value*) js/xpconnect/src/XPCWrappedNativeJSOps.cpp:966
5 ? @0x0000014b33e04b64
6 ? @0x0000014b338215d2
First showed up in the 20250423092127 Nightly build. I'm going to guess this is another regression from bug 1915762.
Flags: needinfo?(daisuke)
| Reporter | ||
Updated•1 year ago
|
| Reporter | ||
Comment 1•1 year ago
|
||
bug 1962326 and bug 1962409 look like 2 different treeherder versions of this crash.
Updated•1 year ago
|
Severity: -- → S3
Priority: -- → P1
Whiteboard: [sng]
Updated•1 year ago
|
Comment 2•1 year ago
|
||
Set release status flags based on info from the regressing bug 1915762
status-firefox140:
--- → affected
Comment 3•1 year ago
|
||
The bug is linked to a topcrash signature, which matches the following criterion:
- Top 20 desktop browser crashes on beta
:mak, could you consider increasing the severity of this top-crash bug?
For more information, please visit BugBot documentation.
Flags: needinfo?(mak)
Keywords: topcrash
Comment 4•1 year ago
|
||
I think this is fixed already by Bug 1962409, leaving it open for a bit to ensure signature goes away.
Flags: needinfo?(mak)
Updated•1 year ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•