[Webkit-unassigned] [Bug 49794] [Qt] Strange infinite recursion on MiniBrowser termination

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 19 05:05:23 PST 2010


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


Balazs Kelemen <kbalazs at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hausmann at webkit.org




--- Comment #1 from Balazs Kelemen <kbalazs at webkit.org>  2010-11-19 05:05:23 PST ---
I think the bug is related to plugins that fork. Currently we have no full
plugin support, but in PluginInfoStoreQt.cpp we load the plugin to ask it
about it's capabilities. I found in the debugger that we actually do not unload 
the plugin from the UI process (after calling unload for the PluginPackage we
use, I still see the library through "info shared"). Moreover, there are plugins
that fork from NP_Initialize. Seems like Qt tries to do something nasty with
the forked process?

-- 
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