[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#5238: 23.1.50; gzip: stdout: Broken pipe
From: |
Chong Yidong |
Subject: |
bug#5238: 23.1.50; gzip: stdout: Broken pipe |
Date: |
Sat, 13 Nov 2010 17:29:56 -0500 |
Juri Linkov <juri@jurta.org> wrote:
> > Gentlemen, both
> > $ emacs -Q -eval '(compile "locale -m")'
> > $ emacs -Q -nw -eval '(compile "locale -m")'
> > work, however the former has lots of "gzip: stdout: Broken pipe",
> > the latter doesn't.
> > $ emacs -Q -eval '(compile "strace locale -m")'
> > shows it happens around
> > clone(child_stack=0, flags=...
>
> A simpler test case:
>
> 1. emacs -Q
> 2. M-! locale -m RET
>
> Fails for Emacs 23, but not for Emacs 22 or Emacs 23 run with -nw.
I can't reproduce this anymore, so presumably this old bug is fixed.
Juri, could you confirm?