<?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>79013</bug_id>
          <alias>CVE-2013-0880</alias>
          <creation_ts>2012-02-19 22:40:38 -0800</creation_ts>
          <short_desc>Layout Test http/tests/workers/terminate-during-sync-operation.html is flaky</short_desc>
          <delta_ts>2013-02-19 02:33:58 -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="Yuta Kitamura">yutak</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>abarth</cc>
    
    <cc>cevans</cc>
    
    <cc>dimich</cc>
    
    <cc>jamesr</cc>
    
    <cc>jsbell</cc>
    
    <cc>kinuko</cc>
    
    <cc>levin</cc>
    
    <cc>leviw</cc>
    
    <cc>mark.lam</cc>
    
    <cc>michaeln</cc>
    
    <cc>ojan</cc>
    
    <cc>rniwa</cc>
    
    <cc>webkit.review.bot</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>560036</commentid>
    <comment_count>0</comment_count>
    <who name="Yuta Kitamura">yutak</who>
    <bug_when>2012-02-19 22:40:38 -0800</bug_when>
    <thetext>The following layout test crashes occasionally on all platforms:

http/tests/workers/terminate-during-sync-operation.html

Probable cause:

http://test-results.appspot.com/dashboards/flakiness_dashboard.html#showExpectations=true&amp;tests=http%2Ftests%2Fworkers%2Fterminate-during-sync-operation.html

The following log from &quot;Webkit Linux (dbg)&quot; looks interesting, but I&apos;m not quite sure whether these are relevant.

    ERROR: SQLite database could not set temp_store to memory
    third_party/WebKit/Source/WebCore/platform/sql/SQLiteDatabase.cpp(97) : bool WebCore::SQLiteDatabase::open(const WTF::String&amp;, bool)
    ERROR: Unable to turn on incremental auto-vacuum (0 not an error)
    third_party/WebKit/Source/WebCore/storage/AbstractDatabase.cpp(272) : virtual bool WebCore::AbstractDatabase::performOpenAndVerify(bool, WebCore::ExceptionCode&amp;, WTF::String&amp;)
    ERROR: Unable to turn on incremental auto-vacuum (9 interrupted)
    third_party/WebKit/Source/WebCore/storage/AbstractDatabase.cpp(272) : virtual bool WebCore::AbstractDatabase::performOpenAndVerify(bool, WebCore::ExceptionCode&amp;, WTF::String&amp;)
    ...</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>645408</commentid>
    <comment_count>1</comment_count>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2012-06-09 13:37:25 -0700</bug_when>
    <thetext>*** Bug 77047 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>645409</commentid>
    <comment_count>2</comment_count>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2012-06-09 13:38:13 -0700</bug_when>
    <thetext>Doesn&apos;t crash anymore but times out intermittently.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>721300</commentid>
    <comment_count>3</comment_count>
    <who name="James Robinson">jamesr</who>
    <bug_when>2012-09-14 18:31:42 -0700</bug_when>
    <thetext>It&apos;s still crashing:

