Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 Nov 2014 15:17:50 +0100
From:      =?windows-1252?Q?Ren=E9_Ladan?= <rene@freebsd.org>
To:        freebsd-chromium@freebsd.org
Subject:   Re: Still segfault at start
Message-ID:  <5458E00E.6010008@freebsd.org>
In-Reply-To: <36593714051f36274387c822a86dc293@webmail.olejniczak.info>
References:  <5458898A.3030306@freebsd.org> <54562C5D.5050603@freebsd.org> <20141102100531.GA5218@lena.kiev> <0242ddfdf4f8ab796793d3f186e60d39@webmail.olejniczak.info> <36593714051f36274387c822a86dc293@webmail.olejniczak.info>

next in thread | previous in thread | raw e-mail | index | archive | help
On 04-11-2014 15:08, Tomek wrote:
> Hi,
>
>> Adding -fno-omit-frame-pointer to www/chromium/Makefile gives a build
>> error in poudriere:
>> ../../third_party/ffmpeg/libavcodec/x86/mpegaudiodsp.c:84:5: error:
>> 'asm' operand has impossible constraints
>> __asm__ volatile(
>> ^
>>
>> or did you add this flag to devel/libexecinfo/Makefile?
> I've added it to www/chromium Makefile:
> CFLAGS+= -fno-stack-protector -fno-omit-frame-pointer -isystem${LOCALBASE}/include
>
> And I didn't get this error... My build is on:
> FreeBSD fbsd84 8.4-RELEASE FreeBSD 8.4-RELEASE #0 r251259: Sun Jun 2 21:26:57 UTC 2013
> root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
Hm, maybe a 32 vs 64 bit issue. I'll try conditionally zeroing out the
result value in libexecinfo as you described, but I only have 32-bits
VMs to test with (my physical CPU misses required VT-x) and all hosts
run 10.0.

Regards,
René




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5458E00E.6010008>