Bug 144370 - Deadlock on applications using JSContext on non-main thread
Summary: Deadlock on applications using JSContext on non-main thread
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-04-28 18:56 PDT by Joseph Pecoraro
Modified: 2015-04-28 20:58 PDT (History)
4 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (1.75 KB, patch)
2015-04-28 18:59 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2015-04-28 18:56:52 PDT
* SUMMARY
Deadlock on applications using JSContext without main thread.

For the original case where we made this synchronous we have a suitable SPI workaround (JSRemoteInspectorStart).
Comment 1 Joseph Pecoraro 2015-04-28 18:57:00 PDT
<rdar://problem/20717863>
Comment 2 Joseph Pecoraro 2015-04-28 18:59:07 PDT
Created attachment 251914 [details]
[PATCH] Proposed Fix
Comment 3 WebKit Commit Bot 2015-04-28 20:58:02 PDT
Comment on attachment 251914 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 251914

Committed r183526: <http://trac.webkit.org/changeset/183526>
Comment 4 WebKit Commit Bot 2015-04-28 20:58:06 PDT
All reviewed patches have been landed.  Closing bug.