From owner-freebsd-chromium@FreeBSD.ORG Mon Nov 3 19:51:09 2014 Return-Path: Delivered-To: freebsd-chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0CB5CD15 for ; Mon, 3 Nov 2014 19:51:09 +0000 (UTC) Received: from mail-wg0-x236.google.com (mail-wg0-x236.google.com [IPv6:2a00:1450:400c:c00::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9799010E for ; Mon, 3 Nov 2014 19:51:08 +0000 (UTC) Received: by mail-wg0-f54.google.com with SMTP id n12so6582672wgh.27 for ; Mon, 03 Nov 2014 11:51:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=krcTba6eIAyp8kPhOK0T2SZqR3L13jSbmnApPJdmiyk=; b=lJSJNRopiQoSwgSNSjJV1Dk9FyZWDRThMuZzpwxvqWIfNdyjpcbDavzi9q8iws4Ezh cJLKcwjBnRGqPYwVku47xIGxb4WcZPzNjJ2oUoMo+igXh7bPkKqf5GqfNO0TM1vP2sr4 0IayoDr1b8MkkGVj6kNG7mUsfP2wh+E4sXbLemcXAprjMqlCgzlIhkPmeziXmIiEAYbU Ia2Xcipxx8P4sLee/ZDTD1Sfn5ZLISAXOH5wjAVGuTsyTGPPWLqwWLbtZTcHh8hDs5qr tGReVZysCGDyJj6KM28C78tFKYdOc1iaorT5JPuh+iqv00Fa2Qm+xg7G7bx5RcELQdNZ dBOQ== X-Received: by 10.180.212.5 with SMTP id ng5mr4917670wic.50.1415044266534; Mon, 03 Nov 2014 11:51:06 -0800 (PST) Received: from ?IPv6:2001:980:d7ed:1:4197:fa4d:884f:bd8e? ([2001:980:d7ed:1:4197:fa4d:884f:bd8e]) by mx.google.com with ESMTPSA id jw2sm1600331wid.3.2014.11.03.11.51.05 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 03 Nov 2014 11:51:05 -0800 (PST) Sender: =?UTF-8?Q?Ren=C3=A9_Ladan?= Message-ID: <5457DCA8.5010402@freebsd.org> Date: Mon, 03 Nov 2014 20:51:04 +0100 From: =?UTF-8?B?UmVuw6kgTGFkYW4=?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: freebsd-chromium@freebsd.org Subject: Re: Still segfault at start References: <54562C5D.5050603@freebsd.org> <20141102100531.GA5218@lena.kiev> <0242ddfdf4f8ab796793d3f186e60d39@webmail.olejniczak.info> In-Reply-To: <0242ddfdf4f8ab796793d3f186e60d39@webmail.olejniczak.info> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Nov 2014 19:51:09 -0000 On 03-11-2014 19:39, Tomek wrote: > Hi, > > 2 listopada 2014 14:06 - "Ren=C3=A9 Ladan" :: >> 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(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