Package: apt-listbugs Version: 0.1.47 # uname -a Linux hg4-rw-1 6.16.9+deb14-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.16.9-1 (2025-09-27) x86_64 GNU/Linux
# lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux forky/sid Release: n/a Codename: forky Hi! this is the second time I notice this behavior. May be it is worth reporting... When I try to upgrade a package with bugs I get a warning (as expected) and I abort the upgrade: # apt update Hit:1 https://security.debian.org/debian-security forky-security InRelease Get:2 ... [...] # apt full-upgrade Upgrading: [...] Summary: Upgrading: 30, Installing: 1, Removing: 0, Not Upgrading: 0 Continue? [Y/n] Y Get:1 https://deb.debian.org/debian forky/main [...] retrieving bug reports... Done Parsing Found/Fixed information... Done critical bugs of chromium (141.0.7390.54-1 → 141.0.7390.65-1) <Outstanding> b1 - #1117815 - Whole Trixie system freezes, requires hard reset. Summary: chromium(1 bug) Are you sure you want to install/upgrade the above packages? [Y/n/?/...] n ********************************************************************** ****** Exiting with an error in order to stop the installation. ****** ********************************************************************** Error: Sub-process /usr/bin/apt-listbugs apt returned an error code (10) Error: Failure running script /usr/bin/apt-listbugs apt ### after this I'm doing again: # apt update [...] # apt full-upgrade Upgrading: [...] Summary: [...] Continue? [Y/n] ### No warning any more! (second time and subsequent tries to full-upgrade) ### But I can see the still existing bugs with # apt-listbugs list chromium Retrieving bug reports... Done Parsing Found/Fixed information... Done critical bugs of chromium (→ ) <Outstanding> b1 - #1117815 - Whole Trixie system freezes, requires hard reset. Summary: chromium(1 bug) Thank you very much!

