On Tue, Oct 19, 2021 at 1:20 PM Erich Steinböck <erich.steinbo...@gmail.com>
wrote:

> Hi Rony,
> a shot in the dark: the newly created InterpreterInstance might get GC'ed
> before being added to the Interpreter's list of instances.
>
> I just committed revision 12298 which might fix that.  You may want to try
> it.
>
I'm not convinced this will fix this issue. The first thing that happens
after the instance is created is to add it to the list of created
instances, which should protect it from GC. Even if the list needs to
expand at that point, the new instance should still be protect by the
allocation stack.

Rick



> _______________________________________________
> Oorexx-devel mailing list
> Oorexx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel
>
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to