crash log for DumpRenderTree (pid 23311):
STDOUT: &lt;empty&gt;
STDERR: ASSERTION FAILED: !AssertNoEventDispatch::isEventDispatchForbidden()
STDERR: third_party/WebKit/Source/WebCore/dom/EventTarget.cpp(162) : bool WebCore::EventTarget::fireEventListeners(WebCore::Event*)
STDERR: 1   0x7f49ace5121c
STDERR: 2   0x7f49ace511b2
STDERR: 3   0x7f49adae74fd
STDERR: 4   0x7f49adae9e47
STDERR: 5   0x7f49adae9a12
STDERR: 6   0x7f49adae976b
STDERR: 7   0x7f49adaee1a3
STDERR: 8   0x7f49adadb125
STDERR: 9   0x7f49adaee0bd
STDERR: 10  0x7f49adaeddb4
STDERR: 11  0x7f49acd68189
STDERR: 12  0x7f49acd687ac
STDERR: 13  0x7f49a37049ca
STDERR: 14  0x7f49a3461cdd clone
STDERR: [23311:23996:15135171814855:ERROR:process_util_posix.cc(143)] Received signal 11
STDERR: ERROR: Unable to turn on incremental auto-vacuum (9 interrupted)
STDERR: third_party/WebKit/Source/WebCore/Modules/webdatabase/AbstractDatabase.cpp(274) : virtual bool WebCore::AbstractDatabase::performOpenAndVerify(bool, WebCore::ExceptionCode&amp;, WTF::String&amp;)
STDERR: ERROR: Unable to turn on incremental auto-vacuum (0 not an error)
STDERR: third_party/WebKit/Source/WebCore/Modules/webdatabase/AbstractDatabase.cpp(274) : virtual bool WebCore::AbstractDatabase::performOpenAndVerify(bool, WebCore::ExceptionCode&amp;, WTF::String&amp;)
STDERR: ERROR: Unable to turn on incremental auto-vacuum (0 not an error)
STDERR: third_party/WebKit/Source/WebCore/Modules/webdatabase/AbstractDatabase.cpp(274) : virtual bool WebCore::AbstractDatabase::performOpenAndVerify(bool, WebCore::ExceptionCode&amp;, WTF::String&amp;)
STDERR: ERROR: Unable to turn on incremental auto-vacuum (0 not an error)
STDERR: third_party/WebKit/Source/WebCore/Modules/webdatabase/AbstractDatabase.cpp(274) : virtual bool WebCore::AbstractDatabase::performOpenAndVerify(bool, WebCore::ExceptionCode&amp;, WTF::String&amp;)
STDERR: ERROR: Unable to turn on incremental auto-vacuum (0 not an error)
STDERR: third_party/WebKit/Source/WebCore/Modules/webdatabase/AbstractDatabase.cpp(274) : virtual bool WebCore::AbstractDatabase::performOpenAndVerify(bool, WebCore::ExceptionCode&amp;, WTF::String&amp;)
STDERR: ERROR: Unable to turn on incremental auto-vacuum (0 not an error)
STDERR: third_party/WebKit/Source/WebCore/Modules/webdatabase/AbstractDatabase.cpp(274) : virtual bool WebCore::AbstractDatabase::performOpenAndVerify(bool, WebCore::ExceptionCode&amp;, WTF::String&amp;)
STDERR: ERROR: Unable to turn on incremental auto-vacuum (0 not an error)
STDERR: third_party/WebKit/Source/WebCore/Modules/webdatabase/AbstractDatabase.cpp(274) : virtual bool WebCore::AbstractDatabase::performOpenAndVerify(bool, WebCore::ExceptionCode&amp;, WTF::String&amp;)
STDERR: ERROR: Unable to turn on incremental auto-vacuum (0 not an error)
STDERR: third_party/WebKit/Source/WebCore/Modules/webdatabase/AbstractDatabase.cpp(274) : virtual bool WebCore::AbstractDatabase::performOpenAndVerify(bool, WebCore::ExceptionCode&amp;, WTF::String&amp;)
STDERR: ERROR: Unable to turn on incremental auto-vacuum (0 not an error)
STDERR: third_party/WebKit/Source/WebCore/Modules/webdatabase/AbstractDatabase.cpp(274) : virtual bool WebCore::AbstractDatabase::performOpenAndVerify(bool, WebCore::ExceptionCode&amp;, WTF::String&amp;)
STDERR: ERROR: Unable to turn on incremental auto-vacuum (0 not an error)
STDERR: third_party/WebKit/Source/WebCore/Modules/webdatabase/AbstractDatabase.cpp(274) : virtual bool WebCore::AbstractDatabase::performOpenAndVerify(bool, WebCore::ExceptionCode&amp;, WTF::String&amp;)
STDERR: ERROR: Unable to turn on incremental auto-vacuum (0 not an error)
STDERR: third_party/WebKit/Source/WebCore/Modules/webdatabase/AbstractDatabase.cpp(274) : virtual bool WebCore::AbstractDatabase::performOpenAndVerify(bool, WebCore::ExceptionCode&amp;, WTF::String&amp;)
STDERR: ERROR: Unable to turn on incremental auto-vacuum (0 not an error)
STDERR: third_party/WebKit/Source/WebCore/Modules/webdatabase/AbstractDatabase.cpp(274) : virtual bool WebCore::AbstractDatabase::performOpenAndVerify(bool, WebCore::ExceptionCode&amp;, WTF::String&amp;)
STDERR: ERROR: Unable to turn on incremental auto-vacuum (0 not an error)
STDERR: third_party/WebKit/Source/WebCore/Modules/webdatabase/AbstractDatabase.cpp(274) : virtual bool WebCore::AbstractDatabase::performOpenAndVerify(bool, WebCore::ExceptionCode&amp;, WTF::String&amp;)
STDERR: ERROR: Unable to turn on incremental auto-vacuum (0 not an error)
STDERR: third_party/WebKit/Source/WebCore/Modules/webdatabase/AbstractDatabase.cpp(274) : virtual bool WebCore::AbstractDatabase::performOpenAndVerify(bool, WebCore::ExceptionCode&amp;, WTF::String&amp;)
STDERR: ERROR: Unable to turn on incremental auto-vacuum (0 not an error)
STDERR: third_party/WebKit/Source/WebCore/Modules/webdatabase/AbstractDatabase.cpp(274) : virtual bool WebCore::AbstractDatabase::performOpenAndVerify(bool, WebCore::ExceptionCode&amp;, WTF::String&amp;)
STDERR: ERROR: Unable to turn on incremental auto-vacuum (0 not an error)
STDERR: third_party/WebKit/Source/WebCore/Modules/webdatabase/AbstractDatabase.cpp(274) : virtual bool WebCore::AbstractDatabase::performOpenAndVerify(bool, WebCore::ExceptionCode&amp;, WTF::String&amp;)
STDERR: ERROR: Unable to turn on incremental auto-vacuum (0 not an error)
STDERR: third_party/WebKit/Source/WebCore/Modules/webdatabase/AbstractDatabase.cpp(274) : virtual bool WebCore::AbstractDatabase::performOpenAndVerify(bool, WebCore::ExceptionCode&amp;, WTF::String&amp;)
STDERR: ERROR: Unable to turn on incremental auto-vacuum (0 not an error)
STDERR: third_party/WebKit/Source/WebCore/Modules/webdatabase/AbstractDatabase.cpp(274) : virtual bool WebCore::AbstractDatabase::performOpenAndVerify(bool, WebCore::ExceptionCode&amp;, WTF::String&amp;)
STDERR: ERROR: Unable to turn on incremental auto-vacuum (0 not an error)
STDERR: third_party/WebKit/Source/WebCore/Modules/webdatabase/AbstractDatabase.cpp(274) : virtual bool WebCore::AbstractDatabase::performOpenAndVerify(bool, WebCore::ExceptionCode&amp;, WTF::String&amp;)
STDERR: ERROR: Unable to turn on incremental auto-vacuum (0 not an error)
STDERR: third_party/WebKit/Source/WebCore/Modules/webdatabase/AbstractDatabase.cpp(274) : virtual bool WebCore::AbstractDatabase::performOpenAndVerify(bool, WebCore::ExceptionCode&amp;, WTF::String&amp;)
STDERR: ERROR: Unable to turn on incremental auto-vacuum (0 not an error)
STDERR: third_party/WebKit/Source/WebCore/Modules/webdatabase/AbstractDatabase.cpp(274) : virtual bool WebCore::AbstractDatabase::performOpenAndVerify(bool, WebCore::ExceptionCode&amp;, WTF::String&amp;)
STDERR: ERROR: Unable to turn on incremental auto-vacuum (0 not an error)
STDERR: third_party/WebKit/Source/WebCore/Modules/webdatabase/AbstractDatabase.cpp(274) : virtual bool WebCore::AbstractDatabase::performOpenAndVerify(bool, WebCore::ExceptionCode&amp;, WTF::String&amp;)
STDERR: ERROR: Unable to turn on incremental auto-vacuum (0 not an error)
STDERR: third_party/WebKit/Source/WebCore/Modules/webdatabase/AbstractDatabase.cpp(274) : virtual bool WebCore::AbstractDatabase::performOpenAndVerify(bool, WebCore::ExceptionCode&amp;, WTF::String&amp;)
STDERR: ERROR: Unable to turn on incremental auto-vacuum (0 not an error)
STDERR: third_party/WebKit/Source/WebCore/Modules/webdatabase/AbstractDatabase.cpp(274) : virtual bool WebCore::AbstractDatabase::performOpenAndVerify(bool, WebCore::ExceptionCode&amp;, WTF::String&amp;)
STDERR: ERROR: Unable to turn on incremental auto-vacuum (0 not an error)
STDERR: third_party/WebKit/Source/WebCore/Modules/webdatabase/AbstractDatabase.cpp(274) : virtual bool WebCore::AbstractDatabase::performOpenAndVerify(bool, WebCore::ExceptionCode&amp;, WTF::String&amp;)
STDERR: ERROR: Unable to turn on incremental auto-vacuum (0 not an error)
STDERR: third_party/WebKit/Source/WebCore/Modules/webdatabase/AbstractDatabase.cpp(274) : virtual bool WebCore::AbstractDatabase::performOpenAndVerify(bool, WebCore::ExceptionCode&amp;, WTF::String&amp;)
STDERR: ERROR: Unable to turn on incremental auto-vacuum (0 not an error)
STDERR: third_party/WebKit/Source/WebCore/Modules/webdatabase/AbstractDatabase.cpp(274) : virtual bool WebCore::AbstractDatabase::performOpenAndVerify(bool, WebCore::ExceptionCode&amp;, WTF::String&amp;)
STDERR: ERROR: Unable to turn on incremental auto-vacuum (0 not an error)
STDERR: third_party/WebKit/Source/WebCore/Modules/webdatabase/AbstractDatabase.cpp(274) : virtual bool WebCore::AbstractDatabase::performOpenAndVerify(bool, WebCore::ExceptionCode&amp;, WTF::String&amp;)
STDERR: ERROR: Error (9) preparing statement to read text result from database (SELECT value FROM __WebKitDatabaseInfoTable__ WHERE key = &apos;WebKitDatabaseVersionKey&apos;;)
STDERR: third_party/WebKit/Source/WebCore/Modules/webdatabase/AbstractDatabase.cpp(72) : bool WebCore::retrieveTextResultFromDatabase(WebCore::SQLiteDatabase&amp;, const WTF::String&amp;, WTF::String&amp;)
STDERR: ERROR: Failed to retrieve version from database http://127.0.0.1:8000::
STDERR: third_party/WebKit/Source/WebCore/Modules/webdatabase/AbstractDatabase.cpp(428) : bool WebCore::AbstractDatabase::getVersionFromDatabase(WTF::String&amp;, bool)
STDERR: ERROR: SQLite database could not set temp_store to memory
STDERR: third_party/WebKit/Source/WebCore/platform/sql/SQLiteDatabase.cpp(97) : bool WebCore::SQLiteDatabase::open(const WTF::String&amp;, bool)
STDERR: ERROR: Unable to turn on incremental auto-vacuum (0 not an error)
STDERR: third_party/WebKit/Source/WebCore/Modules/webdatabase/AbstractDatabase.cpp(274) : virtual bool WebCore::AbstractDatabase::performOpenAndVerify(bool, WebCore::ExceptionCode&amp;, WTF::String&amp;)
STDERR: ERROR: Error (9) preparing statement to read text result from database (SELECT value FROM __WebKitDatabaseInfoTable__ WHERE key = &apos;WebKitDatabaseVersionKey&apos;;)
STDERR: third_party/WebKit/Source/WebCore/Modules/webdatabase/AbstractDatabase.cpp(72) : bool WebCore::retrieveTextResultFromDatabase(WebCore::SQLiteDatabase&amp;, const WTF::String&amp;, WTF::String&amp;)
STDERR: ERROR: Failed to retrieve version from database http://127.0.0.1:8000::
STDERR: third_party/WebKit/Source/WebCore/Modules/webdatabase/AbstractDatabase.cpp(428) : bool WebCore::AbstractDatabase::getVersionFromDatabase(WTF::String&amp;, bool)
STDERR: ERROR: Unable to turn on incremental auto-vacuum (9 interrupted)
STDERR: third_party/WebKit/Source/WebCore/Modules/webdatabase/AbstractDatabase.cpp(274) : virtual bool WebCore::AbstractDatabase::performOpenAndVerify(bool, WebCore::ExceptionCode&amp;, WTF::String&amp;)
STDERR: ERROR: Error (9) preparing statement to read text result from database (SELECT value FROM __WebKitDatabaseInfoTable__ WHERE key = &apos;WebKitDatabaseVersionKey&apos;;)
STDERR: third_party/WebKit/Source/WebCore/Modules/webdatabase/AbstractDatabase.cpp(72) : bool WebCore::retrieveTextResultFromDatabase(WebCore::SQLiteDatabase&amp;, const WTF::String&amp;, WTF::String&amp;)
STDERR: ERROR: Failed to retrieve version from database http://127.0.0.1:8000::
STDERR: third_party/WebKit/Source/WebCore/Modules/webdatabase/AbstractDatabase.cpp(428) : bool WebCore::AbstractDatabase::getVersionFromDatabase(WTF::String&amp;, bool)
STDERR: ERROR: Error (9) preparing statement to read text result from database (SELECT value FROM __WebKitDatabaseInfoTable__ WHERE key = &apos;WebKitDatabaseVersionKey&apos;;)
STDERR: third_party/WebKit/Source/WebCore/Modules/webdatabase/AbstractDatabase.cpp(72) : bool WebCore::retrieveTextResultFromDatabase(WebCore::SQLiteDatabase&amp;, const WTF::String&amp;, WTF::String&amp;)
STDERR: ERROR: Failed to retrieve version from database http://127.0.0.1:8000::
STDERR: third_party/WebKit/Source/WebCore/Modules/webdatabase/AbstractDatabase.cpp(428) : bool WebCore::AbstractDatabase::getVersionFromDatabase(WTF::String&amp;, bool)
STDERR: ERROR: Error (9) preparing statement to read text result from database (SELECT value FROM __WebKitDatabaseInfoTable__ WHERE key = &apos;WebKitDatabaseVersionKey&apos;;)
STDERR: third_party/WebKit/Source/WebCore/Modules/webdatabase/AbstractDatabase.cpp(72) : bool WebCore::retrieveTextResultFromDatabase(WebCore::SQLiteDatabase&amp;, const WTF::String&amp;, WTF::String&amp;)
STDERR: ERROR: Failed to retrieve version from database http://127.0.0.1:8000::
STDERR: third_party/WebKit/Source/WebCore/Modules/webdatabase/AbstractDatabase.cpp(428) : bool WebCore::AbstractDatabase::getVersionFromDatabase(WTF::String&amp;, bool)
STDERR: ERROR: Error (9) reading text result from database (SELECT value FROM __WebKitDatabaseInfoTable__ WHERE key = &apos;WebKitDatabaseVersionKey&apos;;)
STDERR: third_party/WebKit/Source/WebCore/Modules/webdatabase/AbstractDatabase.cpp(86) : bool WebCore::retrieveTextResultFromDatabase(WebCore::SQLiteDatabase&amp;, const WTF::String&amp;, WTF::String&amp;)
STDERR: ERROR: Failed to retrieve version from database http://127.0.0.1:8000::
STDERR: third_party/WebKit/Source/WebCore/Modules/webdatabase/AbstractDatabase.cpp(428) : bool WebCore::AbstractDatabase::getVersionFromDatabase(WTF::String&amp;, bool)
STDERR: 	base::debug::StackTrace::StackTrace() [0x7f49aa0895fa]
STDERR: 	base::(anonymous namespace)::StackDumpSignalHandler() [0x7f49aa0f0bcd]
STDERR: 	0x7f49a33aeaf0
STDERR: 	WebCore::EventTarget::fireEventListeners() [0x7f49ace51226]
STDERR: 	WebCore::EventTarget::dispatchEvent() [0x7f49ace511b2]
STDERR: 	WebCore::MessageWorkerContextTask::performTask() [0x7f49adae74fd]
STDERR: 	WebCore::WorkerRunLoop::Task::performTask() [0x7f49adae9e47]
STDERR: 	WebCore::WorkerRunLoop::runInMode() [0x7f49adae9a12]
STDERR: 	WebCore::WorkerRunLoop::run() [0x7f49adae976b]
STDERR: 	WebCore::WorkerThread::runEventLoop() [0x7f49adaee1a3]
STDERR: 	WebCore::DedicatedWorkerThread::runEventLoop() [0x7f49adadb125]
STDERR: 	WebCore::WorkerThread::workerThread() [0x7f49adaee0bd]
STDERR: 	WebCore::WorkerThread::workerThreadStart() [0x7f49adaeddb4]
STDERR: 	WTF::threadEntryPoint() [0x7f49acd68189]
STDERR: 	WTF::wtfThreadEntryPoint() [0x7f49acd687ac]
STDERR: 	start_thread [0x7f49a37049ca]
STDERR: 	0x7f49a3461cdd</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>721314</commentid>
    <comment_count>4</comment_count>
    <who name="James Robinson">jamesr</who>
    <bug_when>2012-09-14 18:44:03 -0700</bug_when>
    <thetext>That crash may be from http://trac.webkit.org/changeset/128673 which is rolled out now.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>733078</commentid>
    <comment_count>5</comment_count>
    <who name="Ojan Vafai">ojan</who>
    <bug_when>2012-10-02 14:26:01 -0700</bug_when>
    <thetext>Patch was recommitted as http://trac.webkit.org/changeset/130077 and now we&apos;re seeing crashes again. Should we rollout?

