EXC_BAD_INSTRUCTION (SIGILL) Exception on some Mac machines

Some users are reporting application crash - EXC_BAD_INSTRUCTION (SIGILL). This could not be reproduced on my M1 Mac running macOS Monterey.I'm unable to find the root cause of the issue.Please advice

Replies

May be this thread will help, at least to get more precise information on the crash:

https://developer.apple.com/forums/thread/122949

Are you reading user settings ?

If so, and if possible, you should as user to uninstall your app (that will delete all its user settings) and reinstall.

  • Thanks.The application is reading Users\Shared\Myapp folder. It is only created when the user saves some settings, it is not present in my machine too.But the application works fine.

Add a Comment