Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Nov 2017 10:13:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 223515] troff crashes with Signal 6 (core dumped)
Message-ID:  <bug-223515-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223515

            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@FreeBSD.org
          Reporter: wosch@FreeBSD.org

I tried to find out how much time we need to render a manual page, and look=
ed
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

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-223515-8>