bug-groff
[Top][All Lists]
Advanced

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

[bug #60782] groff: doesn't exit with status 1 when .ab request used wit


From: G. Branden Robinson
Subject: [bug #60782] groff: doesn't exit with status 1 when .ab request used with -Thtml
Date: Tue, 15 Jun 2021 19:46:12 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

Update of bug #60782 (project groff):

                Severity:              3 - Normal => 4 - Important          

    _______________________________________________________

Follow-up Comment #1:

This is really just egregiously bad.

The cause of the problem is not obvious; I checked src/roff/groff/pipeline.c
and everything there seems to be in order.  All commands in the pipeline _that
get forked off_ exit with status zero.

It is troff itself that should be exiting with status 1, but that's not run as
part of the pipeline.

Sample of instrumented output:


$ ./build/groff -F ./build/font -Thtml -t -man ./build/tmac/groff_man.7
./build/src/preproc/eqn/neqn.1 >/dev/null
GBR: execing soelim as pid 36382
GBR: execing tbl as pid 36383
GBR: execing pre-grohtml as pid 36384
GBR: execing post-grohtml as pid 36385
GBR: pid 36382 exited with status 0
GBR: pid 36383 exited with status 0
GBR: pid 36384 exited with status 0
GBR: pid 36385 exited with status 0


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?60782>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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