http://test-results.appspot.com/dashboards/flakiness_dashboard.html#showExpectations=true&amp;tests=http%2Ftests%2Fworkers%2Fterminate-during-sync-operation.html

Still crashes in release builds with the following output:
crash log for DumpRenderTree (pid 1689):
STDOUT: &lt;empty&gt;
STDERR: DumpRenderTree(1689,0xb3e13000) malloc: *** error for object 0xba23ea0: pointer being freed was not allocated
STDERR: *** set a breakpoint in malloc_error_break to debug</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>733083</commentid>
    <comment_count>6</comment_count>
    <who name="Ojan Vafai">ojan</who>
    <bug_when>2012-10-02 14:32:09 -0700</bug_when>
    <thetext>Actually, I&apos;m not sure the memory corruption is from 130077. Webkit Linux got the following output at r130053:

crash log for DumpRenderTree (pid 5053):
STDOUT: &lt;empty&gt;
STDERR: third_party/tcmalloc/chromium/src/free_list.cc:133] Memory corruption detected. 
STDERR: third_party/tcmalloc/chromium/src/free_list.cc:133] Memory corruption detected.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>761990</commentid>
    <comment_count>7</comment_count>
    <who name="Joshua Bell">jsbell</who>
    <bug_when>2012-11-08 11:12:24 -0800</bug_when>
    <thetext>Still crashing flakily on all platforms (recently: linux 32 release, mac 10.7 release, win7, win7 debug) but only about 3% of the time.

