Still segfault at start
René Ladan
rene at freebsd.org
Tue Nov 4 14:17:53 UTC 2014
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 at 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é
More information about the freebsd-chromium
mailing list