Bug 89694
Summary: | [EFL] editing/shadow/breaking-editing-boundaries.html is crashing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Sudarsana Nagineni (babu) <naginenis> |
Component: | WebKit EFL | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | gyuyoung.kim, hayato, lucas.de.marchi, shinyak |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Sudarsana Nagineni (babu)
editing/shadow/breaking-editing-boundaries.html is crashing on EFL debug bot.
http://build.webkit.org/builders/EFL%20Linux%2064-bit%20Debug/builds/1719
Backtrace:
crash log for DumpRenderTree (pid 29073):
STDOUT: <empty>
STDERR: ASSERTION FAILED: !isUnreachableNode(m_target.get())
STDERR: /home/buildslave-1/webkit-buildslave/efl-linux-64-debug/build/Source/WebCore/dom/EventContext.cpp(45) : WebCore::EventContext::EventContext(WTF::PassRefPtr<WebCore::Node>, WTF::PassRefPtr<WebCore::EventTarget>, WTF::PassRefPtr<WebCore::EventTarget>)
STDERR: 1 0x7f91a028433b WebCore::EventContext::EventContext(WTF::PassRefPtr<WebCore::Node>, WTF::PassRefPtr<WebCore::EventTarget>, WTF::PassRefPtr<WebCore::EventTarget>)
STDERR: 2 0x7f91a0285f48 WebCore::EventDispatcher::ensureEventAncestors(WebCore::Event*)
STDERR: 3 0x7f91a0286262 WebCore::EventDispatcher::dispatchEvent(WTF::PassRefPtr<WebCore::Event>)
STDERR: 4 0x7f91a029d3b8 WebCore::MouseEventDispatchMediator::dispatchEvent(WebCore::EventDispatcher*) const
STDERR: 5 0x7f91a02855ca WebCore::EventDispatcher::dispatchEvent(WebCore::Node*, WTF::PassRefPtr<WebCore::EventDispatchMediator>)
STDERR: 6 0x7f91a02af842 WebCore::Node::dispatchMouseEvent(WebCore::PlatformMouseEvent const&, WTF::AtomicString const&, int, WebCore::Node*)
STDERR: 7 0x7f91a06896f1 WebCore::EventHandler::updateMouseEventTargetNode(WebCore::Node*, WebCore::PlatformMouseEvent const&, bool)
STDERR: 8 0x7f91a06897dd WebCore::EventHandler::dispatchMouseEvent(WTF::AtomicString const&, WebCore::Node*, bool, int, WebCore::PlatformMouseEvent const&, bool)
STDERR: 9 0x7f91a0687988 WebCore::EventHandler::handleMouseMoveEvent(WebCore::PlatformMouseEvent const&, WebCore::HitTestResult*, bool)
STDERR: 10 0x7f91a06870d5 WebCore::EventHandler::mouseMoved(WebCore::PlatformMouseEvent const&)
STDERR: 11 0x7f919d37cf51 ewk_frame_feed_mouse_move
STDERR: 12 0x7f919d39a8a9
STDERR: 13 0x7f919d39b22a
STDERR: 14 0x7f919c87b966 evas_object_event_callback_call
STDERR: 15 0x7f919c87baaa evas_object_event_callback_call
STDERR: 16 0x7f919c88100b evas_event_feed_mouse_move
STDERR: 17 0x476b93
STDERR: 18 0x476ac7
STDERR: 19 0x471d2e
STDERR: 20 0x7f91a44fb4f8 JSC::JSCallbackFunction::call(JSC::ExecState*)
STDERR: 21 0x7f91a46c3050
STDERR: 22 0x7f91a46be695
STDERR: 23 0x7fff6c2b9dd0
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Hayato Ito
I could reproduce it on chromium linux debug too.
Since this assertion should never hit in theory, let me revert r120945.
Sudarsana Nagineni (babu)
Already fixed in r121027. Closing this as a duplicate.
*** This bug has been marked as a duplicate of bug 89172 ***