Debugging SIGABRT and EXC BAD INSTRUCTION crashes

suggest change

A SIGABRT or an EXC_BAD_INSTRUCTION usually means the app crashed itself intentionally because some check failed. These should log a message to the debugger console with more information; check there for more information.

Many SIGABRTs are caused by uncaught Objective-C exceptions. There are a lot of reasons exceptions can be thrown, and they will always log a lot of helpful information to the console.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents