bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Ludovic Courtès
Subject: bug#24053: guix download file:// fails with a ~2 GB file on i686
Date: Sat, 30 Jul 2016 15:14:20 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Mark H Weaver <address@hidden> 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")
> address@hidden:~$ 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’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]