Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Nov 2014 20:51:04 +0100
From:      =?UTF-8?B?UmVuw6kgTGFkYW4=?= <rene@freebsd.org>
To:        freebsd-chromium@freebsd.org
Subject:   Re: Still segfault at start
Message-ID:  <5457DCA8.5010402@freebsd.org>
In-Reply-To: <0242ddfdf4f8ab796793d3f186e60d39@webmail.olejniczak.info>
References:  <54562C5D.5050603@freebsd.org> <20141102100531.GA5218@lena.kiev> <0242ddfdf4f8ab796793d3f186e60d39@webmail.olejniczak.info>

next in thread | previous in thread | raw e-mail | index | archive | help
On 03-11-2014 19:39, Tomek wrote:
> Hi,
>
> 2 listopada 2014 14:06 - "Ren=C3=A9 Ladan" <rene@freebsd.org>::
>> On 02-11-2014 11:05, Lena@lena.kiev.ua wrote:
>>
>>> 8.4 i386, one more newer version 38.0.2125.111 from
>>> pkg.FreeBSD.org/freebsd:8:x86:32 - at start
>>> this time a window frame didn't appear, again segfault:
>>>
>>> (deleted ~/.config/chromium, ~/.cache/chromium, ~/.pki)
>>> ~ $ LD_LIBRARY_PATH=3D/usr/local/lib/gcc48 chrome --ssl-version-min=3D=
tls1
>>> Segmentation fault (core dumped)
>>> ~ $ gdb /usr/local/share/chromium/chrome chrome.core
>>> ...
>>> (gdb) bt
>>> #0 0x2dde2f37 in getframeaddr () from /usr/local/lib/libexecinfo.so.1=

>>> #1 0x2dddeb21 in backtrace () from /usr/local/lib/libexecinfo.so.1
> The problem lies in backtrace from execinfo - in stack_trace_posix.cc l=
ine 751:
> count_ =3D base::saturated_cast<size_t>(backtrace(trace_, arraysize(tra=
ce_)));
>
> The solution is either comment it out and return 0 or add -fno-omit-fra=
me-pointer
> in CFLAGS in port Makefile.
>
> I've tested it on FreeBSD 8.4 in VirtualBox. Can anybody test it also?
Thanks for the information. I'll try adding the flag (there does not
seem to be a bundled execinfo). it might fix Chromium on 9.X too.
> This is not really a chromium problem - it is broken execinfo...
So Chromium is one of the few ports that is affected by it...

Regards,
Ren=C3=A9




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5457DCA8.5010402>