<?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>71454</bug_id>
          
          <creation_ts>2011-11-03 03:20:19 -0700</creation_ts>
          <short_desc>REGRESSION (r98827): broke fast/css/webkit-mask-crash-table.html on GTK</short_desc>
          <delta_ts>2011-11-15 10:35:25 -0800</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>69510</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>mrobinson</cc>
    
    <cc>pnormand</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>495312</commentid>
    <comment_count>0</comment_count>
    <who name="Philippe Normand">pnormand</who>
    <bug_when>2011-11-03 03:20:19 -0700</bug_when>
    <thetext>#0  0x00002ab2a1658058 in WebCore::GraphicsContext::~GraphicsContext (this=0x7fff9b7a15a0, __in_chrg=&lt;optimized out&gt;) at ../../Source/WebCore/platform/graphics/GraphicsContext.cpp:91
91        ASSERT(!m_transparencyCount);

Thread 1 (Thread 0x2ab2aedd68e0 (LWP 11828)):
#0  0x00002ab2a1658058 in WebCore::GraphicsContext::~GraphicsContext (this=0x7fff9b7a15a0, __in_chrg=&lt;optimized out&gt;) at ../../Source/WebCore/platform/graphics/GraphicsContext.cpp:91
#1  0x00002ab2a0de88f8 in WebKit::paintWebView (webView=0x97a050, frame=0x9b2780, dirtyRegion=...) at ../../Source/WebKit/gtk/WebCoreSupport/ChromeClientGtk.cpp:522
#2  0x00002ab2a0de8bb4 in WebKit::ChromeClient::paint (this=0x97c5f0) at ../../Source/WebKit/gtk/WebCoreSupport/ChromeClientGtk.cpp:560
#3  0x00002ab2a0de7d3d in WebKit::repaintEverythingSoonTimeout (client=0x97c5f0) at ../../Source/WebKit/gtk/WebCoreSupport/ChromeClientGtk.cpp:387
#4  0x00002ab2a60c9ddb in g_timeout_dispatch (source=0x3b3039d0, callback=&lt;optimized out&gt;, user_data=&lt;optimized out&gt;) at /tmp/buildd/glib2.0-2.28.6/./glib/gmain.c:3882
#5  0x00002ab2a60c84a3 in g_main_dispatch (context=0x8f9d70) at /tmp/buildd/glib2.0-2.28.6/./glib/gmain.c:2440
#6  g_main_context_dispatch (context=0x8f9d70) at /tmp/buildd/glib2.0-2.28.6/./glib/gmain.c:3013
#7  0x00002ab2a60c8c80 in g_main_context_iterate (context=0x8f9d70, block=1, dispatch=1, self=&lt;optimized out&gt;) at /tmp/buildd/glib2.0-2.28.6/./glib/gmain.c:3091
#8  0x00002ab2a60c92f2 in g_main_loop_run (loop=0x3ad4b1f0) at /tmp/buildd/glib2.0-2.28.6/./glib/gmain.c:3299
#9  0x00002ab2a3e764cd in gtk_main () from /usr/lib/libgtk-3.so.0
#10 0x000000000042f480 in runTest (testPathOrURL=...) at ../../Tools/DumpRenderTree/gtk/DumpRenderTree.cpp:712
#11 0x000000000042eab8 in runTestingServerLoop () at ../../Tools/DumpRenderTree/gtk/DumpRenderTree.cpp:504
#12 0x0000000000430de9 in main (argc=2, argv=0x7fff9b7a2358) at ../../Tools/DumpRenderTree/gtk/DumpRenderTree.cpp:1208

Martin said he&apos;ll take care of this one. Skipping the test for now.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>496686</commentid>
    <comment_count>1</comment_count>
    <who name="Martin Robinson">mrobinson</who>
    <bug_when>2011-11-05 11:19:25 -0700</bug_when>
    <thetext>(In reply to comment #0)
&gt; #0  0x00002ab2a1658058 in WebCore::GraphicsContext::~GraphicsContext (this=0x7fff9b7a15a0, __in_chrg=&lt;optimized out&gt;) at ../../Source/WebCore/platform/graphics/GraphicsContext.cpp:91
&gt; 91        ASSERT(!m_transparencyCount);

I couldn&apos;t reproduce this locally or on either debug bot, so I&apos;m unskipping the test to see if it&apos;s still an issue. :/</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>497055</commentid>
    <comment_count>2</comment_count>
    <who name="Philippe Normand">pnormand</who>
    <bug_when>2011-11-07 03:55:07 -0800</bug_when>
    <thetext>(In reply to comment #1)
&gt; (In reply to comment #0)
&gt; &gt; #0  0x00002ab2a1658058 in WebCore::GraphicsContext::~GraphicsContext (this=0x7fff9b7a15a0, __in_chrg=&lt;optimized out&gt;) at ../../Source/WebCore/platform/graphics/GraphicsContext.cpp:91
&gt; &gt; 91        ASSERT(!m_transparencyCount);
&gt; 
&gt; I couldn&apos;t reproduce this locally or on either debug bot, so I&apos;m unskipping the test to see if it&apos;s still an issue. :/

Well, now I can observe some flaky crashes of fast/css/webkit-mask-crash-fieldset-legend.html :(</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>497215</commentid>
    <comment_count>3</comment_count>
    <who name="Martin Robinson">mrobinson</who>
    <bug_when>2011-11-07 09:02:33 -0800</bug_when>
    <thetext>(In reply to comment #2)
&gt; (In reply to comment #1)
&gt; &gt; (In reply to comment #0)
&gt; &gt; &gt; #0  0x00002ab2a1658058 in WebCore::GraphicsContext::~GraphicsContext (this=0x7fff9b7a15a0, __in_chrg=&lt;optimized out&gt;) at ../../Source/WebCore/platform/graphics/GraphicsContext.cpp:91
&gt; &gt; &gt; 91        ASSERT(!m_transparencyCount);
&gt; &gt; 
&gt; &gt; I couldn&apos;t reproduce this locally or on either debug bot, so I&apos;m unskipping the test to see if it&apos;s still an issue. :/
&gt; 
&gt; Well, now I can observe some flaky crashes of fast/css/webkit-mask-crash-fieldset-legend.html :(

Yes, I think you&apos;re right. :( I&apos;ll reskip it.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>497836</commentid>
    <comment_count>4</comment_count>
    <who name="Philippe Normand">pnormand</who>
    <bug_when>2011-11-08 01:11:17 -0800</bug_when>
    <thetext>(In reply to comment #3)
&gt; (In reply to comment #2)
&gt; &gt; (In reply to comment #1)
&gt; &gt; &gt; (In reply to comment #0)
&gt; &gt; &gt; &gt; #0  0x00002ab2a1658058 in WebCore::GraphicsContext::~GraphicsContext (this=0x7fff9b7a15a0, __in_chrg=&lt;optimized out&gt;) at ../../Source/WebCore/platform/graphics/GraphicsContext.cpp:91
&gt; &gt; &gt; &gt; 91        ASSERT(!m_transparencyCount);
&gt; &gt; &gt; 
&gt; &gt; &gt; I couldn&apos;t reproduce this locally or on either debug bot, so I&apos;m unskipping the test to see if it&apos;s still an issue. :/
&gt; &gt; 
&gt; &gt; Well, now I can observe some flaky crashes of fast/css/webkit-mask-crash-fieldset-legend.html :(
&gt; 
&gt; Yes, I think you&apos;re right. :( I&apos;ll reskip it.

Skipping it now.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>500792</commentid>
    <comment_count>5</comment_count>
    <who name="Martin Robinson">mrobinson</who>
    <bug_when>2011-11-11 08:29:15 -0800</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of bug 6951 ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>500804</commentid>
    <comment_count>6</comment_count>
    <who name="Martin Robinson">mrobinson</who>
    <bug_when>2011-11-11 08:38:39 -0800</bug_when>
    <thetext>I don&apos;t think this can be related to r98827 since this happens in WebKit2 as well.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>503035</commentid>
    <comment_count>7</comment_count>
    <who name="Martin Robinson">mrobinson</who>
    <bug_when>2011-11-15 10:35:25 -0800</bug_when>
    <thetext>

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

    </bug>

</bugzilla>