<?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>81781</bug_id>
          
          <creation_ts>2012-03-21 07:37:53 -0700</creation_ts>
          <short_desc>[GTK] Crash-flaky media tests</short_desc>
          <delta_ts>2012-03-27 23:58:35 -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>WebKitGTK</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>82421</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>
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>584121</commentid>
    <comment_count>0</comment_count>
    <who name="Philippe Normand">pnormand</who>
    <bug_when>2012-03-21 07:37:53 -0700</bug_when>
    <thetext>I think the fix of https://bugs.webkit.org/show_bug.cgi?id=72698 made some audio tests crashing flakily on GTK Debug :(
Like media/audio-repaint.html:

#0  0x00007f513d1212dc in WebCore::JSEventListener::jsFunction (this=0x5ed13e0, scriptExecutionContext=0x2dd61a8) at ../../Source/WebCore/bindings/js/JSEventListener.h:84
84	        ASSERT(m_wrapper || !m_jsFunction);

Thread 1 (Thread 0x7f5132700900 (LWP 7259)):
#0  0x00007f513d1212dc in WebCore::JSEventListener::jsFunction (this=0x5ed13e0, scriptExecutionContext=0x2dd61a8) at ../../Source/WebCore/bindings/js/JSEventListener.h:84
#1  0x00007f513d1209ba in WebCore::JSEventListener::handleEvent (this=0x5ed13e0, scriptExecutionContext=0x2dd61a8, event=0x7f50ed809e00) at ../../Source/WebCore/bindings/js/JSEventListener.cpp:80
#2  0x00007f513d3d15a2 in WebCore::EventTarget::fireEventListeners (this=0x5ed0bc0, event=0x7f50ed809e00, d=0x5351c20, entry=WTF::Vector of length 1, capacity 1 = {...}) at ../../Source/WebCore/dom/EventTarget.cpp:231
#3  0x00007f513d3d13e8 in WebCore::EventTarget::fireEventListeners (this=0x5ed0bc0, event=0x7f50ed809e00) at ../../Source/WebCore/dom/EventTarget.cpp:198
#4  0x00007f513d3ede07 in WebCore::Node::handleLocalEvents (this=0x5ed0bc0, event=0x7f50ed809e00) at ../../Source/WebCore/dom/Node.cpp:2718
#5  0x00007f513d3c6cd3 in WebCore::EventDispatcher::dispatchEvent (this=0x7fffd7c773e0, event=...) at ../../Source/WebCore/dom/EventDispatcher.cpp:304
#6  0x00007f513d3c4eee in WebCore::EventDispatchMediator::dispatchEvent (this=0x7f50eceea150, dispatcher=0x7fffd7c773e0) at ../../Source/WebCore/dom/EventDispatchMediator.cpp:51
#7  0x00007f513d3c581e in WebCore::EventDispatcher::dispatchEvent (node=0x5ed0bc0, mediator=...) at ../../Source/WebCore/dom/EventDispatcher.cpp:55
#8  0x00007f513d3edf02 in WebCore::Node::dispatchEvent (this=0x5ed0bc0, event=...) at ../../Source/WebCore/dom/Node.cpp:2733
#9  0x00007f513d58ae29 in WebCore::HTMLMediaElement::dispatchEvent (this=0x5ed0bc0, event=...) at ../../Source/WebCore/html/HTMLMediaElement.cpp:3968
#10 0x00007f513d3d33f3 in WebCore::GenericEventQueue::timerFired (this=0x5ed0d38) at ../../Source/WebCore/dom/GenericEventQueue.cpp:80
#11 0x00007f513d3d4272 in WebCore::Timer&lt;WebCore::GenericEventQueue&gt;::fired (this=0x5ed0d58) at ../../Source/WebCore/platform/Timer.h:100
#12 0x00007f513d991f28 in WebCore::ThreadTimers::sharedTimerFiredInternal (this=0x20a09d0) at ../../Source/WebCore/platform/ThreadTimers.cpp:115
#13 0x00007f513d991e5f in WebCore::ThreadTimers::sharedTimerFired () at ../../Source/WebCore/platform/ThreadTimers.cpp:93
#14 0x00007f513e2dafe2 in WebCore::timeout_cb () at ../../Source/WebCore/platform/gtk/SharedTimerGtk.cpp:49
#15 0x00007f513ac8fbbb in g_timeout_dispatch () from /home/slave/webkitgtk/gtk-linux-64-debug/build/WebKitBuild/Dependencies/Root/lib64/libglib-2.0.so.0
#16 0x00007f513ac8ddf3 in g_main_dispatch () from /home/slave/webkitgtk/gtk-linux-64-debug/build/WebKitBuild/Dependencies/Root/lib64/libglib-2.0.so.0
#17 0x00007f513ac8eab9 in g_main_context_dispatch () from /home/slave/webkitgtk/gtk-linux-64-debug/build/WebKitBuild/Dependencies/Root/lib64/libglib-2.0.so.0
#18 0x00007f513ac8eca3 in g_main_context_iterate () from /home/slave/webkitgtk/gtk-linux-64-debug/build/WebKitBuild/Dependencies/Root/lib64/libglib-2.0.so.0
#19 0x00007f513ac8f0d9 in g_main_loop_run () from /home/slave/webkitgtk/gtk-linux-64-debug/build/WebKitBuild/Dependencies/Root/lib64/libglib-2.0.so.0
#20 0x00007f513bb52e99 in gtk_main () from /home/slave/webkitgtk/gtk-linux-64-debug/build/WebKitBuild/Dependencies/Root/lib64/libgtk-3.so.0
#21 0x000000000045a498 in runTest (testPathOrURL=...) at ../../Tools/DumpRenderTree/gtk/DumpRenderTree.cpp:703
#22 0x0000000000459b10 in runTestingServerLoop () at ../../Tools/DumpRenderTree/gtk/DumpRenderTree.cpp:490
#23 0x000000000045ca8a in main (argc=2, argv=0x7fffd7c78168) at ../../Tools/DumpRenderTree/gtk/DumpRenderTree.cpp:1377</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>584124</commentid>
    <comment_count>1</comment_count>
    <who name="Philippe Normand">pnormand</who>
    <bug_when>2012-03-21 07:45:03 -0700</bug_when>
    <thetext>▸media/W3C/audio/networkState/networkState_during_loadstart.html (failed 8 out of 50 times)
▸media/audio-delete-while-step-button-clicked.html (failed 3 out of 50 times)
▸media/audio-mpeg-supported.html (failed 8 out of 50 times)
▸media/audio-repaint.html (failed 11 out of 50 times)
▸media/media-blocked-by-willsendrequest.html (failed 3 out of 50 times)
media/media-controls-clone-crash.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>584684</commentid>
    <comment_count>2</comment_count>
    <who name="Philippe Normand">pnormand</who>
    <bug_when>2012-03-21 15:20:23 -0700</bug_when>
    <thetext>I&apos;ll skip those for now, I started a patch bug the world needs green :/</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>589690</commentid>
    <comment_count>3</comment_count>
    <who name="Philippe Normand">pnormand</who>
    <bug_when>2012-03-27 23:58:35 -0700</bug_when>
    <thetext>

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

    </bug>

</bugzilla>