Closed
Bug 1688116
Opened 5 years ago
Closed 5 years ago
Crash in [@ mozilla::dom::quota::QuotaManager::Shutdown::$_10::operator() const::{lambda#1}::__invoke]
Categories
(Core :: Storage: Quota Manager, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1592336
People
(Reporter: mccr8, Unassigned)
Details
(Keywords: crash)
Crash Data
Crash report: https://crash-stats.mozilla.org/report/index/d334e2b1-a595-41eb-afbf-a25720210121
MOZ_CRASH Reason: MOZ_CRASH(Quota manager shutdown timed out)
Top 10 frames of crashing thread:
0 XUL mozilla::dom::quota::QuotaManager::Shutdown dom/quota/ActorsParent.cpp:4028
1 XUL nsTimerEvent::Run xpcom/threads/TimerThread.cpp:251
2 XUL nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:1200
3 XUL NS_ProcessNextEvent xpcom/threads/nsThreadUtils.cpp:548
4 XUL mozilla::dom::quota::QuotaManager::Shutdown dom/quota/ActorsParent.cpp:4097
5 XUL mozilla::dom::quota::QuotaManager::ShutdownInstance dom/quota/ActorsParent.cpp:3559
6 XUL mozilla::dom::quota::RecvShutdownQuotaManager dom/quota/ActorsParent.cpp:2689
7 XUL mozilla::ipc::BackgroundParentImpl::RecvShutdownQuotaManager ipc/glue/BackgroundParentImpl.cpp:1089
8 XUL mozilla::ipc::PBackgroundParent::OnMessageReceived ipc/ipdl/PBackgroundParent.cpp:4998
9 XUL mozilla::ipc::MessageChannel::DispatchMessage ipc/glue/MessageChannel.cpp:2077
Reporter | ||
Comment 1•5 years ago
|
||
Maybe this is just a signature change? sg, it looks like you changed this code recently. Can you please take a look? Thanks.
Flags: needinfo?(sgiesecke)
Reporter | ||
Comment 2•5 years ago
|
||
This first showed up in the 20210116092804 build, it looks like.
Comment 3•5 years ago
|
||
Yes, this is a signature change. It's the issue reported in Bug 1592336. It has improved the lot through the recent changes, but a shutdown timeout is still happening in some cases.
Status: NEW → RESOLVED
Closed: 5 years ago
Flags: needinfo?(sgiesecke)
Resolution: --- → DUPLICATE
Updated•5 years ago
|
Crash Signature: [@ mozilla::dom::quota::QuotaManager::Shutdown::$_10::operator() const::{lambda#1}::__invoke] → [@ mozilla::dom::quota::QuotaManager::Shutdown::$::operator() const::{lambda#1}::__invoke]
You need to log in
before you can comment on or make changes to this bug.
Description
•