Updating the test expectation.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>816266</commentid>
    <comment_count>8</comment_count>
      <attachid>184674</attachid>
    <who name="Adam Barth">abarth</who>
    <bug_when>2013-01-24 22:52:31 -0800</bug_when>
    <thetext>Created attachment 184674
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>816273</commentid>
    <comment_count>9</comment_count>
      <attachid>184674</attachid>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2013-01-24 22:56:49 -0800</bug_when>
    <thetext>Comment on attachment 184674
Patch

Rejecting attachment 184674 from commit-queue.

Failed to run &quot;[&apos;/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch&apos;, &apos;--status-host=queues.webkit.org&apos;, &apos;--bot-id=gce-cq-04&apos;, &apos;apply-attachment&apos;, &apos;--no-update&apos;, &apos;--non-interactive&apos;, 184674, &apos;--port=chromium-xvfb&apos;]&quot; exit_code: 2 cwd: /mnt/git/webkit-commit-queue

Last 500 characters of output:
t/webkit-commit-queue

Parsed 4 diffs from patch file(s).
patch: **** Can&apos;t create file /tmp/pp4X5lCs : No space left on device
patch: **** Can&apos;t create file /tmp/ppwgJ2Ps : No space left on device
patch: **** Can&apos;t create file /tmp/ppNOaXss : No space left on device
patch: **** Can&apos;t create file /tmp/pppdWTCv : No space left on device

