bug#66254: "guix --version | head -1" crashes most of the time

2023-10-12 Thread Clément Lassieur
Simon Tournier writes: > Hi Clément, Hey Simon, [...] > Anyway. The issue is from leave-on-EPIPE. This patch fixes the issue, > I guess. > > diff --git a/guix/ui.scm b/guix/ui.scm > index 6f2d4fe245..507bc67f1d 100644 > --- a/guix/ui.scm > +++ b/guix/ui.scm > @@ -2309,7 +2309,7 @@ (define (r

bug#66254: "guix --version | head -1" crashes most of the time

2023-10-12 Thread Simon Tournier
Hi Clément, On Thu, 28 Sep 2023 at 12:20, Clément Lassieur wrote: >> guix --version | cat | head -1 > works Not for me. --8<---cut here---start->8--- $ guix --version | cat | head -1 guix (GNU Guix) 6113e0529d61df7425f64e30a6bf77f7cfdfe5a5 Backtrace:

bug#66254: "guix --version | head -1" crashes most of the time

2023-09-28 Thread Clément Lassieur
> guix --version | cat | head -1 works > guix --version | head -1 crashes most of the time (on foreign distro) See attached log. Same bug with 'head' from Guix coreutils. Thanks, Clémentclement@newt:~$ guix --version | head -1 guix (GNU Guix) ce0cc6137df81919389f61671096a6ce701c0889 clement@ne