From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#24053: guix download file:// fails with a ~2 GB file on i686 Date: Sat, 30 Jul 2016 15:14:20 +0200 Message-ID: <87ziozcloz.fsf@gnu.org> References: <87h9bhmvz3.fsf@netris.org> <87popvlpx9.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59881) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bTU6e-00081f-UI for bug-guix@gnu.org; Sat, 30 Jul 2016 09:15:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bTU6Y-0004j3-Qy for bug-guix@gnu.org; Sat, 30 Jul 2016 09:15:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:53963) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bTU6Y-0004iy-NQ for bug-guix@gnu.org; Sat, 30 Jul 2016 09:15:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1bTU6Y-0005Zi-JM for bug-guix@gnu.org; Sat, 30 Jul 2016 09:15:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87popvlpx9.fsf@netris.org> (Mark H. Weaver's message of "Sat, 30 Jul 2016 00:18:10 -0400") 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" To: Mark H Weaver Cc: 24053@debbugs.gnu.org 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.