Failed to run &quot;[u&apos;/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply&apos;, &apos;--force&apos;, &apos;--reviewer&apos;, &apos;David Levin&apos;]&quot; exit_code: 2 cwd: /mnt/git/webkit-commit-queue

Full output: http://queues.webkit.org/results/16122142</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>816297</commentid>
    <comment_count>10</comment_count>
      <attachid>184674</attachid>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2013-01-24 23:23:27 -0800</bug_when>
    <thetext>Comment on attachment 184674
Patch

Rejecting attachment 184674 from commit-queue.

Failed to run &quot;[&apos;/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch&apos;, &apos;--status-host=queues.webkit.org&apos;, &apos;--bot-id=gce-cq-04&apos;, &apos;apply-attachment&apos;, &apos;--no-update&apos;, &apos;--non-interactive&apos;, 184674, &apos;--port=chromium-xvfb&apos;]&quot; exit_code: 2 cwd: /mnt/git/webkit-commit-queue

Last 500 characters of output:
t/webkit-commit-queue

Parsed 4 diffs from patch file(s).
patch: **** Can&apos;t create file /tmp/ppKT9Zny : No space left on device
patch: **** Can&apos;t create file /tmp/ppYndTBy : No space left on device
patch: **** Can&apos;t create file /tmp/ppg1fSJB : No space left on device
patch: **** Can&apos;t create file /tmp/pprJfYiB : No space left on device

