<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] Performance test IndexedDB/index-get.html timeouts on the GTK+ perf bot."
   href="https://bugs.webkit.org/show_bug.cgi?id=167622">167622</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[GTK] Performance test IndexedDB/index-get.html timeouts on the GTK+ perf bot.
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>WebKit Nightly Build
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Tools / Tests
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>clopez&#64;igalia.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>achristensen&#64;apple.com, beidson&#64;apple.com, bugs-noreply&#64;webkitgtk.org, lforschler&#64;apple.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>The test IndexedDB/index-get.html timeouts on the GTK+ perf bot since it was added on r209765 &lt;<a href="http://trac.webkit.org/r209765">http://trac.webkit.org/r209765</a>&gt;.

The test however works fine on my development machine.

The only difference I can think of that may explain this is that the GTK+ perf bot has 8GB of RAM, my dev machine 16GB.

However, there are no signs of the machine running out of memory or the Linux Kernel OOM killer being triggered.

It seems that the test is deadlocking. As soon as it is started on the GTK+ perf bot, the Web and Database process stop using CPU time and remains in that state forever.

I have attached a GDB process to the Web and Database process and dumped the stack trace. I'm attaching the traces here.

I also tried this patch on the GTK+ perf bot. With it the test works as expected (no longer timeouts):

diff --git a/PerformanceTests/IndexedDB/index-get.html b/PerformanceTests/IndexedDB/index-get.html
index 89e52673a85..e10aa888fd3 100644
--- a/PerformanceTests/IndexedDB/index-get.html
+++ b/PerformanceTests/IndexedDB/index-get.html
&#64;&#64; -36,7 +36,7 &#64;&#64; function nextStep()
     testGenerator.next();
 }

-var numberOfEntries = 5000;
+var numberOfEntries = 2000;

 function *runIteration()
 {</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>