| 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 |
Created
March 7, 2025 10:44
-
-
Save iMostfa/91509c0810a8a98147eff0b5b884d847 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment