[Bug 1826870] Re: cache.commit() doesn't release the archives lock
Ćukasz Zemczak
1826870 at bugs.launchpad.net
Mon May 13 10:16:18 UTC 2019
Both the bionic and xenial uploads seems to have a few ADT regressions -
could you take at those and see if they're not regressions? Thanks!
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to python-apt in Ubuntu.
https://bugs.launchpad.net/bugs/1826870
Title:
cache.commit() doesn't release the archives lock
Status in python-apt package in Ubuntu:
Fix Released
Status in python-apt source package in Xenial:
Fix Committed
Status in python-apt source package in Bionic:
Fix Committed
Status in python-apt source package in Cosmic:
Fix Released
Status in python-apt package in Debian:
Fix Released
Bug description:
[Impact]
cache.commit() does not release all the locks it acquires as part of committing. This is a regression of locking fixes in bug 1795407.
[Test case]
This script should work:
#!/usr/bin/env python
import apt
import subprocess
cache = apt.Cache()
pkg = cache["hello"]
pkg.mark_install()
cache.commit()
subprocess.check_call(["apt", "remove", "--yes", "hello"])
[Regression potential]
Other new locking bugs could pop up
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-apt/+bug/1826870/+subscriptions
More information about the foundations-bugs
mailing list