Bug 102217
Summary: | [EFL] media/audio-concurrent-supported.html crashes | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dominik Röttsches (drott) <d-r> |
Component: | WebKit EFL | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | lucas.de.marchi |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Dominik Röttsches (drott)
crash log for WebProcess (pid <unknown>):
STDOUT: <empty>
STDERR: ASSERTION FAILED: !m_isolatedWorld->isNormal() || m_wrapper || !m_jsFunction
STDERR: /home/buildslave-1/webkit-buildslave/efl-linux-64-debug-wk2/build/Source/WebCore/bindings/js/JSEventListener.h(91) : JSC::JSObject* WebCore::JSEventListener::jsFunction(WebCore::ScriptExecutionContext*) const
STDERR: 1 0x7f695afe5cc7 WebCore::JSEventListener::jsFunction(WebCore::ScriptExecutionContext*) const
STDERR: 2 0x7f695afef780 WebCore::JSEventListener::handleEvent(WebCore::ScriptExecutionContext*, WebCore::Event*)
STDERR: 3 0x7f695a4db98a WebCore::EventTarget::fireEventListeners(WebCore::Event*, WebCore::EventTargetData*, WTF::Vector<WebCore::RegisteredEventListener, 1ul>&)
STDERR: 4 0x7f695a4db74a WebCore::EventTarget::fireEventListeners(WebCore::Event*)
STDERR: 5 0x7f695a506fc0 WebCore::Node::handleLocalEvents(WebCore::Event*)
STDERR: 6 0x7f695a4cfba9 WebCore::EventContext::handleLocalEvents(WebCore::Event*) const
STDERR: 7 0x7f695a4d26e1 WebCore::EventDispatcher::dispatchEventAtTarget(WTF::PassRefPtr<WebCore::Event>)
STDERR: 8 0x7f695a4d1ae7 WebCore::EventDispatcher::dispatchEvent(WTF::PassRefPtr<WebCore::Event>)
STDERR: 9 0x7f695a4cff3c WebCore::EventDispatchMediator::dispatchEvent(WebCore::EventDispatcher*) const
STDERR: 10 0x7f695a4d0c04 WebCore::EventDispatcher::dispatchEvent(WebCore::Node*, WTF::PassRefPtr<WebCore::EventDispatchMediator>)
STDERR: 11 0x7f695a5070ba WebCore::Node::dispatchEvent(WTF::PassRefPtr<WebCore::Event>)
STDERR: 12 0x7f695a6b101b WebCore::HTMLMediaElement::dispatchEvent(WTF::PassRefPtr<WebCore::Event>)
STDERR: 13 0x7f695a4dd70a WebCore::GenericEventQueue::timerFired(WebCore::Timer<WebCore::GenericEventQueue>*)
STDERR: 14 0x7f695a4de730 WebCore::Timer<WebCore::GenericEventQueue>::fired()
STDERR: 15 0x7f695aa77f26 WebCore::ThreadTimers::sharedTimerFiredInternal()
STDERR: 16 0x7f695aa77e47 WebCore::ThreadTimers::sharedTimerFired()
STDERR: 17 0x7f695b462ba1
STDERR: 18 0x7f69577dd33e _ecore_timer_expired_call
STDERR: 19 0x7f69577dd50b _ecore_timer_expired_timers_call
STDERR: 20 0x7f69577da421
STDERR: 21 0x7f69577daab7 ecore_main_loop_begin
STDERR: 22 0x7f695b461515 WebCore::RunLoop::run()
STDERR: 23 0x7f695e9b6803 WebProcessMainEfl
STDERR: 24 0x4007f4 main
STDERR: 25 0x7f695dc9b76d __libc_start_main
STDERR: 26 0x400719
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
*** This bug has been marked as a duplicate of bug 101428 ***