Re: [Oorexx-devel] Some new insights (Re: Some observations and a test program ... (Re: Request for fixing crash reported in bug item #1872

2025-08-05 Thread Michael Lueck
Greetings Rony, Rony G. Flatscher wrote: It seems that the crash can be delayed by a couple of thousand Rexx interpreter instances if adding (Windows) "Sleep(20);" I know well how that goes. The bank's former beautiful Application Server Architecture (developed in C) which utilized ooRexx

[Oorexx-devel] Some new insights (Re: Some observations and a test program ... (Re: Request for fixing crash reported in bug item #1872

2025-08-05 Thread Rony G. Flatscher
It seems that the crash can be delayed by a couple of thousand Rexx interpreter instances if adding (Windows) "Sleep(20);" right before "rootActivity = ActivityManager::getRootActivity();" in Interpreter.cpp's "InterpreterInstance *Interpreter::createInterpreterInstance(RexxOption *options)". A