Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash with Invalid page type #1106

Open
PThorpe92 opened this issue Mar 6, 2025 · 0 comments
Open

Crash with Invalid page type #1106

PThorpe92 opened this issue Mar 6, 2025 · 0 comments

Comments

@PThorpe92
Copy link
Contributor

PThorpe92 commented Mar 6, 2025

Currently all the CLI/extension python tests will fail.

thread 'main' panicked at core/storage/sqlite3_ondisk.rs:416:36:
called `Result::unwrap()` on an `Err` value: Corrupt("Invalid page type: 83")

I have so far been able to determine that it is reproducible by the following:

limbo>.open new.db

limbo> create table t (c);

limbo>insert into t values (1234);

limbo>.schema

and that will crash with the above error.

EDIT: bisected to feeb398

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant