Closed
Bug 709438
Opened 13 years ago
Closed 13 years ago
crash sqlite3_db_status
Categories
(Core :: SQLite and Embedded Database Bindings, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 708248
People
(Reporter: jdm, Unassigned)
Details
(Keywords: crash)
Crash Data
This bug was filed from the Socorro interface and is
report bp-b22df6b9-3a45-41b5-93fa-1e1092111209 .
=============================================================
This is a shutdown crash that contradicts the comment in http://hg.mozilla.org/mozilla-central/annotate/6785d3003414/storage/src/mozStorageService.cpp#l183, demonstrating that StorageSQLiteMultiReporter is triggered within telemetry pings.
0 libmozsqlite3.dylib sqlite3_db_status db/sqlite3/src/sqlite3.c:13000
1 XUL mozilla::storage::StorageSQLiteMultiReporter::CollectReports storage/src/mozStorageService.cpp:263
2 XUL nsMemoryReporterManager::GetExplicit xpcom/base/nsMemoryReporterManager.cpp:725
3 XUL NS_InvokeByIndex_P xpcom/reflect/xptcall/src/md/unix/xptcinvoke_x86_64_unix.cpp:195
4 XUL XPCWrappedNative::CallMethod js/xpconnect/src/XPCWrappedNative.cpp:2932
5 XUL XPC_WN_GetterSetter js/xpconnect/src/xpcprivate.h:2682
6 XUL js::InvokeKernel js/src/jscntxtinlines.h:321
7 XUL js::Invoke js/src/jsinterp.h:165
8 XUL js::InvokeGetterOrSetter js/src/jsinterp.cpp:711
9 XUL js_GetPropertyHelper js/src/jsscopeinlines.h:238
10 XUL js::Interpret js/src/jsinterp.cpp:3082
11 XUL js::RunScript js/src/jsinterp.cpp:581
12 XUL js::InvokeKernel js/src/jsinterp.cpp:644
13 XUL js::Invoke js/src/jsinterp.h:165
14 XUL JS_CallFunctionValue js/src/jsapi.cpp:5178
15 XUL nsXPCWrappedJSClass::CallMethod js/xpconnect/src/XPCWrappedJSClass.cpp:1530
16 XUL nsXPCWrappedJS::CallMethod js/xpconnect/src/XPCWrappedJS.cpp:611
17 XUL PrepareAndDispatch xpcom/reflect/xptcall/src/md/unix/xptcstubs_x86_64_darwin.cpp:153
18 XUL XUL@0xf34d1a
19 XUL nsObserverList::NotifyObservers xpcom/ds/nsObserverList.cpp:130
20 XUL nsObserverService::NotifyObservers xpcom/ds/nsObserverService.cpp:182
21 XUL nsCycleCollector_collect xpcom/base/nsCycleCollector.cpp:2730
22 XUL nsJSContext::CycleCollectNow dom/base/nsJSEnvironment.cpp:3201
23 XUL nsTimerImpl::Fire xpcom/threads/nsTimerImpl.cpp:425
24 XUL nsTimerEvent::Run xpcom/threads/nsTimerImpl.cpp:521
25 XUL nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:625
26 XUL NS_ProcessNextEvent_P obj-firefox/x86_64/xpcom/build/nsThreadUtils.cpp:245
27 XUL nsThread::Shutdown xpcom/threads/nsThread.cpp:483
28 XUL nsUrlClassifierDBService::Shutdown toolkit/components/url-classifier/nsUrlClassifierDBService.cpp:4515
29 XUL nsUrlClassifierDBService::Observe toolkit/components/url-classifier/nsUrlClassifierDBService.cpp:4470
30 XUL nsObserverList::NotifyObservers xpcom/ds/nsObserverList.cpp:130
31 XUL nsObserverService::NotifyObservers xpcom/ds/nsObserverService.cpp:182
32 XUL nsXREDirProvider::DoShutdown toolkit/xre/nsXREDirProvider.cpp:814
33 XUL ScopedXPCOMStartup::~ScopedXPCOMStartup toolkit/xre/nsAppRunner.cpp:1110
34 XUL XRE_main toolkit/xre/nsAppRunner.cpp:1117
35 firefox main browser/app/nsBrowserApp.cpp:201
36 firefox firefox@0xa13
Reporter | ||
Updated•13 years ago
|
Component: General → Storage
Product: Firefox → Toolkit
QA Contact: general → storage
Reporter | ||
Updated•13 years ago
|
Version: unspecified → Trunk
Comment 1•13 years ago
|
||
(In reply to Josh Matthews [:jdm] from comment #0)
> This bug was filed from the Socorro interface and is
> report bp-b22df6b9-3a45-41b5-93fa-1e1092111209 .
> =============================================================
>
> This is a shutdown crash that contradicts the comment in
> http://hg.mozilla.org/mozilla-central/annotate/6785d3003414/storage/src/
> mozStorageService.cpp#l183, demonstrating that StorageSQLiteMultiReporter is
> triggered within telemetry pings.
Yeah, that comment is wrong, bug 708159 will rectify that.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Updated•5 months ago
|
Product: Toolkit → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•