Skip to content

Instantly share code, notes, and snippets.

@flovilmart
Created April 10, 2017 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flovilmart/d3f5dc0d0dba64a6901ee367b185c825 to your computer and use it in GitHub Desktop.
Save flovilmart/d3f5dc0d0dba64a6901ee367b185c825 to your computer and use it in GitHub Desktop.
iOS 10 only crash
EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x00000009e040bec8
Crashed: main
0 libobjc.A.dylib 0x18b8e97f4 objc_object::release() + 8
1 CoreFoundation 0x18ce5a9a4 common_removeAllObjects + 156
2 CoreFoundation 0x18cd4e9e0 -[__NSArrayM dealloc] + 28
3 libobjc.A.dylib 0x18b8ea134 (anonymous namespace)::AutoreleasePoolPage::pop(void*) + 836
4 CoreFoundation 0x18cd46b18 _CFAutoreleasePoolPop + 28
5 CoreFoundation 0x18ce16ce4 __CFRunLoopRun + 1580
6 CoreFoundation 0x18cd46d94 CFRunLoopRunSpecific + 424
7 GraphicsServices 0x18e7b0074 GSEventRunModal + 100
8 UIKit 0x192fff130 UIApplicationMain + 208
9 Amp 0x1000b63a4 main (AppDelegate.swift:10)
10 libdyld.dylib 0x18bd5559c start + 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment