From owner-freebsd-chromium@FreeBSD.ORG Mon Oct 14 10:06:53 2013 Return-Path: Delivered-To: chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 31837C6A for ; Mon, 14 Oct 2013 10:06:53 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-ea0-x231.google.com (mail-ea0-x231.google.com [IPv6:2a00:1450:4013:c01::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BD85228CF for ; Mon, 14 Oct 2013 10:06:52 +0000 (UTC) Received: by mail-ea0-f177.google.com with SMTP id f15so3179455eak.8 for ; Mon, 14 Oct 2013 03:06:51 -0700 (PDT) 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=RLMr1gacgFby43bqyQYQU0+IG1qtw3k1LMI402/dU5Q=; b=YLtK3zdTntE4t18fYBsucB6dxrlp5T/IuurD1/JFV+X/BpAHOSEIH+XgOHWhBY4Qna AbAaafHrKkOnjIdhmpcDBL8DmpAXWuSAMElRJS3//oS6Eli4uJ2qey/nL8bzE964BqW2 X10927Mb+i9oVdvH1Ha8wL4LLaAEHVZekShcWRKntfTsqzbDPdoSzBQB7JT73jfGOFa6 Hsh28L9z3Q/5sku6eVXfkVRXwBaU+t/nwtK3Rpo+6svqgMAf8B4PA/Gc1YorFl5XMlLN CEajeslXIOcdVtyjHsO5UDC3Ina1sNSgEQgUAL5UkrfMGQsNS7+mx5FQzKwBhVCEY6eE 3y3A== X-Received: by 10.15.91.3 with SMTP id r3mr50477392eez.4.1381745211151; Mon, 14 Oct 2013 03:06:51 -0700 (PDT) Received: from ?IPv6:2001:980:d7ed:1:6df8:bc3:f06c:61c5? ([2001:980:d7ed:1:6df8:bc3:f06c:61c5]) by mx.google.com with ESMTPSA id z12sm151499575eev.6.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 14 Oct 2013 03:06:50 -0700 (PDT) Sender: =?UTF-8?Q?Ren=C3=A9_Ladan?= Message-ID: <525BC237.40802@freebsd.org> Date: Mon, 14 Oct 2013 12:06:47 +0200 From: =?ISO-8859-1?Q?Ren=E9_Ladan?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Larry Rosenman , chromium@FreeBSD.org Subject: Re: Chromium/FreeBSD 11, no content? References: In-Reply-To: X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Oct 2013 10:06:53 -0000 On 14-10-2013 04:34, Larry Rosenman wrote: > and gcc built chrome segfaults immediately :( > Some things to check: - What are the other options set to? - What is your architecture? - Do you have any plugins installed? - What happens if you move ~/.config/chromium and ~/.cache/chromium out of the way? - Do you have the devel/libexecinfo port installed? You won't need it for chromiium if libexecinfo is present in base (as /usr/include/execinfo.h and /usr/lib/libexecinfo.*) For me chromium seems to run fine (including YouTube/flash and multiple tabs) on FreeBSD 10-alpha5-i386 with the default options. René > > On Sun, 13 Oct 2013, Larry Rosenman wrote: > >> Building chromium Path: . >> Working Copy Root Path: /usr/ports >> URL: svn://svn.freebsd.org/ports/head >> Relative URL: ^/head >> Repository Root: svn://svn.freebsd.org/ports >> Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 >> Revision: 330271 >> Node Kind: directory >> Schedule: normal >> Last Changed Author: zi >> Last Changed Rev: 330271 >> Last Changed Date: 2013-10-13 19:17:24 -0500 (Sun, 13 Oct 2013) >> and when I go to ANY web page, I do NOT get the HTML rendered. >> >> This was built with the system standard CLANG. >> >> I'm trying rebuilding with GCC, but.... >> >> Ideas on how to debug? >> >> >> >