<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 - TransactionOperations can get destroyed on the wrong thread"
   href="https://bugs.webkit.org/show_bug.cgi?id=159103">159103</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>TransactionOperations can get destroyed on the wrong thread
          </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>WebCore Misc.
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>beidson&#64;apple.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>TransactionOperations can get destroyed on the wrong thread

This can happen for worker transaction operations.

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   com.apple.JavaScriptCore          0x0000000105cda037 WTFCrash + 39
1   com.apple.WebCore                 0x000000010ba8dde8 WebCore::IDBClient::TransactionOperation::~TransactionOperation() + 104
2   com.apple.WebCore                 0x000000010baa8ea5 WebCore::IDBClient::TransactionOperationImpl&lt;WebCore::IDBKeyData const&amp;, unsigned long const&amp;&gt;::~TransactionOperationImpl() + 21
3   com.apple.WebCore                 0x000000010baa55c5 WebCore::IDBClient::TransactionOperationImpl&lt;WebCore::IDBKeyData const&amp;, unsigned long const&amp;&gt;::~TransactionOperationImpl() + 21
4   com.apple.WebCore                 0x000000010baa55e9 WebCore::IDBClient::TransactionOperationImpl&lt;WebCore::IDBKeyData const&amp;, unsigned long const&amp;&gt;::~TransactionOperationImpl() + 25
5   com.apple.WebCore                 0x000000010ba02cd3 WTF::ThreadSafeRefCounted&lt;WebCore::IDBClient::TransactionOperation&gt;::deref() + 83
6   com.apple.WebCore                 0x000000010ba02c7a void WTF::derefIfNotNull&lt;WebCore::IDBClient::TransactionOperation&gt;(WebCore::IDBClient::TransactionOperation*) + 58
7   com.apple.WebCore                 0x000000010ba02c33 WTF::RefPtr&lt;WebCore::IDBClient::TransactionOperation&gt;::~RefPtr() + 83
8   com.apple.WebCore                 0x000000010b9fcd85 WTF::RefPtr&lt;WebCore::IDBClient::TransactionOperation&gt;::~RefPtr() + 21
9   com.apple.WebCore                 0x000000010b9f9f5f WebCore::IDBClient::IDBConnectionProxy::completeOperation(WebCore::IDBResultData const&amp;) + 223
10  com.apple.WebCore                 0x000000010ba262f2 WebCore::IDBClient::IDBConnectionToServer::didIterateCursor(WebCore::IDBResultData const&amp;) + 98
11  com.apple.WebCore                 0x000000010bb4b7a0 WebCore::InProcessIDBServer::didIterateCursor(WebCore::IDBResultData const&amp;)::$_16::operator()() const + 64
12  com.apple.WebCore                 0x000000010bb4b67c WTF::Function&lt;void ()&gt;::CallableWrapper&lt;WebCore::InProcessIDBServer::didIterateCursor(WebCore::IDBResultData const&amp;)::$_16&gt;::call() + 28
13  com.apple.JavaScriptCore          0x0000000105d098f3 WTF::Function&lt;void ()&gt;::operator()() const + 99
14  com.apple.JavaScriptCore          0x0000000105d24fab WTF::RunLoop::performWork() + 219
15  com.apple.JavaScriptCore          0x0000000105d25754 WTF::RunLoop::performWork(void*) + 36
16  com.apple.CoreFoundation          0x00007fff8c2d7881 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
17  com.apple.CoreFoundation          0x00007fff8c2b6fbc __CFRunLoopDoSources0 + 556
18  com.apple.CoreFoundation          0x00007fff8c2b64df __CFRunLoopRun + 927
19  com.apple.CoreFoundation          0x00007fff8c2b5ed8 CFRunLoopRunSpecific + 296
20  DumpRenderTree                    0x00000001047de21c runTest(std::__1::basic_string&lt;char, std::__1::char_traits&lt;char&gt;, std::__1::allocator&lt;char&gt; &gt; const&amp;) + 6252 (DumpRenderTree.mm:2065)
21  DumpRenderTree                    0x00000001047dc8fd runTestingServerLoop() + 333 (DumpRenderTree.mm:1193)
22  DumpRenderTree                    0x00000001047dbe82 dumpRenderTree(int, char const**) + 450 (DumpRenderTree.mm:1307)
23  DumpRenderTree                    0x00000001047deb5d DumpRenderTreeMain(int, char const**) + 125 (DumpRenderTree.mm:1442)
24  DumpRenderTree                    0x0000000104837f72 main + 34 (DumpRenderTreeMain.mm:34)
25  libdyld.dylib                     0x00007fff885bd5ad start + 1</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>