Skip to content

Instantly share code, notes, and snippets.

@njx
Created May 20, 2014 00:08
Show Gist options
  • Save njx/7c0869677f7e604bf660 to your computer and use it in GitHub Desktop.
Save njx/7c0869677f7e604bf660 to your computer and use it in GitHub Desktop.
Symbolized stack for Brackets issue #7831
WebCore::toV8(WebCore::EventTarget*, v8::Handle<v8::Object>, v8::Isolate*) (in libcef.dylib) (RefPtr.h:41)
WebCore::V8AbstractEventListener::getReceiverObject(WebCore::ScriptExecutionContext*, WebCore::Event*) (in libcef.dylib) (V8AbstractEventListener.cpp:182)
WebCore::V8EventListener::callListenerFunction(WebCore::ScriptExecutionContext*, v8::Handle<v8::Value>, WebCore::Event*) (in libcef.dylib) (V8EventListener.cpp:72)
WebCore::V8AbstractEventListener::invokeEventHandler(WebCore::ScriptExecutionContext*, WebCore::Event*, v8::Local<v8::Value>) (in libcef.dylib) (V8AbstractEventListener.cpp:133)
WebCore::V8AbstractEventListener::handleEvent(WebCore::ScriptExecutionContext*, WebCore::Event*) (in libcef.dylib) (v8.h:4978)
WebCore::EventTarget::fireEventListeners(WebCore::Event*, WebCore::EventTargetData*, WTF::Vector<WebCore::RegisteredEventListener, 1ul>&) (in libcef.dylib) (EventTarget.cpp:254)
WebCore::EventTarget::fireEventListeners(WebCore::Event*) (in libcef.dylib) (EventTarget.cpp:195)
WebCore::EventContext::handleLocalEvents(WebCore::Event*) const (in libcef.dylib) (EventContext.cpp:63)
WebCore::EventDispatcher::dispatch() (in libcef.dylib) (RefPtr.h:59)
WebCore::EventDispatchMediator::dispatchEvent(WebCore::EventDispatcher*) const (in libcef.dylib) (EventDispatchMediator.cpp:52)
WebCore::KeyboardEventDispatchMediator::dispatchEvent(WebCore::EventDispatcher*) const (in libcef.dylib) (KeyboardEvent.cpp:234)
WebCore::EventDispatcher::dispatchEvent(WebCore::Node*, WTF::PassRefPtr<WebCore::EventDispatchMediator>) (in libcef.dylib) (EventDispatcher.cpp:50)
WebCore::Node::dispatchKeyEvent(WebCore::PlatformKeyboardEvent const&) (in libcef.dylib) (Node.cpp:2427)
WebCore::EventHandler::keyEvent(WebCore::PlatformKeyboardEvent const&) (in libcef.dylib) (EventHandler.cpp:3016)
WebKit::WebViewImpl::handleKeyEvent(WebKit::WebKeyboardEvent const&) (in libcef.dylib) (WebViewImpl.cpp:956)
_ZThn16_N6WebKit11WebViewImpl14handleKeyEventERKNS_16WebKeyboardEventE (in libcef.dylib) (WebViewImpl.cpp:968)
WebKit::PageWidgetDelegate::handleInputEvent(WebCore::Page*, WebKit::PageWidgetEventHandler&, WebKit::WebInputEvent const&) (in libcef.dylib) (PageWidgetDelegate.cpp:143)
WebKit::WebViewImpl::handleInputEvent(WebKit::WebInputEvent const&) (in libcef.dylib) (WebViewImpl.cpp:2028)
content::RenderWidget::OnHandleInputEvent(WebKit::WebInputEvent const*, ui::LatencyInfo const&, bool) (in libcef.dylib) (render_widget.cc:793)
content::RenderWidget::OnMessageReceived(IPC::Message const&) (in libcef.dylib) (tuple.h:105)
content::RenderViewImpl::OnMessageReceived(IPC::Message const&) (in libcef.dylib) (render_view_impl.cc:1271)
content::MessageRouter::RouteMessage(IPC::Message const&) (in libcef.dylib) (message_router.cc:49)
content::MessageRouter::OnMessageReceived(IPC::Message const&) (in libcef.dylib) (message_router.cc:42)
content::ChildThread::OnMessageReceived(IPC::Message const&) (in libcef.dylib) (child_thread.cc:274)
IPC::ChannelProxy::Context::OnDispatchMessage(IPC::Message const&) (in libcef.dylib) (trace_event.h:1373)
base::internal::Invoker<2, base::internal::BindState<base::internal::RunnableAdapter<void (IPC::ChannelProxy::Context::*)(IPC::Message const&)>, void (IPC::ChannelProxy::Context*, IPC::Message const&), void (IPC::ChannelProxy::Context*, IPC::Message)>, void (IPC::ChannelProxy::Context*, IPC::Message const&)>::Run(base::internal::BindStateBase*) (in libcef.dylib) (bind_internal.h:1253)
base::MessageLoop::RunTask(base::PendingTask const&) (in libcef.dylib) (stl_vector.h:400)
base::MessageLoop::DoWork() (in libcef.dylib) (message_loop.cc:691)
base::MessagePumpCFRunLoopBase::RunWork() (in libcef.dylib) (message_pump_mac.mm:252)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment