<?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>54644</bug_id>
          
          <creation_ts>2011-02-17 05:59:51 -0800</creation_ts>
          <short_desc>[Chromium] set_version_blocked.html and set_version_queue.html started crashing on Chromium dbg bots after WK roll 78748:78777</short_desc>
          <delta_ts>2011-02-17 14:27:41 -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>New Bugs</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>PC</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <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="Mikhail Naganov">mnaganov</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>abarth</cc>
    
    <cc>eric</cc>
    
    <cc>jorlow</cc>
    
    <cc>webkit.review.bot</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>352786</commentid>
    <comment_count>0</comment_count>
    <who name="Mikhail Naganov">mnaganov</who>
    <bug_when>2011-02-17 05:59:51 -0800</bug_when>
    <thetext>Both tests started crashing consistently on all 3 platforms (dbg):

http://build.chromium.org/p/chromium.webkit/builders/Webkit%20Mac10.5%20(deps)(dbg)(2)/builds/607
http://build.chromium.org/p/chromium.webkit/builders/Webkit%20Win%20(deps)(dbg)(2)/builds/1010
http://build.chromium.org/p/chromium.webkit/builders/Webkit%20Linux%20(deps)(dbg)(2)/builds/1148

I tried to repro on Linux dbg locally, with no success.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>352787</commentid>
    <comment_count>1</comment_count>
    <who name="Mikhail Naganov">mnaganov</who>
    <bug_when>2011-02-17 06:01:08 -0800</bug_when>
    <thetext>...and the tests were OK on WebKit canary bots.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>352983</commentid>
    <comment_count>2</comment_count>
    <who name="Jeremy Orlow">jorlow</who>
    <bug_when>2011-02-17 09:42:09 -0800</bug_when>
    <thetext>They all look green after http://trac.webkit.org/changeset/78781</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>353040</commentid>
    <comment_count>3</comment_count>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2011-02-17 11:14:50 -0800</bug_when>
    <thetext>http://trac.webkit.org/changeset/78843 might have broken Qt Linux Release
The following tests are not passing:
media/controls-without-preload.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>353070</commentid>
    <comment_count>4</comment_count>
    <who name="Jeremy Orlow">jorlow</who>
    <bug_when>2011-02-17 11:56:29 -0800</bug_when>
    <thetext>In the future, please don&apos;t roll crashes into Chromium unless you really know what your&apos;e doing (i.e. you&apos;re positive it won&apos;t affect anyone...usually you&apos;d only do this after talking to people who are experts on the code).

In this case, there was a fix just a few revisions after what you rolled to.  But even if there wan&apos;t, you should take a quick look at what&apos;s wrong and, if you can&apos;t figure it out, you should probably just roll out the patch.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>353157</commentid>
    <comment_count>5</comment_count>
    <who name="Mikhail Naganov">mnaganov</who>
    <bug_when>2011-02-17 13:52:45 -0800</bug_when>
    <thetext>I didn&apos;t intentionally roll crashing webkit tests into chromium. I have now reconstructed what had happened:
  - I came to work, found latest WK revision that looked green on canaries (78777), and rolled to it;
  - then I cleaned up canaries, and did another roll up to 78814;
  - but chromium bots at that moment had only started chewing my previous roll, and crashes appeared (I&apos;m still unsure, why they weren&apos;t failing on canaries);
  - at that moment I filed this issue -- as it appears, this wasn&apos;t really needed.

I should pay more attentions to revisions in bot logs next time.
Sorry for bothering you with a false alarm.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>353176</commentid>
    <comment_count>6</comment_count>
    <who name="Jeremy Orlow">jorlow</who>
    <bug_when>2011-02-17 14:27:41 -0800</bug_when>
    <thetext>(In reply to comment #5)
&gt; I didn&apos;t intentionally roll crashing webkit tests into chromium. I have now reconstructed what had happened:
&gt;   - I came to work, found latest WK revision that looked green on canaries (78777), and rolled to it;
&gt;   - then I cleaned up canaries, and did another roll up to 78814;
&gt;   - but chromium bots at that moment had only started chewing my previous roll, and crashes appeared (I&apos;m still unsure, why they weren&apos;t failing on canaries);
&gt;   - at that moment I filed this issue -- as it appears, this wasn&apos;t really needed.
&gt; 
&gt; I should pay more attentions to revisions in bot logs next time.
&gt; Sorry for bothering you with a false alarm.

No worries on the false alarm.  In the future, it&apos;s probably worth following up on the bug after things settle down to make sure everyone understands the situation though.

Btw, I hope you&apos;re not reading my comments as passive agressive.  Gardening is very difficult and there&apos;s a lot going on, so it&apos;s hard to do 100% right.  I just point stuff out because I assume it&apos;ll be useful in the future.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>