Apple has myriad error codes as does most every other vendor, but I was amused by the particular code chosen for this one:

“0xd00d2bad (3490524077)
The operating system terminated the app due to excessive use of key system resources. You might be able to avoid the issue by reducing parallelization and insuring that your app completes operations for preceding tasks before starting new tasks.”

This being one of various SIGKILL errors, and can be useful for “Understanding the exception types in a crash report.”

https://developer.apple.com/documentation/xcode/understanding-the-exception-types-in-a-crash-report

#apple #iphone #ipad #mac #macos #panic #signal #sigkill #0xd00d2bad

Understanding the exception types in a crash report | Apple Developer Documentation

Learn what the exception type tells you about why your app crashed.

Apple Developer Documentation