-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
qgis crashes at random. python segfault unable to open database file #59717
Comments
P.S. Regarding SQLite: Is a mismatching compiled/running version a bad thing? |
Okay.. debugging with GDB, I find that when I ctrl c when qgis lags and starts polling like crazy (as I see in strace), that SQLite might be a problem. Thread 1 "qgis.bin" received signal SIGINT, Interrupt. |
I had another crash after saving and I can definitively say that it is not sqlite.
|
Updating SQLite to 3.47.1 may have fixed the problem, but I'm not confident enough yet. |
What is the bug or the crash?
I have no idea. QGIS just dies on signal 11.
/tmp/qgis.log
Also, Python segfaulted.
I had QGIS 3.34 Prizren, so I tried to upgrade to 3.40.1 Bratislava to see if the bug got fixed, and no, the same crash behavior still happened.
Steps to reproduce the issue
I'm working with some sensitive data that does crash. It is old, it was last modified in 2023.
When I create completely new projects from scratch it is somehow impossible to reproduce.
But with the old data, it can happen at any of:
Versions
3.47.0 (Running)
Supported QGIS version
New profile
Additional context
As this is my first issue, I would like help in making QGIS output more logs so I can at least try to provide something that will help with the crash. Thanks.
The text was updated successfully, but these errors were encountered: