From owner-freebsd-chromium@FreeBSD.ORG Sun Nov 2 13:06:42 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 9A1BB92E for ; Sun, 2 Nov 2014 13:06:42 +0000 (UTC) Received: from mail-wg0-x229.google.com (mail-wg0-x229.google.com [IPv6:2a00:1450:400c:c00::229]) (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 31594277 for ; Sun, 2 Nov 2014 13:06:42 +0000 (UTC) Received: by mail-wg0-f41.google.com with SMTP id k14so9337891wgh.28 for ; Sun, 02 Nov 2014 05:06:40 -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=ENLCDdVVn5XDF2DZfupz5npWGYGZhtSvioBhLUdfDic=; b=nl3bR4qVA1qkWHkZe5ru6Hmlu+Z4CavLL4JwOEvXWNpzEjsRBxaXY54YX9GiF0Kxnf pu8nSdUwm1ogpjbFCX0vO6/gCBPv8SopbaChSQ7javeKgyuzqMaKgPxbPpejBgdqnMEc 1Lzq2QCxmYNsL33ye2gjcZUIteqFHpeO+w1nj9QO4jCkkoyLsbmAOLkcqahG1KdyMEiV 2FLaxhwoYVIeOmFzAhb0t4c3LJdQAXJ4AsTP4VZLI7uD+NkIzD1KkAf37NjJbbZu4hsa qjl8VCB1w+knsdJz5jVLqQdk1f3AeWHhBUSV5nUz4ZdNLeUUBovwMQum+ZdbiCUvOGed XMRA== X-Received: by 10.180.219.106 with SMTP id pn10mr9745811wic.63.1414933600364; Sun, 02 Nov 2014 05:06:40 -0800 (PST) Received: from ?IPv6:2001:980:d7ed:1:e978:f62c:f9bb:7781? ([2001:980:d7ed:1:e978:f62c:f9bb:7781]) by mx.google.com with ESMTPSA id ny6sm5129891wic.22.2014.11.02.05.06.39 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 02 Nov 2014 05:06:39 -0800 (PST) Sender: =?UTF-8?Q?Ren=C3=A9_Ladan?= Message-ID: <54562C5D.5050603@freebsd.org> Date: Sun, 02 Nov 2014 14:06:37 +0100 From: =?windows-1252?Q?Ren=E9_Ladan?= 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: <20141102100531.GA5218@lena.kiev> In-Reply-To: <20141102100531.GA5218@lena.kiev> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit 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: Sun, 02 Nov 2014 13:06:42 -0000 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=/usr/local/lib/gcc48 chrome --ssl-version-min=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 > #2 0x08729104 in std::vector >::_M_range_insert<__gnu_cxx::__normal_iterator > > > () > #3 0x089baef2 in std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >::erase () > #4 0x088e558f in std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >::_M_insert_unique_ const&> () > #5 0x088e4ba4 in std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >::_M_insert_unique_ const&> () > #6 0x34fa7b30 in ?? () > #7 0xbfbfdd50 in ?? () > #8 0x00000000 in ?? () > (gdb) I could reproduce this crash in an 8.4-i386 VM. Just wondering, what happens if you rebuild chromium without GCC at all (replacing USES=compiler:c++11-lib by a hardcoded BUILD_DEPENDS=clang33:${PORTSDIR}/lang/clang33 ) ? Regards, René