From owner-freebsd-gecko@freebsd.org Fri Jun 16 05:32:23 2017 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 C14C0BF7026 for ; Fri, 16 Jun 2017 05:32:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id A867070FBA for ; Fri, 16 Jun 2017 05:32:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id A761BBF7025; Fri, 16 Jun 2017 05:32:23 +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 A6F65BF7024 for ; Fri, 16 Jun 2017 05:32:23 +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 952A070FB9 for ; Fri, 16 Jun 2017 05:32:23 +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 v5G5WNLc064693 for ; Fri, 16 Jun 2017 05:32:23 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 220027] www/firefox: crashes on latest head due to jemalloc update Date: Fri, 16 Jun 2017 05:32:22 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: henry.hu.sh@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: 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.23 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2017 05:32:23 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220027 Bug ID: 220027 Summary: www/firefox: crashes on latest head due to jemalloc update Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: gecko@FreeBSD.org Reporter: henry.hu.sh@gmail.com Flags: maintainer-feedback?(gecko@FreeBSD.org) Assignee: gecko@FreeBSD.org jemalloc is updated in base to 5.0 on Jun 15. The result is that firefox crashes minutes after startup, or crashes when doing a measurement in about:memory. The error is: : jemalloc_ctl.c:1212: Failed assertion: "node->nchildren > 0" The reason is that malloc ctl stats.arenas.0.metadata.allocated is renamed = to stats.arenas.0.internal (see https://github.com/jemalloc/jemalloc/commit/a0dd3a4483e2e72ee80e70424a6522f= 873f2c7ff and https://github.com/jemalloc/jemalloc/commit/751f2c332d91209c5ae3234fa444a20= 850067960), while firefox is still checking the old malloc ctl without checking the ret= urn value of mallctlnametomib. One temporary fix is modifying firefox binary and updating the string. Fire= fox should be patched for this. --=20 You are receiving this mail because: You are the assignee for the bug.=