[Bug 223515] troff crashes with Signal 6 (core dumped)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Nov 8 10:13:35 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223515
Bug ID: 223515
Summary: troff crashes with Signal 6 (core dumped)
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: gnu
Assignee: freebsd-bugs at FreeBSD.org
Reporter: wosch at FreeBSD.org
I tried to find out how much time we need to render a manual page, and looked
for the largest manpage. I found in the ports collection the salt(7) manpage
from the saltstack (https://saltstack.com/)
When I run the man command I noticed that groff crashes with signal 6.
How to repeat:
$ fetch https://www.freebsd.org/~wosch/tmp/salt.7.gz
$ zcat salt.7.gz | groff >/dev/null; echo $?
<standard input>:860: warning: can't find character with input code 153
<standard input>:3504: warning [p 22, 5.8i]: can't break line
[....]
troff: Failed assertion at line 510, file
`/usr/src/gnu/usr.bin/groff/src/roff/troff/../../../../../../contrib/groff/src/roff/troff/input.cpp'.
groff: troff: Signal 6 (core dumped)
grops:<standard input>:1960401:warning: no final `x stop' command
2
$ groff --version
GNU groff version 1.19.2
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list