[Webkit-unassigned] [Bug 80298] New: [GTK][JSC] WebAudio failures

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 5 09:41:42 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=80298

           Summary: [GTK][JSC] WebAudio failures
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Audio
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pnormand at igalia.com
                CC: crogers at google.com


The following tests are failing quite badly:

webaudio/audiobuffersource-channels.html
webaudio/convolution-mono-mono.html
webaudio/up-mixing-stereo-51.html
webaudio/delaynode.html
webaudio/delaynode-maxdelay.html
webaudio/delaynode-scheduling.html
webaudio/up-mixing-mono-stereo.html
webaudio/up-mixing-mono-51.html
webaudio/biquad-allpass.html
webaudio/biquad-highshelf.html
webaudio/biquad-bandpass.html
webaudio/biquad-lowpass.html
webaudio/biquadfilternode-basic.html
webaudio/biquad-lowshelf.html
webaudio/biquad-getFrequencyResponse.html
webaudio/biquad-notch.html
webaudio/biquad-highpass.html
webaudio/biquad-peaking.html


84            ASSERT(m_wrapper || !m_jsFunction);
(gdb) bt
#0  0x00007fb1251e6a50 in WebCore::JSEventListener::jsFunction (this=0x7fb0d3e374d0, 
    scriptExecutionContext=0x7fb0d3d8a1d8)
    at ../../../Source/WebCore/bindings/js/JSEventListener.h:84
#1  0x00007fb1251e6132 in WebCore::JSEventListener::handleEvent (this=0x7fb0d3e374d0, 
    scriptExecutionContext=0x7fb0d3d8a1d8, event=0x7fb0d3d137b0)
    at ../../../Source/WebCore/bindings/js/JSEventListener.cpp:76
#2  0x00007fb12544ffe6 in WebCore::EventTarget::fireEventListeners (this=0x7fb0d3de3ff0, event=
    0x7fb0d3d137b0, d=0x7fb0d3de4150, entry=WTF::Vector of length 1, capacity 1 = {...})
    at ../../../Source/WebCore/dom/EventTarget.cpp:231
#3  0x00007fb12544fe40 in WebCore::EventTarget::fireEventListeners (this=0x7fb0d3de3ff0, event=
    0x7fb0d3d137b0) at ../../../Source/WebCore/dom/EventTarget.cpp:198
#4  0x00007fb12544fcec in WebCore::EventTarget::dispatchEvent (this=0x7fb0d3de3ff0, event=...)
    at ../../../Source/WebCore/dom/EventTarget.cpp:177
#5  0x00007fb125c4ba0d in WebCore::AudioContext::fireCompletionEvent (this=0x7fb0d3de3fd0)
    at ../../../Source/WebCore/webaudio/AudioContext.cpp:778
#6  0x00007fb125c62d3f in WebCore::OfflineAudioDestinationNode::notifyComplete (this=
    0x7fb0d3dc0ee0) at ../../../Source/WebCore/webaudio/OfflineAudioDestinationNode.cpp:168
#7  0x00007fb125c62cd7 in WebCore::OfflineAudioDestinationNode::notifyCompleteDispatch (userData=
    0x7fb0d3dc0ee0) at ../../../Source/WebCore/webaudio/OfflineAudioDestinationNode.cpp:160
#8  0x00007fb128798cc9 in WTF::dispatchFunctionsFromMainThread ()
    at ../../../Source/JavaScriptCore/wtf/MainThread.cpp:156
#9  0x00007fb128798a83 in WTF::timeoutFired ()
    at ../../../Source/JavaScriptCore/wtf/gtk/MainThreadGtk.cpp:43
#10 0x00007fb12333997b in g_timeout_dispatch (source=0x7fb0bc1ffda0, callback=<optimized out>, 
    user_data=<optimized out>) at gmain.c:3854
#11 0x00007fb123338d3a in g_main_dispatch (context=0x221a9b0) at gmain.c:2510
#12 g_main_context_dispatch (context=0x221a9b0) at gmain.c:3047
#13 0x00007fb123339100 in g_main_context_iterate (dispatch=1, block=<optimized out>, context=
    0x221a9b0, self=<optimized out>) at gmain.c:3118
#14 g_main_context_iterate (context=0x221a9b0, block=<optimized out>, dispatch=1, 
    self=<optimized out>) at gmain.c:3055
#15 0x00007fb1233394fa in g_main_loop_run (loop=0x7fb0d00067f0) at gmain.c:3312
#16 0x00007fb1241728fd in gtk_main () at gtkmain.c:1358
#17 0x000000000045f578 in runTest (testPathOrURL=...)
    at ../../../Tools/DumpRenderTree/gtk/DumpRenderTree.cpp:716
#18 0x000000000045ebcc in runTestingServerLoop ()
    at ../../../Tools/DumpRenderTree/gtk/DumpRenderTree.cpp:499
#19 0x0000000000461b44 in main (argc=2, argv=0x7fff2836b638)
    at ../../../Tools/DumpRenderTree/gtk/DumpRenderTree.cpp:1391

If executed one by one though, none fail.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list