GNU bug report logs - #24053
guix download file:// fails with a ~2 GB file on i686

Previous Next

Package: guix;

Reported by: Mark H Weaver <mhw <at> netris.org>

Date: Fri, 22 Jul 2016 17:20:02 UTC

Severity: normal

Merged with 23666

Full log


Message #13 received at 24053 <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Mark H Weaver <mhw <at> netris.org>
Cc: 24053 <at> debbugs.gnu.org
Subject: Re: bug#24053: guix download file:// fails with a ~2 GB file on i686
Date: Sat, 30 Jul 2016 15:14:20 +0200
Mark H Weaver <mhw <at> netris.org> 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 <at> jojen:~$ echo $?
> 141

(status:term-sig 141) = 13 (SIGPIPE), which makes sense: the daemon’s
child process at the other end received SIGKILL due to an OOM condition.

We don’t see that from the CLI because commands ignore SIGPIPE (see
‘initialize-guix’ in (guix ui)).

Ludo’.




This bug report was last modified 8 years and 319 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.