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
On 5/12/2024 6:50 PM, Rik Kabel wrote:
I have come across an error that halts processing with the latest release. The following demonstrates this: That one was hard to find as it was not something new hut just showing up now.
Can you try the latest binary from https://build.contextgarden.net/dl/luametatex/work/ Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
On 2024-05-12 19:01, Hans Hagen wrote:
On 5/12/2024 6:50 PM, Rik Kabel wrote:
I have come across an error that halts processing with the latest release. The following demonstrates this: That one was hard to find as it was not something new hut just showing up now.
Can you try the latest binary from
https://build.contextgarden.net/dl/luametatex/work/
Hans
Thank you. That works for both of the examples and for the larger project from which they were derived. -- Rik
Hi! Le 13-05-24 à 01:01, Hans Hagen a écrit :
On 5/12/2024 6:50 PM, Rik Kabel wrote:
I have come across an error that halts processing with the latest release. The following demonstrates this: That one was hard to find as it was not something new hut just showing up now.
Can you try the latest binary from
https://build.contextgarden.net/dl/luametatex/work/
Hans
Thanks, that also solved the problem when I tried to compile "Hello-world.tex" from the distribution ! It was crashing for the lines 39-46. Thanks for ConTeXt, Alain
participants (3)
-
Alain Delmotte
-
Hans Hagen
-
Rik Kabel