From owner-freebsd-chromium@FreeBSD.ORG Thu Nov 10 11:01:22 2011 Return-Path: Delivered-To: freebsd-chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E5181106566B for ; Thu, 10 Nov 2011 11:01:22 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-wy0-f172.google.com (mail-wy0-f172.google.com [74.125.82.172]) by mx1.freebsd.org (Postfix) with ESMTP id 76B4A8FC17 for ; Thu, 10 Nov 2011 11:01:22 +0000 (UTC) Received: by wyf28 with SMTP id 28so1057690wyf.17 for ; Thu, 10 Nov 2011 03:01:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=ZLoyKefTCfwl57ThohO7vUZBhtrFNWXXbQYNdmESeAY=; b=anhcFRTb7xUkZnDBtl1wkcUsvLem6dQixHoEAZknDI8Cu5XQYdNiqWHxh6HtxGiE2f QY+FB/U+txRfDfQwg3ytMJvokYf+vfmhIVdntT+sWZq9aJx19AGLyFANBHRtkci3Gd/Z rkRauZ2QymL7EH7qnwUvaG9QrzCHsdW+SAvF8= MIME-Version: 1.0 Received: by 10.180.81.73 with SMTP id y9mr7925092wix.37.1320922881171; Thu, 10 Nov 2011 03:01:21 -0800 (PST) Sender: r.c.ladan@gmail.com Received: by 10.180.83.130 with HTTP; Thu, 10 Nov 2011 03:01:21 -0800 (PST) In-Reply-To: References: Date: Thu, 10 Nov 2011 12:01:21 +0100 X-Google-Sender-Auth: M8lGzFB6iSyihGSNGLXaQ98UeXU Message-ID: From: =?ISO-8859-1?Q?Ren=E9_Ladan?= To: Volodymyr Kostyrko Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-chromium@freebsd.org Subject: Re: current chromium throws Trace/BPT Trap X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Nov 2011 11:01:23 -0000 2011/11/10 Volodymyr Kostyrko : > 2011/11/9 George Liaskos : >> I am not sure if the problem is with the base or chrome... I've added >> Ren=E9, he reported the issue with clang to me. > > This can be base. I have built chrome with gcc46 with same luck, just > now it says `bad address`. Sorry, I have compiled only non-debug > version, so there's all backtrace I can give: > [snip trace] I rebuilt all my ports this week on my laptop because of base/ports openssl conflicts and chose base gcc as the compiler for all ports unless some port insisted on another lang/gcc* version (including chromium). With just CODECS and GCONF, chromium 15.0.874.106 works fine (world and kernel are still built with clang, 9.0-rc2-amd64). I assume you use the default versions for your ports (ok, I have WITHOUT_NOUVEAU defined to make the binary NVidia driver work) Regards, Ren=E9