From 0834d50e0b3dc375687362ff5d6f10753d2ffc10 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 5 Mar 2012 19:01:43 +0000 Subject: (install) fix circular reference that defeats perl's GC else we keep the RPM DB open several times until rpm fails: created transaction for installing on / (remove=0, install=0, upgrade=8) error: rpmdb: Lock table is out of available locker entries error: cannot open Basenames index using db4 - Cannot allocate memory (12) error: rpmdb: Lock table is out of available locker entries error: cannot open Group index using db4 - Cannot allocate memory (12) error: rpmdb: Lock table is out of available locker entries error: cannot open Requirename index using db4 - Cannot allocate memory (12) error: rpmdb: Lock table is out of available locker entries error: cannot open Triggername index using db4 - Cannot allocate memory (12) error: rpmdb: Lock table is out of available locker entries (...) regression introduced in commit r2946 on 2012-02-14 (was: '(install) --test: do not display "More information on package"') --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 50b0dba9..dfbc36de 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,5 @@ - explicitely close the RPM DB after each transaction +- fix circular dependency that defeats perl's GC - warn if --allow-force, --allow-nodeps, --force or --keep is in use (mga#3127) Version 6.45 - 27 February 2012 -- cgit v1.2.1