bug-groff
[Top][All Lists]
Advanced

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

[bug #61089] [troff] assertion failed: 'desired_space.is_zero() && nspac


From: John Gardner
Subject: [bug #61089] [troff] assertion failed: 'desired_space.is_zero() && nspaces == 0'
Date: Thu, 2 Sep 2021 15:51:16 -0400 (EDT)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Firefox/91.0

Follow-up Comment #9, bug #61089 (project groff):

> John, is this enough information for you to put together a (much) smaller
reproducer? 

Aye, I narrowed it down to the following test-case:


01 .de _
02 .    na
03 .    nh
04 .    ll 0
05 .    di A
06 \&\\$1
07 .    di
08 .    br
09 ..
10 ._ " XYZ"


Removing \& from line 6 causes the error to disappear, as does passing "XYZ"
without a leading space; i.e.,

._ "XYZ"

but not

._ " XYZ"



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?61089>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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