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+

Description Brady Eidson 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.
Comment 1 Brady Eidson 2016-02-02 10:10:05 PST
Created attachment 270494 [details]
Patch v1
Comment 2 Brady Eidson 2016-02-02 11:31:41 PST
http://trac.webkit.org/changeset/196021