Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 Nov 2014 05:02:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        chromium@FreeBSD.org
Subject:   [Bug 193610] www/chromium 37.0.2062.120_1 Bus error (core dumped)
Message-ID:  <bug-193610-28929-pj9zFFBy61@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-193610-28929@https.bugs.freebsd.org/bugzilla/>
References:  <bug-193610-28929@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=3D193610

--- Comment #27 from Craig Wiesen <ctyz1999+bugzilla@gmail.com> ---
(In reply to Craig Wiesen from comment #26)
> I updated to the latest/recent www/chromium=20
>=20
> head Makefile
> # Created by: Florent Thoumie <flz@FreeBSD.org>
> # $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.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193610-28929-pj9zFFBy61>