groff
[Top][All Lists]
Advanced

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

[groff] gxditview Run by man-db Suffers SIGSYS; core dumped.


From: Ralph Corderoy
Subject: [groff] gxditview Run by man-db Suffers SIGSYS; core dumped.
Date: Thu, 30 Aug 2018 15:09:30 +0100

Hi,

This warren I'm in is John's fault.

Talking of man-db and gxditview...

    $ pacman -Q man-db groff
    man-db 2.8.4-1
    groff 1.22.3-7
    $ man -X100 core
    groff: gxditview: Signal 31 (core dumped)
    man: command exited with status 2:
        (cd /usr/share/man && /usr/lib/man-db/zsoelim) |
        (cd /usr/share/man && /usr/lib/man-db/manconv -f UTF-8:ISO-8859-1 -t 
UTF-8//IGNORE) |
        (cd /usr/share/man && preconv -e UTF-8) |
        (cd /usr/share/man && tbl) |
        (cd /usr/share/man && groff -mandoc -TX100 -X)
    $ coredumpctl info
    ...
            Signal: 31 (SYS)
    ...
                    Stack trace of thread 16229:
                    #0  0x00007fc388c160cb __socket (libc.so.6)
                    #1  0x00007fc3880b58ae n/a (libxcb.so.1)
                    #2  0x00007fc3880b5d6d 
xcb_connect_to_display_with_auth_info (l>
                    #3  0x00007fc388ea211b _XConnectXCB (libX11.so.6)
                    #4  0x00007fc388e92b26 XOpenDisplay (libX11.so.6)
                    #5  0x00007fc388fbd3cb XtOpenDisplay (libXt.so.6)
                    #6  0x00007fc388fbda35 _XtAppInit (libXt.so.6)
                    #7  0x00007fc388fc73fe XtOpenApplication (libXt.so.6)
                    #8  0x00007fc388fc7540 XtAppInitialize (libXt.so.6)
                    #9  0x0000000000402559 n/a (gxditview)
                    #10 0x00007fc388b3d223 __libc_start_main (libc.so.6)
                    #11 0x00000000004028f9 n/a (gxditview)
    $

Manually running man-db's pipeline, feeding it what I expect it set up,
works fine.  The X window appears with core(5).

    $ cat /usr/share/man/man5/core.5.gz |
    > (cd /usr/share/man && /usr/lib/man-db/zsoelim) |
    > (cd /usr/share/man && /usr/lib/man-db/manconv -f UTF-8:ISO-8859-1 -t 
UTF-8//IGNORE) |
    > (cd /usr/share/man && preconv -e UTF-8) |
    > (cd /usr/share/man && tbl) |
    > (cd /usr/share/man && groff -mandoc -TX100 -X)

-- 
Cheers, Ralph.
https://plus.google.com/+RalphCorderoy



reply via email to

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