[Webkit-unassigned] [Bug 85138] Plugins are killed after 45 seconds if showing keychain "Allow/Deny" dialog

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 30 13:09:25 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=85138





--- Comment #2 from Rudi Sherry <rsherry at adobe.com>  2012-04-30 13:09:25 PST ---
I don't think it's the same as bug 83829.  In that one, our plugin is calling runModalWithDialog: which (in the webkit swizzling could) should trigger the hang-timeout suspension; I don't know why it does not.

In this one, calls into the Mac OS X Security framework don't actually call runModalWithDialog.  They communicate with a special-purpose process that deals with the keychain and shows that dialog (maybe for security reasons, since it's OS code I don't know).  The plugin process is deep within the Security framework, on a mach wait.

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



More information about the webkit-unassigned mailing list