Update of bug #68064 (group groff):
Status: None => Need Info
Assigned to: None => barx
_______________________________________________________
Follow-up Comment #10:
Hi Dave,
As far as I can tell, the `systat` feature was just flat broken in _groff_
1.22.4 (and presumably earlier), and fixed in _groff_ 1.23.0.
$ printf '.sy exit 1\n\\n[systat]\n' | ~/groff-1.23.0/bin/nroff -U | cat -s
256
$ printf '.sy exit 2\n\\n[systat]\n' | ~/groff-1.23.0/bin/nroff -U | cat -s
512
$ printf '.sy sleep 60\n\\n[systat]\n' | ~/groff-1.23.0/bin/nroff -U | cat -s
Quit (core dumped)
33536
$ printf '.sy exit 1\n\\n[systat]\n' | ~/groff-1.22.4/bin/nroff -U | cat -s
0
$ printf '.sy exit 2\n\\n[systat]\n' | ~/groff-1.22.4/bin/nroff -U | cat -s
0
$ printf '.sy sleep 60\n\\n[systat]\n' | ~/groff-1.22.4/bin/nroff -U | cat -s
Quit (core dumped)
0
(I used a separate terminal session to murder sleeping processes with `kill
-QUIT`.)
For me, _groff_ 1.24.0 behaves consistently with 1.23.0.
Do you get results consistent with the foregoing?
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?68064>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
Description: PGP signature
