From 86c5228fb2e0d7cf841beed2f2a3c20785e4a93c Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Tue, 10 Mar 2020 23:00:04 +0100 Subject: configure-index: Add APT::Color option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This caused unbound error list growth, because each time we dumped an error, the calls to _config->FindB() inside operator << would add 3 new errors of the form: W: Using unknown config option »apt::color« of type BOOL Hence we are dumping an infinite list of errors, and eventually that list will exceed available memory. --- doc/examples/configure-index | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/examples/configure-index') diff --git a/doc/examples/configure-index b/doc/examples/configure-index index bf9efc109..7664e0760 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -828,3 +828,4 @@ dir::dpkg::triplettable ""; dir::dpkg::cputable ""; APT::Internal::OpProgress::Absolute ""; +APT::Color ""; -- cgit v1.2.3