Ticket #866 (closed defect: fixed)
Threading problem with SQLite?
| Reported by: | Sewi | Owned by: | adamk |
|---|---|---|---|
| Priority: | blocker | Milestone: | |
| Component: | editor | Version: | trunk |
| Keywords: | Cc: |
Description
Running only one Padre task reports this on exit of the task:
DESTROY ignored because DBI dbh handle (DBD::SQLite::db) is owned by thread 959a008 not current thread d973aa8
DESTROY ignored because DBI dbh handle (DBD::SQLite::db) is owned by thread 959a008 not current thread e490c98
DESTROY ignored because DBI dbh handle (DBD::SQLite::db) is owned by thread 959a008 not current thread aad5668
This message doesn't appear on every exit, but on many.
We should at least supress it, if it's harmless.
Change History
Note: See
TracTickets for help on using
tickets.

It isn't harmless :)