<?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>108048</bug_id>
          
          <creation_ts>2013-01-27 21:20:57 -0800</creation_ts>
          <short_desc>storage/indexeddb tests are crashing</short_desc>
          <delta_ts>2013-01-28 14:22:05 -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>Tools / Tests</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</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="Keishi Hattori">keishi</reporter>
          <assigned_to name="Joshua Bell">jsbell</assigned_to>
          <cc>abarth</cc>
    
    <cc>alecflett</cc>
    
    <cc>dgrogan</cc>
    
    <cc>fishd</cc>
    
    <cc>jsbell</cc>
    
    <cc>pilgrim</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>817503</commentid>
    <comment_count>0</comment_count>
    <who name="Keishi Hattori">keishi</who>
    <bug_when>2013-01-27 21:20:57 -0800</bug_when>
    <thetext>I rolled out r140602 but it still keeps crashing and I can&apos;t figure it out. I am going to mark them as crashing.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>817504</commentid>
    <comment_count>1</comment_count>
    <who name="Keishi Hattori">keishi</who>
    <bug_when>2013-01-27 21:22:44 -0800</bug_when>
    <thetext>http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=storage%2Findexeddb%2Fopen-twice-workers.html%2Cstorage%2Findexeddb%2Ftransaction-complete-workers.html%2Cstorage%2Findexeddb%2Fpending-activity-workers.html%2Cstorage%2Findexeddb%2Fcursor-advance-workers.html%2Cstorage%2Findexeddb%2Findex-basics-workers.html%2Cstorage%2Findexeddb%2Ffactory-basics-workers.html%2Cstorage%2Findexeddb%2Fobjectstore-basics-workers.html%2Cstorage%2Findexeddb%2Fdeletedatabase-delayed-by-open-and-versionchange-workers.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>817949</commentid>
    <comment_count>2</comment_count>
    <who name="Joshua Bell">jsbell</who>
    <bug_when>2013-01-28 12:03:46 -0800</bug_when>
    <thetext>This is the suspect change in the range that introduced the crash on all the bots:

http://trac.webkit.org/changeset/140653

Which is a revert of: 

http://trac.webkit.org/changeset/140783

But this dependent(?) Chromium change wasn&apos;t reverted...

http://src.chromium.org/viewvc/chrome?view=rev&amp;revision=178734

Unfortunately, it&apos;s not reproducing for me at the moment. :P Maybe a WebKit/chromium/DEPS roll is involved? I&apos;ll keep plugging away at it.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>817951</commentid>
    <comment_count>3</comment_count>
    <who name="Adam Barth">abarth</who>
    <bug_when>2013-01-28 12:07:59 -0800</bug_when>
    <thetext>Ah!  Sorry for causing a mess.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>817955</commentid>
    <comment_count>4</comment_count>
    <who name="Joshua Bell">jsbell</who>
    <bug_when>2013-01-28 12:09:13 -0800</bug_when>
    <thetext>(In reply to comment #3)
&gt; Ah!  Sorry for causing a mess.

My comment was poorly phrased. I don&apos;t have proof that&apos;s the cause, just a hunch.

&quot;This is *a* suspect change...&quot;

Still can&apos;t repro locally, which is itself odd. Alas, alec (who could) is out today.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>817959</commentid>
    <comment_count>5</comment_count>
    <who name="Joshua Bell">jsbell</who>
    <bug_when>2013-01-28 12:12:08 -0800</bug_when>
    <thetext>Also, looks like WebKit/chromium/DEPS is at 178434 which is prior to the Chromium rev. The test crashes are also only happening on the ToT bots, not the DEPS bots.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>817977</commentid>
    <comment_count>6</comment_count>
    <who name="Joshua Bell">jsbell</who>
    <bug_when>2013-01-28 12:22:45 -0800</bug_when>
    <thetext>My environment must have been mucked up. Reproducing easily now.

Reverting http://src.chromium.org/viewvc/chrome?view=rev&amp;revision=178734 makes the crashes go away reliably as suspected. I&apos;ll revert that over on the chromium side.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>818097</commentid>
    <comment_count>7</comment_count>
    <who name="Joshua Bell">jsbell</who>
    <bug_when>2013-01-28 14:21:59 -0800</bug_when>
    <thetext>Revert is finally picked up by the WebKit bots and they&apos;re starting to cycle green:

http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=storage%2Findexeddb%2Fopen-twice-workers.html%2Cstorage%2Findexeddb%2Ftransaction-complete-workers.html%2Cstorage%2Findexeddb%2Fpending-activity-workers.html%2Cstorage%2Findexeddb%2Fcursor-advance-workers.html%2Cstorage%2Findexeddb%2Findex-basics-workers.html%2Cstorage%2Findexeddb%2Ffactory-basics-workers.html%2Cstorage%2Findexeddb%2Fobjectstore-basics-workers.html%2Cstorage%2Findexeddb%2Fdeletedatabase-delayed-by-open-and-versionchange-workers.html

Calling this good. I&apos;ll revert the other reverts.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>