美文网首页
iOS13 WebCore Crash WTF::Detail

iOS13 WebCore Crash WTF::Detail

作者: 冷月秋痕 | 来源:发表于2020-01-02 11:07 被阅读0次

崩溃线程

格式化

1WebCore0x18839644cWTF::Detail::CallableWrapper<WebCore::EventHandler::mouseMoved(WebEvent*)::$_4, void>::call() + 36

2WebCore0x18839644cWTF::Detail::CallableWrapper<WebCore::EventHandler::mouseMoved(WebEvent*)::$_4, void>::call() + 36

3JavaScriptCore0x18f5c7254WTF::dispatchFunctionsFromMainThread() + 264

4libobjc.A.dylib0x180178a4c-[NSObject performSelector:withObject:] + 68

5Foundation0x180859c08___NSThreadPerformPerform + 236

6CoreFoundation0x1803e0108___CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28

7CoreFoundation0x1803e005c___CFRunLoopDoSource0 + 84

8CoreFoundation0x1803df7c8___CFRunLoopDoSources0 + 184

9CoreFoundation0x1803da694___CFRunLoopRun + 1068

10CoreFoundation0x1803d9f40_CFRunLoopRunSpecific + 480

11WebCore0x1885a08f0RunWebThread(void*) + 564

12libsystem_pthread.dylib0x18016d840__pthread_start + 168

主线程

格式化

1libsystem_kernel.dylib0x18022cc04_mach_msg_trap + 8

2libsystem_kernel.dylib0x18022c020_mach_msg + 76

3CoreFoundation0x1803df964___CFRunLoopServiceMachPort + 220

4CoreFoundation0x1803da7fc___CFRunLoopRun + 1428

5CoreFoundation0x1803d9f40_CFRunLoopRunSpecific + 480

6GraphicsServices0x18a657534_GSEventRunModal + 108

7UIKitCore0x184552a60_UIApplicationMain + 1940

8MumobileDIS0x100008fec_main (main.m:33)

9libdyld.dylib0x180258e18_start + 4

相关文章

网友评论

      本文标题:iOS13 WebCore Crash WTF::Detail

      本文链接:https://www.haomeiwen.com/subject/sgwnoctx.html