Closed
Bug 599098
Opened 14 years ago
Closed 14 years ago
Assertion failed: !pBt->pPage1 && !pBt->pCursor in sqlite3BtreeSetPageSize when vacuuming a WAL database with not finalized statements
Categories
(Core :: SQLite and Embedded Database Bindings, defect)
Core
SQLite and Embedded Database Bindings
Tracking
()
RESOLVED
FIXED
mozilla2.0b9
People
(Reporter: mak, Unassigned)
References
Details
(Whiteboard: [fixed-in-places])
Attachments
(1 file)
277 bytes,
text/plain
|
Details |
steps to reproduce:
1. create a database
2. set journal_mode to WAL
3. create and execute a statement but don't finalize it
4. VACUUM
I'll attach a reduced storage unit test that can reproduce the issue here.
This causes my test for WAL restoration failure on vacuum to fail (so I'll comment it out for now and enable once this is fixed)
Reporter | ||
Updated•14 years ago
|
Attachment #478039 -
Attachment is patch: false
Reporter | ||
Updated•14 years ago
|
Whiteboard: [re-enable test in bug 541373 once fixed]
Reporter | ||
Comment 2•14 years ago
|
||
This is fixed, but we should still re-enable the test in whiteboard though (after checking it did not bitrot in the meanwhile)
Whiteboard: [re-enable test in bug 541373 once fixed] → [fixed, but check and re-enable test in bug 541373]
Target Milestone: --- → mozilla2.0b9
Comment 3•14 years ago
|
||
(In reply to comment #2)
> This is fixed, but we should still re-enable the test in whiteboard though
> (after checking it did not bitrot in the meanwhile)
mak, can you file a bug on doing that please?
Reporter | ||
Comment 4•14 years ago
|
||
I can!
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: [fixed, but check and re-enable test in bug 541373] → [fixed-in-places]
Updated•5 months ago
|
Product: Toolkit → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•