Skip to content

Instantly share code, notes, and snippets.

@evanlucas
Created November 18, 2015 20:08
Show Gist options
  • Save evanlucas/9280df9bf3db21cc224e to your computer and use it in GitHub Desktop.
Save evanlucas/9280df9bf3db21cc224e to your computer and use it in GitHub Desktop.
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 com.apple.JavaScriptCore 0x00007fff9162f473 JSC::buildGetByIDList(JSC::ExecState*, JSC::JSValue, JSC::Identifier const&, JSC::PropertySlot const&, JSC::StructureStubInfo&) + 243
1 com.apple.JavaScriptCore 0x00007fff9115d807 operationGetByIdBuildList + 1751
2 ??? 0x00003a4b5d27619d 0 + 64095359820189
3 ??? 0x00003a4b5d273fd9 0 + 64095359811545
4 ??? 0x00003a4b5d27302b 0 + 64095359807531
5 ??? 0x00003a4b5d28cc5d 0 + 64095359913053
6 ??? 0x00003a4b5d28b551 0 + 64095359907153
7 ??? 0x00003a4b5d264442 0 + 64095359747138
8 com.apple.JavaScriptCore 0x00007fff915a5ab9 vmEntryToJavaScript + 326
9 com.apple.JavaScriptCore 0x00007fff914d4b49 JSC::JITCode::execute(JSC::VM*, JSC::ProtoCallFrame*) + 169
10 com.apple.JavaScriptCore 0x00007fff910a958d JSC::Interpreter::executeCall(JSC::ExecState*, JSC::JSObject*, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 493
11 com.apple.JavaScriptCore 0x00007fff91245d87 JSC::call(JSC::ExecState*, JSC::JSValue, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&, WTF::NakedPtr<JSC::Exception>&) + 71
12 com.apple.WebCore 0x00007fff91c7d84a WebCore::JSEventListener::handleEvent(WebCore::ScriptExecutionContext*, WebCore::Event*) + 1002
13 com.apple.WebCore 0x00007fff920aa5ab WebCore::EventTarget::fireEventListeners(WebCore::Event*, WebCore::EventTargetData*, WTF::Vector<WebCore::RegisteredEventListener, 1ul, WTF::CrashOnOverflow, 16ul>&) + 635
14 com.apple.WebCore 0x00007fff91b88350 WebCore::EventTarget::fireEventListeners(WebCore::Event*) + 224
15 com.apple.WebCore 0x00007fff91c7b06d WebCore::EventTarget::dispatchEvent(WTF::PassRefPtr<WebCore::Event>) + 93
16 com.apple.WebCore 0x00007fff92a76b97 WebCore::WebSocket::didReceiveMessage(WTF::String const&) + 103
17 com.apple.WebCore 0x00007fff92a7ad2a WebCore::WebSocketChannel::processFrame() + 3674
18 com.apple.WebCore 0x00007fff92a79704 WebCore::WebSocketChannel::processBuffer() + 116
19 com.apple.WebCore 0x00007fff92a7967e WebCore::WebSocketChannel::didReceiveSocketStreamData(WebCore::SocketStreamHandle*, char const*, int) + 238
20 com.apple.WebCore 0x00007fff928974e9 WebCore::SocketStreamHandle::readStreamCallback(unsigned long) + 425
21 com.apple.CoreFoundation 0x00007fff8f968044 _signalEventSync + 180
22 com.apple.CoreFoundation 0x00007fff8f98462b _cfstream_solo_signalEventSync + 251
23 com.apple.CoreFoundation 0x00007fff8f9658ac _CFStreamSignalEvent + 476
24 com.apple.CFNetwork 0x00007fff943216a4 SocketStream::dispatchSignalFromSocketCallbackUnlocked(SocketStreamSignalHolder*) + 58
25 com.apple.CFNetwork 0x00007fff943268e4 SocketStream::socketCallback(__CFSocket*, unsigned long, __CFData const*, void const*) + 246
26 com.apple.CFNetwork 0x00007fff943267b2 SocketStream::_SocketCallBack_stream(__CFSocket*, unsigned long, __CFData const*, void const*, void*) + 70
27 com.apple.CoreFoundation 0x00007fff8f9654c4 __CFSocketPerformV0 + 996
28 com.apple.CoreFoundation 0x00007fff8f9468b1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
29 com.apple.CoreFoundation 0x00007fff8f9260ac __CFRunLoopDoSources0 + 556
30 com.apple.CoreFoundation 0x00007fff8f9255cf __CFRunLoopRun + 927
31 com.apple.CoreFoundation 0x00007fff8f924fc8 CFRunLoopRunSpecific + 296
32 com.apple.HIToolbox 0x00007fff9d842d55 RunCurrentEventLoopInMode + 235
33 com.apple.HIToolbox 0x00007fff9d842b8f ReceiveNextEventCommon + 432
34 com.apple.HIToolbox 0x00007fff9d8429cf _BlockUntilNextEventMatchingListInModeWithFilter + 71
35 com.apple.AppKit 0x00007fff9cc38d96 _DPSNextEvent + 1067
36 com.apple.AppKit 0x00007fff9cc381c5 -[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 454
37 com.apple.AppKit 0x00007fff9cc2cd28 -[NSApplication run] + 682
38 com.apple.AppKit 0x00007fff9cbf5fbe NSApplicationMain + 1176
39 libxpc.dylib 0x00007fff919214f2 _xpc_objc_main + 793
40 libxpc.dylib 0x00007fff9191ff1e xpc_main + 494
41 com.apple.WebKit.WebContent 0x000000010e977b4a 0x10e977000 + 2890
42 libdyld.dylib 0x00007fff8b5c85ad start + 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment