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

When I use sqlite3 I get db-error "sqlite_open_v2() failed" 14 #16014

Closed
jakshi opened this issue May 15, 2023 · 2 comments · Fixed by #16019
Closed

When I use sqlite3 I get db-error "sqlite_open_v2() failed" 14 #16014

jakshi opened this issue May 15, 2023 · 2 comments · Fixed by #16019

Comments

@jakshi
Copy link

jakshi commented May 15, 2023

When I use sqlite3 backend in magit in spacemacs and try to open magit buffer with C-x g - I get the error:

(db-error "sqlite_open_v2() failed" 14)

How to debug/fix that?

@yastanotheruser
Copy link
Contributor

Same issue here, it turns out the SQLite3 module ends up opening a file containing a literal ~ character.

@piotrbujakowski
Copy link

Hi.

What with that?

gost fetch ubuntu --dbpath=/usr/share/vuls-data/gost.sqlite3
INFO[08-31|17:22:22] Initialize Database
Failed to open DB. err: Failed to open db. err: Failed to open DB. dbtype: sqlite3, dbpath: /usr/share/vuls-data/gost.sqlite3, err: unable to open database file: out of memory (14)

How can be out of memory?

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

Successfully merging a pull request may close this issue.

3 participants