Skip to content

Instantly share code, notes, and snippets.

@iMostfa
Created March 7, 2025 10:44
Show Gist options
  • Select an option

  • Save iMostfa/91509c0810a8a98147eff0b5b884d847 to your computer and use it in GitHub Desktop.

Select an option

Save iMostfa/91509c0810a8a98147eff0b5b884d847 to your computer and use it in GitHub Desktop.
Field Description
Exception Type EXC_BAD_ACCESS which is a type of an exception raised by the processor when an app tries to access an illegal memory address
Exception Subtype KERN_INVALID_ADDRESS at 0x00000005329061e0 which means that the kernel tried to access an invalid address
Triggering Thread The thread which has crashed, Thread 26
Crash stack 0 libobjc.A.dylib 0x0000000199d21688 objc_retain_x8 + 16 (:-1) the function we crashed in, a function inside Objective-C runtime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment