Bug 153790

Summary: Modern IDB: storage/indexeddb/dont-wedge.html sometimes ASSERTs
Product: WebKit Reporter: Brady Eidson <beidson>
Component: WebCore Misc.Assignee: Brady Eidson <beidson>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, alecflett, commit-queue, jsbell
Priority: P2    
Version: Safari 9   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 149117, 153021    
Attachments:
Description Flags
Patch v1 thorton: review+

Brady Eidson
Reported 2016-02-02 10:07:02 PST
Modern IDB: storage/indexeddb/dont-wedge.html sometimes ASSERTs This test uncovers an unhandled race between the main thread trying to get an open operation handled and the server thread actually performing the open. There was already a flag meant to cover this race, and it just needs to be applied to one more site.
Attachments
Patch v1 (3.76 KB, patch)
2016-02-02 10:10 PST, Brady Eidson
thorton: review+
Brady Eidson
Comment 1 2016-02-02 10:10:05 PST
Created attachment 270494 [details] Patch v1
Brady Eidson
Comment 2 2016-02-02 11:31:41 PST
Note You need to log in before you can comment on or make changes to this bug.