https://bugs.kde.org/show_bug.cgi?id=410807

--- Comment #9 from Rebecca Breu <rebe...@rbreu.de> ---
"Do not open an SQLite database connection, then fork(), then try to use that
database connection in the child process. All kinds of locking problems will
result and you can easily end up with a corrupt database."

https://www.sqlite.org/howtocorrupt.html#_carrying_an_open_database_connection_across_a_fork_

When does Krita try to access the DB? Can it potentially happen from within a
Python script? What about threading?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to