Bug 158434 - [Win][IndexedDB] Crash when running worker test.
Summary: [Win][IndexedDB] Crash when running worker test.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Per Arne Vollan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-06 13:05 PDT by Per Arne Vollan
Modified: 2016-06-07 05:43 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.08 KB, patch)
2016-06-06 13:13 PDT, Per Arne Vollan
achristensen: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Per Arne Vollan 2016-06-06 13:05:08 PDT
The test storage/indexeddb/modern/blob-simple-workers.html makes DumpRenderTree crash under SerializedScriptValue::writeBlobsToDiskForIndexedDBSynchronously() because RunLoop::main() returns nullptr.
Comment 1 Per Arne Vollan 2016-06-06 13:13:42 PDT
Created attachment 280622 [details]
Patch
Comment 2 Per Arne Vollan 2016-06-07 05:42:55 PDT
Thanks for reviewing :)
Comment 3 Per Arne Vollan 2016-06-07 05:43:53 PDT
Committed r201748: <https://trac.webkit.org/changeset/201748>