Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 Nov 2014 04:40:07 +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-AyZyfCIK84@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=193610

--- Comment #26 from Craig Wiesen <ctyz1999+bugzilla@gmail.com> ---
I updated to the latest/recent www/chromium 

head Makefile
# Created by: Florent Thoumie <flz@FreeBSD.org>
# $FreeBSD: head/www/chromium/Makefile 371649 2014-10-28 21:03:30Z rene $

PORTNAME=    chromium
PORTVERSION=    38.0.2125.111





and changed the
Makefile to add -fno-omit-frame-pointer to CFLAGS


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=    BSD3CLAUSE LGPL21 MPL
 LICENSE_COMB=    multi

-CFLAGS+=    -fno-stack-protector -isystem${LOCALBASE}/include
+CFLAGS+=    -fno-omit-frame-pointer -fno-stack-protector
-isystem${LOCALBASE}/include

 BUILD_DEPENDS=    ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf \
         bash:${PORTSDIR}/shells/bash \


compiled chromium with gcc4.8 (default) in poudriere.
and it appears to start.


I found this message
https://lists.freebsd.org/pipermail/freebsd-chromium/2014-November/001737.html


referencing a bug in execinfo compile flags, and just tried doing the same.

Any others care to try and see if it helps them?

-- 
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-AyZyfCIK84>