From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AC210138629 for ; Wed, 23 Jan 2013 15:52:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1958521C0BE; Wed, 23 Jan 2013 15:52:29 +0000 (UTC) Received: from mail-da0-f51.google.com (mail-da0-f51.google.com [209.85.210.51]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7A17521C058 for ; Wed, 23 Jan 2013 15:52:27 +0000 (UTC) Received: by mail-da0-f51.google.com with SMTP id i30so3872090dad.10 for ; Wed, 23 Jan 2013 07:52:26 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding:x-gm-message-state; bh=2WBbeHzbH3CGAUVVDpX1r/3fVORBkBZkPUklcZ5V1Uo=; b=EE+uHt/rxIE4RJlwhE59TDC4ef38k9brb65sRrHdomZqdVN26p0TM8FUUOb/kB5XEf W3NUBKfd/8g+ggQ4VImtCf8O/Rf+p85Dg9qYc67EHyzPEfXXNdRxYapU7EGdFYq/wHo0 /+8tkj7p1oUq8mygm2jjhW7VNWRC8+VqbGTVZK15/BKrYWCbVaj9uTRKHqHeo7iycQbc O2kGIHwmJq/ZBXKQ6k4u2LnF2A269oZePBXPLCniCjFIW8sxbZLVqcJOGJ8Wricfl8Ak jmUcTlNZ7g/0nrkNR52Er4O0UlzAGGms6xKeprNVTHTz0mwE2kD+uQYqldMCm+x6TGi8 C37w== X-Received: by 10.68.203.129 with SMTP id kq1mr4820956pbc.30.1358956346200; Wed, 23 Jan 2013 07:52:26 -0800 (PST) Received: from [192.168.0.4] ([123.201.39.77]) by mx.google.com with ESMTPS id v2sm13763925paz.36.2013.01.23.07.52.23 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 23 Jan 2013 07:52:25 -0800 (PST) Message-ID: <51000735.3060103@nileshgr.com> Date: Wed, 23 Jan 2013 21:22:21 +0530 From: Nilesh Govindrajan User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130120 Thunderbird/17.0.2 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: Gentoo User Mailing List Subject: [gentoo-user] libv8 segfault Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQloh944QppItNuV0ofGp8FuYynYfAelrJGjIFBbDqklbxB7pzqHZV/i7t4NY1Vw3cHhOfDu X-Archives-Salt: 3baef32e-dd5f-4566-aad7-8254cf9ba35a X-Archives-Hash: af78b2c9a98af6ef655d0a713af4bee1 I tried compiling all versions of chromium (-O3, but it always worked previously) & v8 (tried -O3 & -O2 too) but it always segfaults when I try to open the settings page. CrRendererMain[6059]: segfault at 500000000 ip 00007f0d0834970c sp 00007fff71d91a60 error 4 in libv8.so.3.15.11[7f0d08181000+45d000] Quite interestingly, the binary version of chrome works without hitches, which I don't want to run because I'm a little paranoid about it ;-) And that also means that there is no hardware fault. dev-lang/v8-3.15.11.5 www-client/chromium-24.0.1312.56 (I'm at present using the google chrome beta, but chromium 25 doesn't work either). Flags: CFLAGS="-O3 -march=core2 -mtune=core2 -msse -msse2 -mssse3 -mmmx -pipe" CXXFLAGS="${CFLAGS}" LDFLAGS="-Wl,-O1 -Wl,--as-needed" Just replace that O3 with O2 for v8. Anybody knows what's going on here? -- Nilesh Govindarajan http://nileshgr.com