Closed
Bug 1683067
Opened 4 years ago
Closed 3 years ago
Crash in [@ mozilla::dom::cache::Manager::CacheKeysAction::RunSyncWithDBOnTarget]
Categories
(Core :: Storage: Cache API, defect, P2)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jcristau, Unassigned)
Details
(Keywords: crash)
Crash Data
Crash report: https://crash-stats.mozilla.org/report/index/1bc3cc28-3540-42bd-9300-d6ddd0201217
Reason: EXC_BAD_ACCESS / KERN_INVALID_ADDRESS
Top 10 frames of crashing thread:
0 XUL mozilla::dom::cache::Manager::CacheKeysAction::RunSyncWithDBOnTarget dom/cache/Manager.cpp:1208
1 XUL mozilla::dom::cache::SyncDBAction::RunWithDBOnTarget dom/cache/DBAction.cpp:183
2 XUL mozilla::dom::cache::DBAction::RunOnTarget dom/cache/DBAction.cpp:124
3 XUL mozilla::dom::cache::Context::ActionRunnable::Run dom/cache/Context.cpp:647
4 XUL nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:1200
5 XUL mozilla::ipc::MessagePumpForNonMainThreads::Run ipc/glue/MessagePump.cpp:332
6 XUL MessageLoop::Run ipc/chromium/src/base/message_loop.cc:309
7 XUL nsThread::ThreadFunc xpcom/threads/nsThread.cpp:441
8 libnss3.dylib _pt_root nsprpub/pr/src/pthreads/ptthread.c:201
9 libsystem_pthread.dylib _pthread_start
Seeing a few of these null crashes on beta, across platforms, apparently from a small number of installs.
Comment 1•4 years ago
|
||
Might be related to Bug 1671369? cc :sg in case he might know something about it.
Updated•4 years ago
|
Severity: -- → S3
Priority: -- → P2
Comment 2•4 years ago
|
||
This crash seems to only happen on Beta 85 and the last crash occurred on Fed 22.
Comment 3•3 years ago
|
||
Closing because no crashes reported for 12 weeks.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•