From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: Re: 'guix-package -I' and 'guix-package -A' fail with an OOM error Date: Mon, 21 Jan 2013 05:01:02 +0100 Message-ID: <50FCBD7E.6020206@gmail.com> References: <8738xvurbf.fsf@karetnikov.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44224) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tx8iz-0005ok-FX for bug-guix@gnu.org; Sun, 20 Jan 2013 23:11:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tx8iy-0002ga-5Q for bug-guix@gnu.org; Sun, 20 Jan 2013 23:11:09 -0500 Received: from mail-wi0-f174.google.com ([209.85.212.174]:57902) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tx8ix-0002gK-Vj for bug-guix@gnu.org; Sun, 20 Jan 2013 23:11:08 -0500 Received: by mail-wi0-f174.google.com with SMTP id hq4so6770191wib.7 for ; Sun, 20 Jan 2013 20:11:07 -0800 (PST) In-Reply-To: <8738xvurbf.fsf@karetnikov.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Nikita Karetnikov Cc: bug-guix@gnu.org On 01/21/2013 04:50 AM, Nikita Karetnikov wrote: > Hi, > > # ./pre-inst-env guix-package -I > Killed > > dmesg: > > [1396676.123605] Out of memory: Kill process 20019 (guile) score 507 or sacrifice child > [1396676.123608] Killed process 20019 (guile) total-vm:1234632kB, anon-rss:1209348kB, file-rss:84kB > > Both options work fine if I specify a regexp. > I think it's because of this bug : http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13176 The current workaround is : $ ./pre-inst-env ./guix-package -I "" WBR, Cyril Roelandt.