Closed
Bug 458086
Opened 17 years ago
Closed 17 years ago
continual but delayed crashes when using browser [@ sqlite3BtreeParseCellPtr ]
Categories
(Core :: SQLite and Embedded Database Bindings, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: mden2013, Unassigned)
References
Details
(Keywords: crash)
Crash Data
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; InfoPath.2)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3
I was told to file a bug report here after posting on the help forum. Crash reports:
96af9c5e-8fcd-11dd-ae91-001cc45a2ce4 10/1/2008 11:28 AM
a2a6bc94-8fcc-11dd-9b63-001cc45a2ce4 10/1/2008 11:21 AM
583a2417-8fcc-11dd-b3e4-001321b13766 10/1/2008 11:19 AM
fcfe00f3-8fca-11dd-bb1c-0013211cbf8a 10/1/2008 11:09 AM
0ed9fc97-8fca-11dd-a3e4-0013211cbf8a 10/1/2008 11:03 AM
029bec68-8fc6-11dd-97c9-001cc4e2bf68 10/1/2008 10:34 AM
03904a17-8fc5-11dd-8586-001cc45a2c28 10/1/2008 10:26 AM
f0d44094-8fc4-11dd-aa0e-001cc45a2c28 10/1/2008 10:26 AM
a8ff2ab8-8fc4-11dd-816c-001a4bd43ed6 10/1/2008 10:24 AM
I was told to attach the urlclassifier3.sqlite file. I have.
Reproducible: Always
Steps to Reproduce:
1. Try to access a website.
2. Wait a few minutes.
3. Watch Mozilla crash.
4. Cry myself to sleep.
Actual Results:
It crashed.
Expected Results:
Not crash.
Look, I'm not that smart, me, but I'm fairly sure that it shouldn't do that.
Updated•17 years ago
|
Component: Startup and Profile System → Storage
QA Contact: startup → storage
Comment 1•17 years ago
|
||
0 sqlite3.dll sqlite3BtreeParseCellPtr mozilla/db/sqlite3/src/sqlite3.c:30517
1 sqlite3.dll sqlite3BtreeMoveto mozilla/db/sqlite3/src/sqlite3.c:33648
2 sqlite3.dll sqlite3VdbeExec mozilla/db/sqlite3/src/sqlite3.c:45777
3 sqlite3.dll sqlite3Step mozilla/db/sqlite3/src/sqlite3.c:41212
4 sqlite3.dll sqlite3_step mozilla/db/sqlite3/src/sqlite3.c:41276
5 xul.dll mozStorageStatement::ExecuteStep mozilla/storage/src/mozStorageStatement.cpp:472
6 xul.dll mozStorageStatement::Execute mozilla/storage/src/mozStorageStatement.cpp:448
7 xul.dll nsUrlClassifierStore::DeleteEntry mozilla/toolkit/components/url-classifier/src/nsUrlClassifierDBService.cpp:1863
8 xul.dll nsUrlClassifierDBServiceWorker::SubChunk mozilla/toolkit/components/url-classifier/src/nsUrlClassifierDBService.cpp:2518
9 xul.dll xul.dll@0x2e708c
10 xul.dll nsUrlClassifierDBServiceWorker::UpdateStream mozilla/toolkit/components/url-classifier/src/nsUrlClassifierDBService.cpp:2944
11 xul.dll NS_InvokeByIndex_P mozilla/xpcom/reflect/xptcall/src/md/win32/xptcinvoke.cpp:101
12 nspr4.dll PR_Unlock mozilla/nsprpub/pr/src/threads/combined/prulock.c:355
13 xul.dll nsThread::ProcessNextEvent mozilla/xpcom/threads/nsThread.cpp:510
14 xul.dll nsThread::ThreadFunc mozilla/xpcom/threads/nsThread.cpp:254
15 @0x786fa2f
Keywords: crash
Summary: continual but delayed crashes when using browser (sqlite problem?) → continual but delayed crashes when using browser [@ sqlite3BtreeParseCellPtr ]
Comment 2•17 years ago
|
||
without the database file, this report is pretty much useless
I'm trying to upload it now, but it's not completing. Give me a few minutes.
Alright, gave up on the built-in uploader and stuck it on Sendspace. Clearly, Mozilla as a whole does not like me.
http://www.sendspace.com/file/2unfgj
I figured out why it's not working: Apparently, I can't upload a file of that size. So external link up there is the only link, I guess. If it needs reuploading, let me know.
Comment 6•17 years ago
|
||
This should be fixed by bug 488710 which will be in Firefox 3.0.0.10
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 8•17 years ago
|
||
Shawn:
>This should be fixed by bug 488710 which will be in Firefox 3.0.0.10
bug 491183 is from 3.0.10, is this not fixed ?
Comment 9•17 years ago
|
||
That's because 3.0.10 was changed to a firedrill release and everything that was landed for it was pushed back to 3.0.11
| Assignee | ||
Updated•15 years ago
|
Crash Signature: [@ sqlite3BtreeParseCellPtr ]
Updated•1 year ago
|
Product: Toolkit → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•