Closed
Bug 1540967
Opened 7 years ago
Closed 7 years ago
Crash in [@ PLDHashTable::Search | nsBaseHashtable<T>::Remove | mozilla::dom::`anonymous namespace'::Datastore::CleanupMetadata]
Categories
(Core :: Storage: localStorage & sessionStorage, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla68
| Tracking | Status | |
|---|---|---|
| firefox-esr60 | --- | unaffected |
| firefox66 | --- | unaffected |
| firefox67 | --- | unaffected |
| firefox68 | --- | fixed |
People
(Reporter: janv, Assigned: janv)
References
(Blocks 1 open bug)
Details
(Keywords: crash)
Crash Data
This bug is for crash report bp-42d9bece-6273-41e7-aed3-697f90190331.
Top 10 frames of crashing thread:
0 xul.dll PLDHashTable::Search xpcom/ds/PLDHashTable.cpp:506
1 xul.dll bool nsBaseHashtable<nsCStringHashKey, bundleCacheEntry_t*, bundleCacheEntry_t*>::Remove xpcom/ds/nsInterfaceHashtable.h:172
2 xul.dll void mozilla::dom::`anonymous namespace'::Datastore::CleanupMetadata dom/localstorage/ActorsParent.cpp:4921
3 xul.dll void mozilla::dom::`anonymous namespace'::Datastore::ConnectionClosedCallback dom/localstorage/ActorsParent.cpp:4909
4 xul.dll nsresult mozilla::detail::RunnableMethodImpl< xpcom/threads/nsThreadUtils.h:1174
5 xul.dll void mozilla::dom::`anonymous namespace'::Connection::CloseOp::Cleanup dom/localstorage/ActorsParent.cpp:4289
6 xul.dll nsresult mozilla::dom::`anonymous namespace'::ConnectionDatastoreOperationBase::Run dom/localstorage/ActorsParent.cpp:3892
7 xul.dll nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:1179
8 xul.dll NS_ProcessNextEvent xpcom/threads/nsThreadUtils.cpp:482
9 xul.dll nsThread::Shutdown xpcom/threads/nsThread.cpp:880
| Assignee | ||
Comment 1•7 years ago
|
||
Looks like a double datastore close, like in bug 1540972.
Updated•7 years ago
|
Priority: -- → P3
| Assignee | ||
Updated•7 years ago
|
Priority: P3 → P1
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → jvarga
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
Updated•7 years ago
|
status-firefox66:
--- → unaffected
status-firefox67:
--- → unaffected
status-firefox-esr60:
--- → unaffected
Depends on: 1542475
You need to log in
before you can comment on or make changes to this bug.
Description
•