[Webkit-unassigned] [Bug 209976] New: ASSERTION FAILED: objectStoreInfo in SQLiteIDBBackingStore::getRecord

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 3 10:39:40 PDT 2020


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

            Bug ID: 209976
           Summary: ASSERTION FAILED: objectStoreInfo in
                    SQLiteIDBBackingStore::getRecord
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sihui_liu at apple.com

Normally this assertion will not be hit, but we see cases where objectStoreInfo is null as in the radar. 
So I tried to modify the code a bit by returning error at specific places, and successfully got the assertion failure. Therefore, theoretically it's possible that SQLiteIDBBackingStore does not have requested ObjectStoreInfo in SQLiteIDBBackingStore::getRecord. Then we need to change this assertion to an error and make early return.

-- 
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/20200403/47237bf9/attachment.htm>


More information about the webkit-unassigned mailing list