Bug 105215 - [BlackBerry] Deadlock caused by PluginViewPrivate::destroyBuffers()
Summary: [BlackBerry] Deadlock caused by PluginViewPrivate::destroyBuffers()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit BlackBerry (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-17 13:59 PST by Yong Li
Modified: 2012-12-17 14:44 PST (History)
4 users (show)

See Also:


Attachments
the patch (shrink the mutex locking scope) (2.16 KB, patch)
2012-12-17 14:06 PST, Yong Li
rwlbuis: review+
Details | Formatted Diff | Diff
updated to commit (2.20 KB, patch)
2012-12-17 14:26 PST, Yong Li
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yong Li 2012-12-17 13:59:57 PST
We've seen Deadlock caused by PluginViewPrivate::destroyBuffers locking mutexex ans sending sync message at the same time.
Comment 1 Yong Li 2012-12-17 14:06:01 PST
Created attachment 179798 [details]
the patch (shrink the mutex locking scope)
Comment 2 Rob Buis 2012-12-17 14:09:45 PST
Comment on attachment 179798 [details]
the patch (shrink the mutex locking scope)

LGTM.
Comment 3 Yong Li 2012-12-17 14:26:05 PST
Created attachment 179802 [details]
updated to commit
Comment 4 WebKit Review Bot 2012-12-17 14:44:33 PST
Comment on attachment 179802 [details]
updated to commit

Clearing flags on attachment: 179802

Committed r137949: <http://trac.webkit.org/changeset/137949>
Comment 5 WebKit Review Bot 2012-12-17 14:44:36 PST
All reviewed patches have been landed.  Closing bug.