Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jul 2016 05:59:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 211233] www/firefox: frequent crashes
Message-ID:  <bug-211233-21738-z6k9eDDupE@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-211233-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-211233-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211233

Jan Beich <jbeich@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jbeich@FreeBSD.org

--- Comment #12 from Jan Beich <jbeich@FreeBSD.org> ---
> /usr/local/lib/firefox/plugin-container -greomni /usr/local/lib/firefox/o=
mni.ja -appomni /usr/local/lib/firefox/browser/omni.ja -appdir /usr/local/l=
ib/firefox/browser 3188 tab

This is e10s content process and can be confirmed by "Multiprocess Windows"=
 in
about:support. e10s is controlled by browser.tabs.remote.autostart* prefere=
nces
in about:config and currently isn't enabled by default yet[1]. I haven't te=
sted
e10s much on anything but Nightly, 11.0-CURRENT, default options, so it's
possible there're stability issues.

To get a useful stacktraces rebuild www/firefox and all its dependencies wi=
th
debugging symbols either by specifying WITH_DEBUG=3D1 on command line or ad=
ding
something like the following to make.conf

  CFLAGS +=3D -g -O0
  STRIP =3D # emtpy

Otherwise try building vanilla source e.g.,

  $ hg clone https://hg.mozilla.org/releases/mozilla-release/
  $ cd mozilla-release
  $ ./mach bootstrap
  $ nice ./mach build
  $ ./mach run
  $ ./mach run --debug # requires devel/gdb

[1] https://wiki.mozilla.org/Electrolysis#Schedule

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-211233-21738-z6k9eDDupE>