Re: Groff bug: echo foo | groff -Pbar

2020-09-28 Thread hackerb9
I think there may be a race condition caused by the groff pipeline. Just to be sure, please try echo foo | troff >&- My earlier command was causing troff to dump core when its stdout was closed (by grops exiting) before it finished writing. —b9 On Mon, Sep 28, 2020 at 7:04 AM G. Brande

Groff bug: echo foo | groff -Pbar

2020-09-27 Thread hackerb9
Using groff 1.22.4, groff complains and then dumps core when I do this: $ echo foo | groff -Pbar troff: fatal error: error writing output file groff: troff: Signal 11 (core dumped) Is it just me or does that happen for everyone? —b9