Skip to content

Instantly share code, notes, and snippets.

@bnham
Last active August 22, 2017 21:33
Show Gist options
  • Save bnham/d5a78782c34f1fc85ee6a06f8364979b to your computer and use it in GitHub Desktop.
Save bnham/d5a78782c34f1fc85ee6a06f8364979b to your computer and use it in GitHub Desktop.
Thread #0 Crashed:
0 JavaScriptCore 0x1882aabf8 WTF::ThreadIdentifierData::initialize(unsigned int) + 72
1 JavaScriptCore 0x1882a9188 WTF::currentThread() + 48
2 JavaScriptCore 0x1882a9188 WTF::currentThread() + 48
3 JavaScriptCore 0x1882aac04 WTF::initializeApplicationUIThreadIdentifier() + 8
4 WebCore 0x188f76bec StartWebThread() + 504
5 libsystem_pthread.dylib 0x18348f418 __pthread_once_handler + 76
6 libsystem_platform.dylib 0x183484a44 _os_once + 48
7 libsystem_pthread.dylib 0x18348c2fc pthread_once + 64
8 WebKitLegacy 0x18a15ba54 +[WebView(WebPrivate) enableWebThread] + 268
9 WebKitLegacy 0x18a15b68c WebKitInitialize + 68
10 UIKit 0x18a781dd0 ___UIApplicationLoadWebKit_block_invoke + 212
11 libdispatch.dylib 0x18328299c _dispatch_client_callout + 12
12 libdispatch.dylib 0x1832836c8 dispatch_once_f + 52
13 libdispatch.dylib 0x18328299c _dispatch_client_callout + 12
14 libdispatch.dylib 0x1832937a4 _dispatch_barrier_sync_f_slow_invoke + 300
15 libdispatch.dylib 0x18328299c _dispatch_client_callout + 12
16 libdispatch.dylib 0x1832875e4 _dispatch_main_queue_callback_4CF + 992
17 CoreFoundation 0x1843790c4 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 8
18 CoreFoundation 0x184376ce0 __CFRunLoopRun + 1568
19 CoreFoundation 0x1842a6da0 CFRunLoopRunSpecific + 420
20 GraphicsServices 0x185d11070 GSEventRunModal + 96
21 UIKit 0x18a561c98 UIApplicationMain + 204
22 MyApp 0x1000b5738 MyMain (MyMain.m:224)
23 MyApp 0x1000b5240 main (main.m:150)
24 libdyld.dylib 0x1832b5598 start + 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment