I have come across an error that halts processing with the latest release. The following demonstrates this:

   \setuppagenumbering [location=]

   \starttext

     \dorecurse{36}{\dorecurse{19}{abc }}

     \startplacetable[location=split,title={Table}]
        \starttabulate[|p|p|]
        \HL
        \NC Heading \crlf
            heading
        \NC Heading \crlf
            heading
        \NC\AR
        \HL
        \NC abc \crlf
            abc
        \NC abc
        \NC\AR
        \NC abc \crlf
            abc
        \NC abc
        \NC\AR
        \NC abc \crlf
            abc
        \NC abc
        \NC\AR
        \NC abc \crlf
            abc
        \NC abc
        \NC\AR
        \HL
        \stoptabulate
        \stopplacetable

   \stoptext

while this version ends with the error : error (nodes): attempt to double-free rule node 55342, ignored

   \setuppagenumbering [location=]
   \starttext

     \dorecurse{37}{\dorecurse{19}{abc }}

     \startplacetable[location=split,title={Table}]

        \starttabulate[|p|p|]
        \HL
        \NC Heading \crlf
            heading
        \NC Heading \crlf
            heading
        \NC\AR
        \HL
        \NC abc \NC abc \NC\AR
        \NC abc \NC abc \NC\AR
        \NC abc \NC abc \NC\AR
        \HL
        \stoptabulate

        \stopplacetable

   \stoptext

--
Rik
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

Reply via email to