[Webkit-unassigned] [Bug 194402] New: Crash under IDBConnectionToClient::didDeleteDatabase(WebCore::IDBResultData const&)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 7 11:06:53 PST 2019


https://bugs.webkit.org/show_bug.cgi?id=194402

            Bug ID: 194402
           Summary: Crash under
                    IDBConnectionToClient::didDeleteDatabase(WebCore::IDBR
                    esultData const&)
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sihui_liu at apple.com

Thread 0 Crashed ↩:: Dispatch queue: com.apple.main-thread
0   com.apple.WebCore                   0x00007fff48a46e36 WebCore::IDBServer::IDBConnectionToClient::didDeleteDatabase(WebCore::IDBResultData const&) + 22
1   com.apple.WebCore                   0x00007fff48a85c64 WebCore::IDBServer::UniqueIDBDatabase::didDeleteBackingStore(unsigned long long) + 356
2   com.apple.WebCore                   0x00007fff48a925e0 WebCore::IDBServer::UniqueIDBDatabase::executeNextDatabaseTaskReply() + 176
3   com.apple.JavaScriptCore            0x00007fff3e48e04f WTF::CrossThreadTaskHandler::handleTaskRepliesOnMainThread() + 239
4   com.apple.JavaScriptCore            0x00007fff3e3174a9 WTF::dispatchFunctionsFromMainThread() + 249
5   com.apple.Foundation                0x00007fff3d31a972 __NSThreadPerformPerform + 328

Crashed at:
       52       void IDBConnectionToClient::didDeleteDatabase(const IDBResultData& result)
       53       {
       54           if (m_delegate)
    -> 55               m_delegate->didDeleteDatabase(result);
       56       }

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190207/51bea676/attachment-0001.html>


More information about the webkit-unassigned mailing list