Created
April 10, 2017 14:17
-
-
Save flovilmart/d3f5dc0d0dba64a6901ee367b185c825 to your computer and use it in GitHub Desktop.
iOS 10 only crash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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