tech@mandoc.bsd.lv
 help / color / mirror / Atom feed
From: "Anthony J. Bentley" <anthony@anjbe.name>
To: tech@mandoc.bsd.lv
Subject: wmii(1) crashes
Date: Tue, 19 Mar 2019 21:28:39 -0600	[thread overview]
Message-ID: <33245.1553052519@desktop.ajb.soy> (raw)

Hi,

Here's a table row trimmed from wmii(1):

.TS
tab(&) expand;
l lS.
T{
Mod\-Shift\-h 
T}&T{
Move the current window \fIwindow\fP
to a 
column on the \fIleft\fP
T}
.TE

If I run mandoc in a loop, I get a flurry of crashes. Most are "chunk
canary corrupted" triggering on exit, but occasionally there's an
assertion failure:

assertion "ic > 0" failed: file "term.c", line 265, function "term_fill"
Abort trap (core dumped) 

(gdb) bt
#0  thrkill () at -:3
#1  0x00000cd8fc62ae9e in _libc_abort () at /usr/src/lib/libc/stdlib/abort.c:51
#2  0x00000cd8fc6bac68 in _libc___assert2 (file=<optimized out>, 
    line=<optimized out>, func=<optimized out>, failedexpr=<optimized out>)
    at /usr/src/lib/libc/gen/assert.c:52
#3  0x00000cd6ad9233e1 in term_fill (p=<optimized out>, vtarget=64, 
    nbr=<optimized out>, vbr=<optimized out>) at term.c:265
#4  term_flushln (p=0xcd8db7d1a00) at term.c:138
#5  0x00000cd6ad92cc5f in print_man_node (p=0xcd8db7d1a00, mt=0x7f7ffffbc720, 
    n=0xcd9a9b7b400, meta=0xcd94135a800) at man_term.c:954
#6  0x00000cd6ad92cc21 in print_man_nodelist (n=0xcd9a9b7b400, 
    p=<optimized out>, mt=<optimized out>, meta=<optimized out>)
    at man_term.c:989
#7  print_man_node (p=0xcd8db7d1a00, mt=0x7f7ffffbc720, n=0xcd9721d6500, 
    meta=0xcd94135a800) at man_term.c:951
#8  0x00000cd6ad92cc21 in print_man_nodelist (n=0xcd9721d6500, 
    p=<optimized out>, mt=<optimized out>, meta=<optimized out>)
    at man_term.c:989
#9  print_man_node (p=0xcd8db7d1a00, mt=0x7f7ffffbc720, n=0xcd8b74bec00, 
    meta=0xcd94135a800) at man_term.c:951
#10 0x00000cd6ad92cc21 in print_man_nodelist (n=0xcd8b74bec00, 
    p=<optimized out>, mt=<optimized out>, meta=<optimized out>)
    at man_term.c:989
#11 print_man_node (p=0xcd8db7d1a00, mt=0x7f7ffffbc720, n=0xcd9a57db600, 
    meta=0xcd94135a800) at man_term.c:951
#12 0x00000cd6ad92cc21 in print_man_nodelist (n=0xcd9a57db600, 
    p=<optimized out>, mt=<optimized out>, meta=<optimized out>)
    at man_term.c:989
#13 print_man_node (p=0xcd8db7d1a00, mt=0x7f7ffffbc720, n=0xcd957945000, 
    meta=0xcd94135a800) at man_term.c:951
#14 0x00000cd6ad92cc21 in print_man_nodelist (n=0xcd957945000, 
    p=<optimized out>, mt=<optimized out>, meta=<optimized out>)
    at man_term.c:989
#15 print_man_node (p=0xcd8db7d1a00, mt=0x7f7ffffbc720, n=0xcd8fd1f5900, 
    meta=0xcd94135a800) at man_term.c:951
#16 0x00000cd6ad92cc21 in print_man_nodelist (n=0xcd8fd1f5900, 
    p=<optimized out>, mt=<optimized out>, meta=<optimized out>)
    at man_term.c:989
#17 print_man_node (p=0xcd8db7d1a00, mt=0x7f7ffffbc720, n=0xcd9087c9b00, 
    meta=0xcd94135a800) at man_term.c:951
#18 0x00000cd6ad92cc21 in print_man_nodelist (n=0xcd9087c9b00, 
    p=<optimized out>, mt=<optimized out>, meta=<optimized out>)
    at man_term.c:989
#19 print_man_node (p=0xcd8db7d1a00, mt=0x7f7ffffbc720, n=0xcd9a825ba00, 
    meta=0xcd94135a800) at man_term.c:951
#20 0x00000cd6ad92c4a1 in print_man_nodelist (n=0xcd9a825ba00, 
    p=<optimized out>, mt=<optimized out>, meta=<optimized out>)
    at man_term.c:989
#21 terminal_man (arg=0xcd8db7d1a00, man=0xcd94135a800) at man_term.c:182
#22 0x00000cd6ad91f6a2 in parse (curp=<optimized out>, fd=<optimized out>, 
    file=<optimized out>) at main.c:861
#23 0x00000cd6ad91e670 in main (argc=1, argv=0x7f7ffffbcbc0) at main.c:510
--
 To unsubscribe send an email to tech+unsubscribe@mandoc.bsd.lv

                 reply	other threads:[~2019-03-20  3:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=33245.1553052519@desktop.ajb.soy \
    --to=anthony@anjbe.name \
    --cc=tech@mandoc.bsd.lv \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).