Closed
Bug 543665
Opened 16 years ago
Closed 7 years ago
crash [@ pcache1Fetch ]
Categories
(Core :: SQLite and Embedded Database Bindings, defect)
Core
SQLite and Embedded Database Bindings
Tracking
()
RESOLVED
INACTIVE
People
(Reporter: xtc4uall, Unassigned)
Details
(Keywords: crash)
Crash Data
got this crash this morning when resuming my pc session from suspend-to-ram state with firefox open. in the only tab i had "http://hg.mozilla.org/mozilla-central/index.cgi/pushloghtml". wasn't able to reproduce :-/.
Signature pcache1Fetch
UUID ee7605ae-1564-495b-bc9f-baee52100201
Time 2010-02-01 21:42:25.373171
Uptime 38912
Last Crash 143727 seconds before submission
Product Firefox
Version 3.7a1pre
Build ID 20100201043011
Branch 1.9.3
OS Windows NT
OS Version 5.1.2600 Service Pack 3
CPU x86
CPU Info GenuineIntel family 15 model 2 stepping 9
Crash Reason EXCEPTION_ACCESS_VIOLATION
Crash Address 0x4588b53
User Comments Resuming from S3 State (Suspend to RAM)
Frame Module Signature Source
0 mozsqlite3.dll pcache1Fetch db/sqlite3/src/sqlite3.c:30549
1 mozsqlite3.dll pcache1Unpin db/sqlite3/src/sqlite3.c:30652
2 mozsqlite3.dll allocateBtreePage db/sqlite3/src/sqlite3.c:42405
3 mozsqlite3.dll sqlite3PagerAcquire db/sqlite3/src/sqlite3.c:35025
4 mozsqlite3.dll getCellInfo db/sqlite3/src/sqlite3.c:41028
5 mozsqlite3.dll winMutexEnter db/sqlite3/src/sqlite3.c:15514
6 mozsqlite3.dll winMutexLeave db/sqlite3/src/sqlite3.c:15554
7 @0xd035047
8 @0x0
| Reporter | ||
Comment 1•16 years ago
|
||
1.9.0:
http://crash-stats.mozilla.com/report/list?product=Firefox&branch=1.9.0&query_search=signature&query_type=contains&query=pcache1Fetch&date=&range_value=1&range_unit=weeks&process_type=all&plugin_field=&plugin_query_type=&plugin_query=&do_query=1&signature=pcache1Fetch
1.9.1:
http://crash-stats.mozilla.com/report/list?product=Firefox&branch=1.9.1&query_search=signature&query_type=contains&query=pcache1Fetch&date=&range_value=1&range_unit=weeks&process_type=all&plugin_field=&plugin_query_type=&plugin_query=&do_query=1&signature=pcache1Fetch
1.9.2:
http://crash-stats.mozilla.com/report/list?product=Firefox&branch=1.9.2&query_search=signature&query_type=contains&query=pcache1Fetch&date=&range_value=1&range_unit=weeks&process_type=all&plugin_field=&plugin_query_type=&plugin_query=&do_query=1&signature=pcache1Fetch
1.9.3:
http://crash-stats.mozilla.com/report/list?product=Firefox&branch=1.9.3&query_search=signature&query_type=contains&query=pcache1Fetch&date=&range_value=1&range_unit=weeks&process_type=all&plugin_field=&plugin_query_type=&plugin_query=&do_query=1&signature=pcache1Fetch
rather low volume on all branches. MAC affected on 1.9.1/1.9.2 too. also extension-less crash reports being listed.
comments mention background usage of Fx or (besides my comment) also hibernation resuming.
Comment 2•15 years ago
|
||
Saw this crash in the fennec b2pre list today:
http://crash-stats.mozilla.com/report/index/ee18a3bb-43ca-4735-a55c-c45ed2101028
0 libmozsqlite3.so pcache1Fetch db/sqlite3/src/sqlite3.c:33370
1 libmozsqlite3.so sqlite3PcacheFetch db/sqlite3/src/sqlite3.c:32459
2 libmozsqlite3.so sqlite3PagerAcquire db/sqlite3/src/sqlite3.c:39026
3 libmozsqlite3.so btreeGetPage db/sqlite3/src/sqlite3.c:46075
4 libmozsqlite3.so getAndInitPage db/sqlite3/src/sqlite3.c:46127
5 libmozsqlite3.so moveToRoot db/sqlite3/src/sqlite3.c:48694
6 libmozsqlite3.so sqlite3BtreeMovetoUnpacked db/sqlite3/src/sqlite3.c:48910
7 libmozsqlite3.so sqlite3_step db/sqlite3/src/sqlite3.c:62808
8 libxul.so mozilla::storage::stepStmt storage/src/mozStoragePrivateHelpers.cpp:283
9 libxul.so mozilla::storage::AsyncExecuteStatements::executeStatement storage/src/mozStorageAsyncStatementExecution.cpp:347
10 libxul.so mozilla::storage::AsyncExecuteStatements::executeAndProcessStatement storage/src/mozStorageAsyncStatementExecution.cpp:295
11 libxul.so mozilla::storage::AsyncExecuteStatements::bindExecuteAndProcessStatement storage/src/mozStorageAsyncStatementExecution.cpp:274
12 libxul.so mozilla::storage::AsyncExecuteStatements::Run storage/src/mozStorageAsyncStatementExecution.cpp:597
13 libxul.so nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:547
14 libxul.so NS_ProcessNextEvent_P nsThreadUtils.cpp:250
15 libxul.so nsThread::ThreadFunc xpcom/threads/nsThread.h:83
16 libnspr4.so _pt_root nsprpub/pr/src/pthreads/ptthread.c:190
17 libc.so libc.so@0x10ed7
18 libc.so libc.so@0x109c3
| Assignee | ||
Updated•14 years ago
|
Crash Signature: [@ pcache1Fetch ]
Comment 3•13 years ago
|
||
It's #100 top browser crasher in 13.0.1.
Now the stack traces looks like:
Frame Module Signature Source
0 mozsqlite3.dll pcache1Fetch db/sqlite3/src/sqlite3.c:38309
1 mozsqlite3.dll sqlite3PcacheFetch db/sqlite3/src/sqlite3.c:37195
2 mozsqlite3.dll sqlite3PagerAcquire db/sqlite3/src/sqlite3.c:44281
3 mozsqlite3.dll moveToChild db/sqlite3/src/sqlite3.c:54394
4 mozsqlite3.dll moveToLeftmost db/sqlite3/src/sqlite3.c:54572
5 mozsqlite3.dll sqlite3BtreeNext db/sqlite3/src/sqlite3.c:54964
6 mozsqlite3.dll sqlite3BtreeNext db/sqlite3/src/sqlite3.c:54954
7 mozsqlite3.dll sqlite3VdbeExec db/sqlite3/src/sqlite3.c:70295
8 mozsqlite3.dll sqlite3_step db/sqlite3/src/sqlite3.c:64120
9 xul.dll mozilla::storage::Connection::stepStatement storage/src/mozStorageConnection.cpp:868
10 xul.dll mozilla::storage::Statement::GetSharedBlob storage/src/mozStorageStatement.cpp:846
11 xul.dll nsTArray<unsigned int,nsTArrayFallibleAllocator>::AppendElements<int> obj-firefox/dist/include/nsTArray.h:870
12 xul.dll nsUrlClassifierDBServiceWorker::ConstructPrefixSet toolkit/components/url-classifier/nsUrlClassifierDBService.cpp:3657
13 xul.dll nsUrlClassifierDBServiceWorker::ApplyUpdate toolkit/components/url-classifier/nsUrlClassifierDBService.cpp:3187
14 xul.dll nsUrlClassifierDBServiceWorker::FinishUpdate toolkit/components/url-classifier/nsUrlClassifierDBService.cpp:3222
15 xul.dll nsRunnableMethodImpl<unsigned int obj-firefox/dist/include/nsThreadUtils.h:349
16 xul.dll nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:624
...
More reports at:
https://crash-stats.mozilla.com/report/list?signature=pcache1Fetch
Severity: normal → critical
OS: Windows XP → All
Hardware: x86 → All
Comment 4•7 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: 7 years ago
Resolution: --- → INACTIVE
Updated•1 year ago
|
Product: Toolkit → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•