UnhandledException crashes in Xojo2019r1.1

I have an app the crashes with Nil Object Exception.
So I decided to put in an Event handler for UnhandledException

as soon as I did… the app won’t even run… it crashes right out of the gate and shuts down.
If I comment out the code within the handler. it still crashes
If I remove the event entirely the app works, until I invoke the situation I was trying to track down in the first place.

Rather odd that just the existence of UnhandledException causes a catastrophic shutdown

any ideas?

macOS 10.14.6

Does it do all that even in the debugger?

yup

Using Xojo 2019r1.1?

Same with older versions of Xojo?

[quote=448802:@Ralph Alvy]Using Xojo 2019r1.1?

Same with older versions of Xojo?[/quote]

Yes with 2019R1.1
but NO with 2018r4 … there is did not crash… sigh… QA anyone?

so under 2018 I got a crash log for my NOE… now to see if it makes any sense :slight_smile:

well I found my NOE and fixed it… but no thanks to Xojo2019r1.1, had to revert to 2018r4

somebody might want to report that… as I have quit fighting with the Feedback App

Update
If I loaded the code into 2019r1.1 and then added the Exception handler… it would bomb right away

but if I went back to 2018r4… added it there, saved it, then reloaded into 2019r1.1 it worked