GNOME Bugzilla – Bug 762838
Browser plugin crash in NPP_Destroy if tab closed when search box is open
Last modified: 2018-05-22 16:32:17 UTC
* Open some PDFs in Epiphany * Click the search button in one PDF * Close the tab while the search box is still open * WebKitPluginProcess crashes, other tabs show 'plugin failure'
+ Trace 236015
putting crashes on the target list
I haven't been able to reproduce the crash, but I see several critical warnings when closing the tab while the search popover is visible. I've just pushed a patch to fix those warnings. Could you confirm that the crash is also fixed for you?
It's kind of fixed. The plugin process still crashes 100%, but it's a different crash now:
+ Trace 236069
No symbol table info available.
Ignore that last post. Looks like Bugzilla gets very confused if you post two stacktraces in the same post, and merges them together. Here is the plugin process crash:
+ Trace 236070
Then the web process crashes here: ASSERTION FAILED: m_shouldWaitForSyncReplies ../../Source/WebKit2/Platform/IPC/Connection.cpp(757) : void IPC::Connection::connectionDidClose()
+ Trace 236071
(In reply to Michael Catanzaro from comment #0) > * Open some PDFs in Epiphany > * Click the search button in one PDF > * Close the tab while the search box is still open Which tab? Here Evince 3.24 opens each PDF in a separate window. Is there some setting? Or has the application behavior changed? > * WebKitPluginProcess crashes, other tabs show 'plugin failure'
Argh. *Epiphany*, not *Evince*. Please ignore my last comment!
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/evince/issues/658.