Re: [Rpm-maint] [rpm-software-management/rpm] Avoid using a freed SQLite DB connection (#1553)

2021-03-01 Thread Panu Matilainen
Closed #1553. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/1553#event-4388874566___ Rpm-maint mailing list Rpm-maint@lists.rpm

Re: [Rpm-maint] [rpm-software-management/rpm] Avoid using a freed SQLite DB connection (#1553)

2021-03-01 Thread Panu Matilainen
Ahh, the error message... that was the clue I was missing. Besides a bug this is also a regression. With the implicit database initialization gone, the whole retry logic looks just fishy. Addressed differently in #1561 (better to nuke the imaginary loop), thanks for the report + patch! though

Re: [Rpm-maint] [rpm-software-management/rpm] Avoid using a freed SQLite DB connection (#1553)

2021-02-25 Thread Panu Matilainen
What's the situation where this happens? That vital info is completely missing in the commit message. Also we don't much care for assert()'s except for precarious special cases, there's already an error message being reported here anyway. -- You are receiving this because you are subscribed to

[Rpm-maint] [rpm-software-management/rpm] Avoid using a freed SQLite DB connection (#1553)

2021-02-21 Thread Demi Marie Obenour
This was causing `SQLITE_MISUSE` to be returned, which is *always* an application bug. You can view, comment on, or merge this pull request online at: https://github.com/rpm-software-management/rpm/pull/1553 -- Commit Summary -- * Avoid using a freed SQLite DB connection -- File Changes --