ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* [NTG-context] Errors with 2024-05-11 LMTX
@ 2024-05-12 16:50 Rik Kabel
  2024-05-12 23:01 ` [NTG-context] " Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Rik Kabel @ 2024-05-12 16:50 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 1564 bytes --]

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

[-- Attachment #1.2: Type: text/html, Size: 2427 bytes --]

[-- Attachment #2: Type: text/plain, Size: 511 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

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

* [NTG-context] Re: Errors with 2024-05-11 LMTX
  2024-05-12 16:50 [NTG-context] Errors with 2024-05-11 LMTX Rik Kabel
@ 2024-05-12 23:01 ` Hans Hagen
  2024-05-12 23:57   ` Rik Kabel
  2024-05-13 10:24   ` Alain Delmotte
  0 siblings, 2 replies; 4+ messages in thread
From: Hans Hagen @ 2024-05-12 23:01 UTC (permalink / raw)
  To: Rik Kabel, mailing list for ConTeXt users

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

___________________________________________________________________________________
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
___________________________________________________________________________________

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

* [NTG-context] Re: Errors with 2024-05-11 LMTX
  2024-05-12 23:01 ` [NTG-context] " Hans Hagen
@ 2024-05-12 23:57   ` Rik Kabel
  2024-05-13 10:24   ` Alain Delmotte
  1 sibling, 0 replies; 4+ messages in thread
From: Rik Kabel @ 2024-05-12 23:57 UTC (permalink / raw)
  To: Hans Hagen, mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 500 bytes --]


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

[-- Attachment #1.2: Type: text/html, Size: 1155 bytes --]

[-- Attachment #2: Type: text/plain, Size: 511 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

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

* [NTG-context] Re: Errors with 2024-05-11 LMTX
  2024-05-12 23:01 ` [NTG-context] " Hans Hagen
  2024-05-12 23:57   ` Rik Kabel
@ 2024-05-13 10:24   ` Alain Delmotte
  1 sibling, 0 replies; 4+ messages in thread
From: Alain Delmotte @ 2024-05-13 10:24 UTC (permalink / raw)
  To: Hans Hagen, liste ConTeXt

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


___________________________________________________________________________________
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
___________________________________________________________________________________

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

end of thread, other threads:[~2024-05-13 10:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-12 16:50 [NTG-context] Errors with 2024-05-11 LMTX Rik Kabel
2024-05-12 23:01 ` [NTG-context] " Hans Hagen
2024-05-12 23:57   ` Rik Kabel
2024-05-13 10:24   ` Alain Delmotte

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