Failed to run &quot;[u&apos;/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply&apos;, &apos;--force&apos;, &apos;--reviewer&apos;, &apos;David Levin&apos;]&quot; exit_code: 2 cwd: /mnt/git/webkit-commit-queue

Full output: http://queues.webkit.org/results/16111397</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>818568</commentid>
    <comment_count>11</comment_count>
      <attachid>184674</attachid>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2013-01-28 22:54:22 -0800</bug_when>
    <thetext>Comment on attachment 184674
Patch

Clearing flags on attachment: 184674

Committed r141057: &lt;http://trac.webkit.org/changeset/141057&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>818569</commentid>
    <comment_count>12</comment_count>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2013-01-28 22:54:27 -0800</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>184674</attachid>
            <date>2013-01-24 22:52:31 -0800</date>
            <delta_ts>2013-01-28 22:54:22 -0800</delta_ts>
            <desc>Patch</desc>
            <filename>bug-79013-20130124224922.patch</filename>
            <type>text/plain</type>
            <size>3169</size>
            <attacher name="Adam Barth">abarth</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMTQwNTk1CmRpZmYgLS1naXQgYS9Tb3VyY2UvV2ViQ29yZS9D
aGFuZ2VMb2cgYi9Tb3VyY2UvV2ViQ29yZS9DaGFuZ2VMb2cKaW5kZXggMjRmMDNhNTMwY2U3NzZj
OWFhM2QxMjZkYzY0M2U4NmRhYTA4ODU3OC4uZjQ5YTg2NWY0ZmMyNjZhZGE1Y2E0NzkwZGJkNjJm
MTY4ZjJkYTgyMiAxMDA2NDQKLS0tIGEvU291cmNlL1dlYkNvcmUvQ2hhbmdlTG9nCisrKyBiL1Nv
dXJjZS9XZWJDb3JlL0NoYW5nZUxvZwpAQCAtMSwzICsxLDE2IEBACisyMDEzLTAxLTI0ICBBZGFt
IEJhcnRoICA8YWJhcnRoQHdlYmtpdC5vcmc+CisKKyAgICAgICAgTGF5b3V0IFRlc3QgaHR0cC90
ZXN0cy93b3JrZXJzL3Rlcm1pbmF0ZS1kdXJpbmctc3luYy1vcGVyYXRpb24uaHRtbCBpcyBmbGFr
eQorICAgICAgICBodHRwczovL2J1Z3Mud2Via2l0Lm9yZy9zaG93X2J1Zy5jZ2k/aWQ9NzkwMTMK
KworICAgICAgICBSZXZpZXdlZCBieSBOT0JPRFkgKE9PUFMhKS4KKworICAgICAgICBXZSBuZWVk
IHRvIHVzZSBhbiBpc29sYXRlZCBjb3B5IGJlY2F1c2Ugd2UncmUgZ29pbmcgdG8gdXNlIGl0IG9u
IGEKKyAgICAgICAgZGlmZmVyZW50IHRocmVhZC4KKworICAgICAgICAqIE1vZHVsZXMvd2ViZGF0
YWJhc2UvQWJzdHJhY3REYXRhYmFzZS5jcHA6CisgICAgICAgIChXZWJDb3JlOjpBYnN0cmFjdERh
dGFiYXNlOjpBYnN0cmFjdERhdGFiYXNlKToKKwogMjAxMy0wMS0yMyAgSnVuIEppYW5nICA8anVu
LmEuamlhbmdAaW50ZWwuY29tPgogCiAgICAgICAgIEF2b2lkIHVubmVjZXNzYXJ5IGZvcm1hdCBj
b252ZXJzaW9uIGZvciB0ZXh7U3VifUltYWdlMkQoKSBmb3IgSW1hZ2VEYXRhIG9mIFdlYkdMCmRp
ZmYgLS1naXQgYS9Tb3VyY2UvV2ViQ29yZS9Nb2R1bGVzL3dlYmRhdGFiYXNlL0Fic3RyYWN0RGF0
YWJhc2UuY3BwIGIvU291cmNlL1dlYkNvcmUvTW9kdWxlcy93ZWJkYXRhYmFzZS9BYnN0cmFjdERh
dGFiYXNlLmNwcAppbmRleCA3ZmI2MmI1ZmQ3YzRkYmZhODAzNWFkMGQyYzQ5MDk3YWQwM2IxYzlm
Li4zNjVjNTIzM2ZjMWIyMDcyOWNjMmI2M2UwMmFkYjc4NmJkMmFmMjI0IDEwMDY0NAotLS0gYS9T
b3VyY2UvV2ViQ29yZS9Nb2R1bGVzL3dlYmRhdGFiYXNlL0Fic3RyYWN0RGF0YWJhc2UuY3BwCisr
KyBiL1NvdXJjZS9XZWJDb3JlL01vZHVsZXMvd2ViZGF0YWJhc2UvQWJzdHJhY3REYXRhYmFzZS5j
cHAKQEAgLTE4OCw3ICsxODgsNyBAQCBBYnN0cmFjdERhdGFiYXNlOjpBYnN0cmFjdERhdGFiYXNl
KFNjcmlwdEV4ZWN1dGlvbkNvbnRleHQqIGNvbnRleHQsIGNvbnN0IFN0cmluZwogICAgICwgbV9p
c1N5bmNEYXRhYmFzZShkYXRhYmFzZVR5cGUgPT0gU3luY0RhdGFiYXNlKQogewogICAgIEFTU0VS
VChjb250ZXh0LT5pc0NvbnRleHRUaHJlYWQoKSk7Ci0gICAgbV9jb250ZXh0VGhyZWFkU2VjdXJp
dHlPcmlnaW4gPSBtX3NjcmlwdEV4ZWN1dGlvbkNvbnRleHQtPnNlY3VyaXR5T3JpZ2luKCk7Cisg
ICAgbV9jb250ZXh0VGhyZWFkU2VjdXJpdHlPcmlnaW4gPSBtX3NjcmlwdEV4ZWN1dGlvbkNvbnRl
eHQtPnNlY3VyaXR5T3JpZ2luKCktPmlzb2xhdGVkQ29weSgpOwogCiAgICAgbV9kYXRhYmFzZUF1
dGhvcml6ZXIgPSBEYXRhYmFzZUF1dGhvcml6ZXI6OmNyZWF0ZShpbmZvVGFibGVOYW1lKTsKIApk
aWZmIC0tZ2l0IGEvTGF5b3V0VGVzdHMvQ2hhbmdlTG9nIGIvTGF5b3V0VGVzdHMvQ2hhbmdlTG9n
CmluZGV4IDUwZDZhY2FjODE3MGU1ZjM5NmQ0YjU5MmMxMTA0OGU3MDJjZDJjNTUuLjAxZmFjMGVj
OWU4YzgyMDg3ZWIyNTA0YmM2YTg4NWUxODQ3N2YxM2YgMTAwNjQ0Ci0tLSBhL0xheW91dFRlc3Rz
L0NoYW5nZUxvZworKysgYi9MYXlvdXRUZXN0cy9DaGFuZ2VMb2cKQEAgLTEsMyArMSwxNCBAQAor
MjAxMy0wMS0yNCAgQWRhbSBCYXJ0aCAgPGFiYXJ0aEB3ZWJraXQub3JnPgorCisgICAgICAgIExh
eW91dCBUZXN0IGh0dHAvdGVzdHMvd29ya2Vycy90ZXJtaW5hdGUtZHVyaW5nLXN5bmMtb3BlcmF0
aW9uLmh0bWwgaXMgZmxha3kKKyAgICAgICAgaHR0cHM6Ly9idWdzLndlYmtpdC5vcmcvc2hvd19i
dWcuY2dpP2lkPTc5MDEzCisKKyAgICAgICAgUmV2aWV3ZWQgYnkgTk9CT0RZIChPT1BTISkuCisK
KyAgICAgICAgVGhpcyB0ZXN0IHNob3VsZG4ndCBiZSBmbGFreSBhbnltb3JlLgorCisgICAgICAg
ICogcGxhdGZvcm0vY2hyb21pdW0vVGVzdEV4cGVjdGF0aW9uczoKKwogMjAxMy0wMS0yMyAgWGlh
bnpodSBXYW5nICA8d2FuZ3hpYW56aHVAY2hyb21pdW0ub3JnPgogCiAgICAgICAgIFNob3VsZCB1
cGRhdGUgY29tcG9zaXRpbmcgc3RhdGUgd2hlbiBhbiBvdXQtb2YtdmlldyBmaXhlZCBwb3NpdGlv
biBlbGVtZW50IGJlY29tZXMgaW4tdmlldwpkaWZmIC0tZ2l0IGEvTGF5b3V0VGVzdHMvcGxhdGZv
cm0vY2hyb21pdW0vVGVzdEV4cGVjdGF0aW9ucyBiL0xheW91dFRlc3RzL3BsYXRmb3JtL2Nocm9t
aXVtL1Rlc3RFeHBlY3RhdGlvbnMKaW5kZXggM2ZkNDg1NTFhOGQwNGExZjY0ZWI3NTNlNGM3MDJi
ZDUyYjFhYTkyYi4uMTdjOWI5NmQyMzYxMjYyMGZhNDMyZGZlMTFmNTFjNjE4ZWJlYmEwOSAxMDA2
NDQKLS0tIGEvTGF5b3V0VGVzdHMvcGxhdGZvcm0vY2hyb21pdW0vVGVzdEV4cGVjdGF0aW9ucwor
KysgYi9MYXlvdXRUZXN0cy9wbGF0Zm9ybS9jaHJvbWl1bS9UZXN0RXhwZWN0YXRpb25zCkBAIC0z
MDc0LDggKzMwNzQsNiBAQCB3ZWJraXQub3JnL2IvNjkyMTAgWyBTbm93TGVvcGFyZCBdIGZhc3Qv
aW5saW5lL2NvbnRpbnVhdGlvbi1vdXRsaW5lcy13aXRoLWxheWVycwogCiB3ZWJraXQub3JnL2Iv
MTA2MDY0IFsgQW5kcm9pZCBdIGZhc3QvaW5saW5lL2NvbnRpbnVhdGlvbi1vdXRsaW5lcy13aXRo
LWxheWVycy5odG1sIFsgSW1hZ2VPbmx5RmFpbHVyZSBdCiAKLXdlYmtpdC5vcmcvYi83OTAxMyBo
dHRwL3Rlc3RzL3dvcmtlcnMvdGVybWluYXRlLWR1cmluZy1zeW5jLW9wZXJhdGlvbi5odG1sIFsg
UGFzcyBUaW1lb3V0IENyYXNoIF0KLQogY3JidWcuY29tLzExMzA2MyBbIERlYnVnIF0gc3RvcmFn
ZS9pbmRleGVkZGIvYmFzaWNzLXdvcmtlcnMuaHRtbCBbIENyYXNoIFBhc3MgXQogCiB3ZWJraXQu
b3JnL2IvNzkyMjQgWyBXaW4gXSBmYXN0L2NhbnZhcy93ZWJnbC90ZXgtaW1hZ2Utd2l0aC1mb3Jt
YXQtYW5kLXR5cGUuaHRtbCBbIEZhaWx1cmUgUGFzcyBdCg==
</data>

          </attachment>
      

    </bug>

</bugzilla>