Bug 93602 - [EFL] [GTK] fast/events/keyevent-iframe-removed-crash.html is crashing
Summary: [EFL] [GTK] fast/events/keyevent-iframe-removed-crash.html is crashing
Status: RESOLVED DUPLICATE of bug 93654
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-09 04:54 PDT by Mikhail Pozdnyakov
Modified: 2012-09-13 09:44 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mikhail Pozdnyakov 2012-08-09 04:54:32 PDT
fast/events/keyevent-iframe-removed-crash.html is crashing on EFL and GTK Linux 64-bit Debug bots after r125126 with 
following log:

crash log for DumpRenderTree (pid 17141):
STDOUT: <empty>
STDERR: ASSERTION FAILED: m_wrapper || !m_jsFunction
STDERR: /home/buildslave-1/webkit-buildslave/efl-linux-64-debug/build/Source/WebCore/bindings/js/JSEventListener.h(90) : JSC::JSObject* WebCore::JSEventListener::jsFunction(WebCore::ScriptExecutionContext*) const
STDERR: 1   0x7fd59d948fdb WebCore::JSEventListener::jsFunction(WebCore::ScriptExecutionContext*) const
STDERR: 2   0x7fd59d951f9a WebCore::JSEventListener::handleEvent(WebCore::ScriptExecutionContext*, WebCore::Event*)
STDERR: 3   0x7fd59cf41f26 WebCore::EventTarget::fireEventListeners(WebCore::Event*, WebCore::EventTargetData*, WTF::Vector<WebCore::RegisteredEventListener, 1ul>&)
STDERR: 4   0x7fd59cf41d80 WebCore::EventTarget::fireEventListeners(WebCore::Event*)
STDERR: 5   0x7fd59cf68db7 WebCore::Node::handleLocalEvents(WebCore::Event*)
STDERR: 6   0x7fd59cf33071 WebCore::EventContext::handleLocalEvents(WebCore::Event*) const
STDERR: 7   0x7fd59cf35cd7 WebCore::EventDispatcher::dispatchEventAtTarget(WTF::PassRefPtr<WebCore::Event>)
STDERR: 8   0x7fd59cf35044 WebCore::EventDispatcher::dispatchEvent(WTF::PassRefPtr<WebCore::Event>)
STDERR: 9   0x7fd59cf33414 WebCore::EventDispatchMediator::dispatchEvent(WebCore::EventDispatcher*) const
STDERR: 10  0x7fd59cf3411c WebCore::EventDispatcher::dispatchEvent(WebCore::Node*, WTF::PassRefPtr<WebCore::EventDispatchMediator>)
STDERR: 11  0x7fd59cf68eb2 WebCore::Node::dispatchEvent(WTF::PassRefPtr<WebCore::Event>)
STDERR: 12  0x7fd59cf41b79 WebCore::EventTarget::dispatchEvent(WTF::PassRefPtr<WebCore::Event>, int&)
STDERR: 13  0x7fd59d39b55f WebCore::EventHandler::keyEvent(WebCore::PlatformKeyboardEvent const&)
Comment 1 Alexey Proskuryakov 2012-09-13 09:44:12 PDT
Reverse duping to cross-platform bug.

*** This bug has been marked as a duplicate of bug 93654 ***