tech@mandoc.bsd.lv
 help / color / mirror / Atom feed
* assertion "nit->head->child == NULL" failed
@ 2017-11-22  9:49 Anthony J. Bentley
  2017-11-29 20:17 ` Ingo Schwarze
  0 siblings, 1 reply; 2+ messages in thread
From: Anthony J. Bentley @ 2017-11-22  9:49 UTC (permalink / raw)
  To: tech

Hi,

This input crashes for me on OpenBSD -current:

.Dd
.Bl -offset indent -column local
.It x
.El

(gdb) run tmp.d8X8GXiA24
Starting program: /usr/bin/mandoc tmp.d8X8GXiA24
assertion "nit->head->child == NULL" failed: file "mdoc_validate.c", line 1503, function "post_it"

Program received signal SIGABRT, Aborted.
thrkill () at -:3
3       -: No such file or directory.
(gdb) bt
#0  thrkill () at -:3
#1  0x000010c2fb110e9e in _libc_abort () at /usr/src/lib/libc/stdlib/abort.c:51
#2  0x000010c2fb0c3fc2 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  0x000010c044214f1e in post_it (mdoc=0x10c273b3ea00) at mdoc_validate.c:1503
#4  0x000010c044212a2c in mdoc_node_validate (mdoc=0x10c273b3ea00)
    at mdoc_validate.c:353
#5  0x000010c04421247c in mdoc_node_validate (mdoc=0x10c273b3ea00)
    at mdoc_validate.c:295
#6  0x000010c04421247c in mdoc_node_validate (mdoc=0x10c273b3ea00)
    at mdoc_validate.c:295
#7  0x000010c04421247c in mdoc_node_validate (mdoc=0x10c273b3ea00)
    at mdoc_validate.c:295
#8  0x000010c044211657 in mdoc_validate (mdoc=0x10c273b3ea00) at mdoc.c:455
#9  0x000010c04421b95c in parse (curp=0x7f7fffffa700, fd=3, 
    file=0x7f7fffffaa68 "tmp.d8X8GXiA24") at main.c:752
#10 0x000010c04421a9ab in main (argc=1, argv=0x7f7fffffa8b0) at main.c:448
--
 To unsubscribe send an email to tech+unsubscribe@mandoc.bsd.lv

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-11-29 20:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-22  9:49 assertion "nit->head->child == NULL" failed Anthony J. Bentley
2017-11-29 20:17 ` Ingo Schwarze

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).