From owner-freebsd-gecko@freebsd.org Mon Jul 25 05:59:00 2016 Return-Path: Delivered-To: freebsd-gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45674BA4CDA for ; Mon, 25 Jul 2016 05:59:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 2ECA313C1 for ; Mon, 25 Jul 2016 05:59:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 2AA46BA4CD9; Mon, 25 Jul 2016 05:59:00 +0000 (UTC) Delivered-To: gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 280B4BA4CD8 for ; Mon, 25 Jul 2016 05:59:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E10BF13C0 for ; Mon, 25 Jul 2016 05:58:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u6P5wxfl076647 for ; Mon, 25 Jul 2016 05:58:59 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 211233] www/firefox: frequent crashes Date: Mon, 25 Jul 2016 05:59:00 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: crash, needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Overcome By Events X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? merge-quarterly? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jul 2016 05:59:00 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211233 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jbeich@FreeBSD.org --- Comment #12 from Jan Beich --- > /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.=