Bug 105299
Summary: | [GStreamer] webaudio/decode-audio-data-basic.html crashes | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dominik Röttsches (drott) <d-r> |
Component: | Platform | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | chavarria1991, eocanha, pnormand, slomo |
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: /fast/dominik/dev/WebKitGit_EFL/Source/WebCore/bindings/js/JSEventListener.h(92) : JSC::JSObject* WebCore::JSEventListener::jsFunction(WebCore::ScriptExecutionContext*) const
STDERR: 1 0x7fe85fe856e2 WebCore::JSEventListener::jsFunction(WebCore::ScriptExecutionContext*) const
STDERR: 2 0x7fe85fe907d2 WebCore::JSEventListener::handleEvent(WebCore::ScriptExecutionContext*, WebCore::Event*)
STDERR: 3 0x7fe85f2d74ea WebCore::EventTarget::fireEventListeners(WebCore::Event*, WebCore::EventTargetData*, WTF::Vector<WebCore::RegisteredEventListener, 1ul>&)
STDERR: 4 0x7fe85f2d72aa WebCore::EventTarget::fireEventListeners(WebCore::Event*)
STDERR: 5 0x7fe85f2d7166 WebCore::EventTarget::dispatchEvent(WTF::PassRefPtr<WebCore::Event>)
STDERR: 6 0x7fe85ef8ba74 WebCore::ScriptProcessorNode::fireProcessEvent()
STDERR: 7 0x7fe85ef8b84b WebCore::ScriptProcessorNode::fireProcessEventDispatch(void*)
STDERR: 8 0x7fe8604a784d WTF::dispatchFunctionsFromMainThread()
STDERR: 9 0x7fe8604d5958
STDERR: 10 0x7fe863e9d917
STDERR: 11 0x7fe863e9c6a1
STDERR: 12 0x7fe863e9cbe7 ecore_main_loop_begin
STDERR: 13 0x7fe86037d2d7 WebCore::RunLoop::run()
STDERR: 14 0x7fe8639885d3 WebProcessMainEfl
STDERR: 15 0x4007d4 main
STDERR: 16 0x7fe862bdf76d __libc_start_main
STDERR: 17 0x4006f9
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Dominik Röttsches (drott)
webaudio/javascriptaudionode-upmix2-8channel-input.html is flaky and sometimes crashes with the same stacktrace.
Philippe Normand
Dupe of bug 80681 I think
Philippe Normand
I couldn't reproduce this bug in a GTK Debug build.
Alexey Proskuryakov
See also: bug 120148.
Sebastian Dröge (slomo)
webaudio/javascriptaudionode.html is reliably succeeding here for me. Some other tests are flaky and sometimes succeed although they're expected to fail.
webaudio/codec-tests/24bit-22khz-resample.html is failing for me reliably because of audio mismatch. Which might be related to the resampler not giving bit exact output on all architectures, e.g. if SSE2 is used instead of normal operations.
Marcos Chavarría Teijeiro (irc: chavaone)
This test is passing after r176259.
Updating TestExpectations at:
https://bugs.webkit.org/show_bug.cgi?id=142665
Enrique Ocaña
This bug isn't happening anymore, closing.