[Webkit-unassigned] [Bug 9841] flash player plug-in is crashing in WebView

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 18 13:09:57 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=9841





------- Comment #20 from ap at webkit.org  2007-02-18 13:09 PDT -------
The attached application would crash just because it spawns a secondary thread
that calls WebKit methods - WebKit is not safe to call from threads other than
the main one.

However, removing the secondary thread doesn't resolve the problem. I suspect
that it may be caused by the application pre-loading the Flash plugin - I have
no reason to believe that this is safe to do. If there is a WebKit problem
here, it should be as easily reproducible without a
Flash_DisableLocalSecurity() call anyway.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list