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
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
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
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 --