[Bug 211233] www/firefox: frequent crashes

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jul 24 07:46:48 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211233

Martin Birgmeier <la5lbtyi at aon.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Closed                      |New
         Resolution|Overcome By Events          |---

--- Comment #9 from Martin Birgmeier <la5lbtyi at aon.at> ---
Some more analysis...

A new tab shows the top sites in a 5x3 preview grid. It seems that if for at
least one site a preview is not available, a plugin-container process is being
spawned which then crashes.

The plugin-container is started as follows:

/usr/local/lib/firefox/plugin-container -greomni /usr/local/lib/firefox/omni.ja
-appomni /usr/local/lib/firefox/browser/omni.ja -appdir
/usr/local/lib/firefox/browser 3188 tab

3188 is the PID of the firefox main process.

Whenever such a plugin-container is killed, the following lines are added to
.xsession-errors:

(process:12117): GLib-CRITICAL **: g_path_get_basename: assertion 'file_name !=
NULL' failed

###!!! [Parent][MessageChannel] Error:
(msgtype=0x2C0076,name=PBrowser::Msg_Destroy) Channel error: cannot send/recv

So most likely the two processes - firefox and plugin-container - exchange some
information, with the plugin-container ultimately running out of memory and
crashing.

More info: plugin-container works fine for icedtea-web - I can start Java
plugins without a problem.

-- Martin

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-gecko mailing list