Bug 124407
Summary: | WebKitPluginProcess crashes on page reload/change if an NPAPI plugin is loaded | ||
---|---|---|---|
Product: | WebKit | Reporter: | Christian <cf> |
Component: | Plug-ins | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | cf, p.jacquemart |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Linux |
Christian
Loading a page with a NPAPI-plugin results in WebKit calling NPP_New() etc. When leaving the page an NPP_Destroy() is called, but during this call the WebKitPluginProcess crashes with a general protection error.
I have tested with multiple NPAPI-plugins with the same result. I have even tested with an "empty" dummy plugin.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Christian
This bug is invalid since the crash was related to some of smaller local modifications.