From owner-freebsd-chromium@FreeBSD.ORG Tue Nov 4 05:02:16 2014 Return-Path: Delivered-To: chromium@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D3F3BC87 for ; Tue, 4 Nov 2014 05:02:16 +0000 (UTC) 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 A171FE64 for ; Tue, 4 Nov 2014 05:02:16 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sA452GG8021475 for ; Tue, 4 Nov 2014 05:02:16 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: chromium@FreeBSD.org Subject: [Bug 193610] www/chromium 37.0.2062.120_1 Bus error (core dumped) Date: Tue, 04 Nov 2014 05:02:16 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ctyz1999+bugzilla@gmail.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: chromium@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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-chromium@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Nov 2014 05:02:16 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D193610 --- Comment #27 from Craig Wiesen --- (In reply to Craig Wiesen from comment #26) > I updated to the latest/recent www/chromium=20 >=20 > head Makefile > # Created by: Florent Thoumie > # $FreeBSD: head/www/chromium/Makefile 371649 2014-10-28 21:03:30Z rene $ >=20 > PORTNAME=3D chromium > PORTVERSION=3D 38.0.2125.111 >=20 >=20 >=20 >=20 >=20 > and changed the > Makefile to add -fno-omit-frame-pointer to CFLAGS >=20 >=20 > diff -u ../chromium.372094/Makefile Makefile > --- ../chromium.372094/Makefile 2014-11-03 00:30:00.023797054 -0600 > +++ Makefile 2014-11-03 22:28:28.743818562 -0600 > @@ -13,7 +13,7 @@ > LICENSE=3D BSD3CLAUSE LGPL21 MPL > LICENSE_COMB=3D multi >=20=20 > -CFLAGS+=3D -fno-stack-protector -isystem${LOCALBASE}/include > +CFLAGS+=3D -fno-omit-frame-pointer -fno-stack-protector > -isystem${LOCALBASE}/include >=20=20 > BUILD_DEPENDS=3D ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf \ > bash:${PORTSDIR}/shells/bash \ >=20 >=20 > compiled chromium with gcc4.8 (default) in poudriere. > and it appears to start. >=20 >=20 > I found this message > https://lists.freebsd.org/pipermail/freebsd-chromium/2014-November/001737. > html >=20 >=20 > referencing a bug in execinfo compile flags, and just tried doing the sam= e. >=20 > Any others care to try and see if it helps them? from the about screen Version 38.0.2125.111 (290379) (64-bit) And the damn thing doesn't drop core on exit! I think Lawrence Chen led us to a good place. --=20 You are receiving this mail because: You are the assignee for the bug.=