Closed
Bug 1251859
Opened 10 years ago
Closed 8 years ago
crash in OOM | large | NS_ABORT_OOM | mozilla::storage::Variant<T>::Variant<T>
Categories
(Core :: SQLite and Embedded Database Bindings, defect, P5)
Tracking
()
RESOLVED
INACTIVE
People
(Reporter: alex_mayorga, Unassigned)
References
Details
(Keywords: crash)
Crash Data
This bug was filed from the Socorro interface and is
report bp-6740c6da-2797-46cf-814d-48c2b2160215.
=============================================================
55 crashes in the past week at https://crash-stats.mozilla.com/report/list?product=Firefox&signature=OOM+|+large+|+NS_ABORT_OOM+|+mozilla%3A%3Astorage%3A%3AVariant%3CT%3E%3A%3AVariant%3CT%3E
Crashing Thread (34)
Frame Module Signature Source
0 xul.dll NS_ABORT_OOM(unsigned int) xpcom/base/nsDebugImpl.cpp
1 xul.dll mozilla::storage::Variant<nsString, 0>::Variant<nsString, 0>(nsAString_internal const&) storage/Variant.h
2 xul.dll mozilla::storage::Row::initialize(sqlite3_stmt*) storage/mozStorageRow.cpp
3 xul.dll mozilla::storage::AsyncExecuteStatements::buildAndNotifyResults(sqlite3_stmt*) storage/mozStorageAsyncStatementExecution.cpp
4 xul.dll mozilla::storage::AsyncExecuteStatements::executeAndProcessStatement(sqlite3_stmt*, bool) storage/mozStorageAsyncStatementExecution.cpp
5 xul.dll mozilla::storage::AsyncExecuteStatements::bindExecuteAndProcessStatement(mozilla::storage::StatementData&, bool) storage/mozStorageAsyncStatementExecution.cpp
6 xul.dll mozilla::storage::AsyncExecuteStatements::Run() storage/mozStorageAsyncStatementExecution.cpp
7 xul.dll nsThread::ProcessNextEvent(bool, bool*) xpcom/threads/nsThread.cpp
8 xul.dll NS_ProcessNextEvent(nsIThread*, bool) xpcom/glue/nsThreadUtils.cpp
9 xul.dll mozilla::ipc::MessagePumpForNonMainThreads::Run(base::MessagePump::Delegate*) ipc/glue/MessagePump.cpp
10 xul.dll MessageLoop::RunHandler() ipc/chromium/src/base/message_loop.cc
11 xul.dll MessageLoop::Run() ipc/chromium/src/base/message_loop.cc
12 xul.dll nsThread::ThreadFunc(void*) xpcom/threads/nsThread.cpp
13 nss3.dll _PR_NativeRunThread nsprpub/pr/src/threads/combined/pruthr.c
14 nss3.dll pr_root nsprpub/pr/src/md/windows/w95thred.c
15 msvcr120.dll _callthreadstartex f:\dd\vctools\crt\crtw32\startup\threadex.c:376
16 msvcr120.dll msvcr120.dll@0x2c000
17 kernel32.dll BaseThreadInitThunk
18 ntdll.dll __RtlUserThreadStart
19 ntdll.dll _RtlUserThreadStart
Comment 1•10 years ago
|
||
The stacks here are similar to bug 1251862. Many of both stacks seem to be in storage.
Comment 2•10 years ago
|
||
Crash volume for signature 'OOM | large | NS_ABORT_OOM | mozilla::storage::Variant<T>::Variant<T>':
- nightly (version 50): 0 crash from 2016-06-06.
- aurora (version 49): 0 crash from 2016-06-07.
- beta (version 48): 22 crashes from 2016-06-06.
- release (version 47): 182 crashes from 2016-05-31.
- esr (version 45): 69 crashes from 2016-04-07.
Crash volume on the last weeks:
Week N-1 Week N-2 Week N-3 Week N-4 Week N-5 Week N-6 Week N-7
- nightly 0 0 0 0 0 0 0
- aurora 0 0 0 0 0 0 0
- beta 5 1 5 1 6 3 1
- release 19 31 35 24 21 32 3
- esr 3 5 9 7 8 10 7
Affected platform: Windows
status-firefox47:
--- → affected
status-firefox48:
--- → affected
status-firefox-esr45:
--- → affected
Updated•9 years ago
|
Priority: -- → P5
Comment 3•8 years ago
|
||
Per policy at https://wiki.mozilla.org/Bug_Triage/Projects/Bug_Handling/Bug_Husbandry#Inactive_Bugs. If this bug is not an enhancement request or a bug not present in a supported release of Firefox, then it may be reopened.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INACTIVE
Updated•4 years ago
|
Updated•2 years ago
|
Product: Toolkit → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•