From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 30 09:14:35 2016 Received: (at 24053) by debbugs.gnu.org; 30 Jul 2016 13:14:35 +0000 Received: from localhost ([127.0.0.1]:51260 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bTU67-0005Ys-78 for submit@debbugs.gnu.org; Sat, 30 Jul 2016 09:14:35 -0400 Received: from eggs.gnu.org ([208.118.235.92]:40650) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bTU66-0005Yd-I9 for 24053@debbugs.gnu.org; Sat, 30 Jul 2016 09:14:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bTU5w-0004ft-Cr for 24053@debbugs.gnu.org; Sat, 30 Jul 2016 09:14:29 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-3.2 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:44833) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bTU5w-0004fp-AK; Sat, 30 Jul 2016 09:14:24 -0400 Received: from reverse-83.fdn.fr ([80.67.176.83]:59928 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bTU5u-0006Bk-HW; Sat, 30 Jul 2016 09:14:22 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Mark H Weaver Subject: Re: bug#24053: guix download file:// fails with a ~2 GB file on i686 References: <87h9bhmvz3.fsf@netris.org> <87popvlpx9.fsf@netris.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 13 Thermidor an 224 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-unknown-linux-gnu Date: Sat, 30 Jul 2016 15:14:20 +0200 In-Reply-To: <87popvlpx9.fsf@netris.org> (Mark H. Weaver's message of "Sat, 30 Jul 2016 00:18:10 -0400") Message-ID: <87ziozcloz.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -6.3 (------) X-Debbugs-Envelope-To: 24053 Cc: 24053@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.3 (------) Mark H Weaver skribis: > scheme@(guile-user)> ,use (guix) > scheme@(guile-user)> (define s (open-connection)) > scheme@(guile-user)> (add-to-store s "texlive-20160523b-texmf.tar.xz" #f = "sha256" "texlive-20160523b-texmf.tar.xz") > mhw@jojen:~$ echo $? > 141 (status:term-sig 141) =3D 13 (SIGPIPE), which makes sense: the daemon=E2=80= =99s child process at the other end received SIGKILL due to an OOM condition. We don=E2=80=99t see that from the CLI because commands ignore SIGPIPE (see =E2=80=98initialize-guix=E2=80=99 in (guix ui)). Ludo=E2=80=99.