Bug 93469

Summary: [BlackBerry] Race condition in plugin shutdown and restart
Product: WebKit Reporter: George Staikos <staikos>
Component: WebKit BlackBerryAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: tonikitoo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description George Staikos 2012-08-08 05:45:18 PDT
It's possible to use an unload(ing/ed) plugin if we happen to re-instantiate just before the unload timer fires.  Guard against that happening.

Note: this seems to be a cross-platform bug in the sense that all ports have ported the same bug.

Two of us have been unsuccessful in making a testcase for this but it does happen with some (random) frequency.
Comment 1 George Staikos 2012-08-08 11:47:18 PDT
In retrospect, seems like it may be a bug in the plugin.