Created
December 2, 2015 19:09
-
-
Save evanlucas/9ee385e206e2edd4937e to your computer and use it in GitHub Desktop.
crash.log
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
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread | |
0 com.apple.JavaScriptCore 0x00007fff8e2a4473 JSC::buildGetByIDList(JSC::ExecState*, JSC::JSValue, JSC::Identifier const&, JSC::PropertySlot const&, JSC::StructureStubInfo&) + 243 | |
1 com.apple.JavaScriptCore 0x00007fff8ddd2807 operationGetByIdBuildList + 1751 | |
2 ??? 0x00002434534b45dc 0 + 39807154341340 | |
3 ??? 0x00002434534c824b 0 + 39807154422347 | |
4 ??? 0x00002434534945ee 0 + 39807154210286 | |
5 ??? 0x0000243453537ce0 0 + 39807154879712 | |
6 ??? 0x0000243453535e10 0 + 39807154871824 | |
7 ??? 0x00002434534bca98 0 + 39807154375320 | |
8 com.apple.JavaScriptCore 0x00007fff8e21aab9 vmEntryToJavaScript + 326 | |
9 com.apple.JavaScriptCore 0x00007fff8e149b49 JSC::JITCode::execute(JSC::VM*, JSC::ProtoCallFrame*) + 169 | |
10 com.apple.JavaScriptCore 0x00007fff8dd1e58d JSC::Interpreter::executeCall(JSC::ExecState*, JSC::JSObject*, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 493 | |
11 com.apple.JavaScriptCore 0x00007fff8debad87 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 0x00007fff8e8f284a WebCore::JSEventListener::handleEvent(WebCore::ScriptExecutionContext*, WebCore::Event*) + 1002 | |
13 com.apple.WebCore 0x00007fff8ed1f5ab WebCore::EventTarget::fireEventListeners(WebCore::Event*, WebCore::EventTargetData*, WTF::Vector<WebCore::RegisteredEventListener, 1ul, WTF::CrashOnOverflow, 16ul>&) + 635 | |
14 com.apple.WebCore 0x00007fff8e7fd350 WebCore::EventTarget::fireEventListeners(WebCore::Event*) + 224 | |
15 com.apple.WebCore 0x00007fff8e8f006d WebCore::EventTarget::dispatchEvent(WTF::PassRefPtr<WebCore::Event>) + 93 | |
16 com.apple.WebCore 0x00007fff8f6ebb97 WebCore::WebSocket::didReceiveMessage(WTF::String const&) + 103 | |
17 com.apple.WebCore 0x00007fff8f6efd2a WebCore::WebSocketChannel::processFrame() + 3674 | |
18 com.apple.WebCore 0x00007fff8f6ee704 WebCore::WebSocketChannel::processBuffer() + 116 | |
19 com.apple.WebCore 0x00007fff8f6ee67e WebCore::WebSocketChannel::didReceiveSocketStreamData(WebCore::SocketStreamHandle*, char const*, int) + 238 | |
20 com.apple.WebCore 0x00007fff8f50c4e9 WebCore::SocketStreamHandle::readStreamCallback(unsigned long) + 425 | |
21 com.apple.CoreFoundation 0x00007fff8c5dd044 _signalEventSync + 180 | |
22 com.apple.CoreFoundation 0x00007fff8c5f962b _cfstream_solo_signalEventSync + 251 | |
23 com.apple.CoreFoundation 0x00007fff8c5da8ac _CFStreamSignalEvent + 476 | |
24 com.apple.CFNetwork 0x00007fff90f966a4 SocketStream::dispatchSignalFromSocketCallbackUnlocked(SocketStreamSignalHolder*) + 58 | |
25 com.apple.CFNetwork 0x00007fff90f9b8e4 SocketStream::socketCallback(__CFSocket*, unsigned long, __CFData const*, void const*) + 246 | |
26 com.apple.CFNetwork 0x00007fff90f9b7b2 SocketStream::_SocketCallBack_stream(__CFSocket*, unsigned long, __CFData const*, void const*, void*) + 70 | |
27 com.apple.CoreFoundation 0x00007fff8c5da4c4 __CFSocketPerformV0 + 996 | |
28 com.apple.CoreFoundation 0x00007fff8c5bb8b1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17 | |
29 com.apple.CoreFoundation 0x00007fff8c59b0ac __CFRunLoopDoSources0 + 556 | |
30 com.apple.CoreFoundation 0x00007fff8c59a5cf __CFRunLoopRun + 927 | |
31 com.apple.CoreFoundation 0x00007fff8c599fc8 CFRunLoopRunSpecific + 296 | |
32 com.apple.HIToolbox 0x00007fff9a4b7d55 RunCurrentEventLoopInMode + 235 | |
33 com.apple.HIToolbox 0x00007fff9a4b7b8f ReceiveNextEventCommon + 432 | |
34 com.apple.HIToolbox 0x00007fff9a4b79cf _BlockUntilNextEventMatchingListInModeWithFilter + 71 | |
35 com.apple.AppKit 0x00007fff998add96 _DPSNextEvent + 1067 | |
36 com.apple.AppKit 0x00007fff998ad1c5 -[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 454 | |
37 com.apple.AppKit 0x00007fff998a1d28 -[NSApplication run] + 682 | |
38 com.apple.AppKit 0x00007fff9986afbe NSApplicationMain + 1176 | |
39 libxpc.dylib 0x00007fff8e5964f2 _xpc_objc_main + 793 | |
40 libxpc.dylib 0x00007fff8e594f1e xpc_main + 494 | |
41 com.apple.WebKit.WebContent 0x00000001012d3b4a 0x1012d3000 + 2890 | |
42 libdyld.dylib 0x00007fff8823d5ad start + 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment