<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>80298</bug_id>
          
          <creation_ts>2012-03-05 09:41:42 -0800</creation_ts>
          <short_desc>[GTK][JSC] WebAudio failures</short_desc>
          <delta_ts>2012-06-19 22:24:25 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Web Audio</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>86910</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Philippe Normand">pnormand</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>crogers</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>570784</commentid>
    <comment_count>0</comment_count>
    <who name="Philippe Normand">pnormand</who>
    <bug_when>2012-03-05 09:41:42 -0800</bug_when>
    <thetext>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=&lt;optimized out&gt;, 
    user_data=&lt;optimized out&gt;) 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=&lt;optimized out&gt;, context=
    0x221a9b0, self=&lt;optimized out&gt;) at gmain.c:3118
#14 g_main_context_iterate (context=0x221a9b0, block=&lt;optimized out&gt;, dispatch=1, 
    self=&lt;optimized out&gt;) 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.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>653201</commentid>
    <comment_count>1</comment_count>
    <who name="Philippe Normand">pnormand</who>
    <bug_when>2012-06-19 22:24:25 -0700</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of bug 86910 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>