Same console app runs ok when Xojo2021r3.1, crash if compiled with 2024r3.1

Hi there,

I have a console app (helper app for a desktop app) compiled with 2021r3.1 which runs trouble free on multiple client Macs.

I’m now trying to compile this app using Xojo 2024r3.1 but when running the app crashes, not immediately, but always.
The source code is exactly the same for both Xojo versions.

The app.UnhandledException is not called.

Looking at the crash logs, it seems the app is not always crashing at the same point.

I’m not really fluent in crash logs, can someone have a look at them and point me in the right direction ?
I’m attaching 2 of them.

Archive.zip (10.6 KB)

Any help is appreciated.

Thanks !

Olivier

One of the crash logs shows that abort is called. That usually prints a message. Maybe you can capture the message text in the console?

The other one is a crash in the Xojo thread handling with an endless recursion.
Maybe report that as issue to Xojo.

Thanks Christian.
I’ll check that tomorrow.

Have a nice weekend.