Closed
Bug 1540972
Opened 6 years ago
Closed 6 years ago
Crash in [@ PLDHashTable::Search | mozilla::dom::(anonymous namespace)::Datastore::ConnectionClosedCallback]
Categories
(Core :: Storage: localStorage & sessionStorage, defect, P1)
Core
Storage: localStorage & sessionStorage
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-1b6fd726-3633-4b41-86a3-2ee9d0190331.
Top 9 frames of crashing thread:
0 XUL PLDHashTable::Search const xpcom/ds/PLDHashTable.cpp:506
1 XUL mozilla::dom:: xpcom/ds/nsTHashtable.h:135
2 XUL mozilla::detail::RunnableMethodImpl<mozilla::dom:: xpcom/threads/nsThreadUtils.h:1122
3 XUL mozilla::dom:: dom/localstorage/ActorsParent.cpp:4289
4 XUL mozilla::dom:: dom/localstorage/ActorsParent.cpp:3884
5 libmozglue.dylib mozilla::detail::MutexImpl::unlock mozglue/misc/Mutex_posix.cpp:185
6 XUL mozilla::ThreadEventQueue<mozilla::EventQueue>::GetEvent xpcom/threads/Mutex.h:76
7 XUL nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:1179
8 libmozglue.dylib arena_t::DallocSmall memory/build/mozjemalloc.cpp:3232
Assignee | ||
Comment 1•6 years ago
|
||
This looks like we have a double datastore close. Assertions should prevent that from happening, but only in debug builds.
However, we recently converted them to diagnostic assertions, so it should help with finding the double close.
Updated•6 years ago
|
Priority: -- → P3
Assignee | ||
Updated•6 years ago
|
Priority: P3 → P1
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → jvarga
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
Updated•6 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
•