From owner-freebsd-ports@FreeBSD.ORG Thu Jun 7 19:55:58 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 942FA106566C for ; Thu, 7 Jun 2012 19:55:58 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 501198FC08 for ; Thu, 7 Jun 2012 19:55:58 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id q57JtbZ9055612; Thu, 7 Jun 2012 13:55:37 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id q57JtbEP055609; Thu, 7 Jun 2012 13:55:37 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Thu, 7 Jun 2012 13:55:37 -0600 (MDT) From: Warren Block To: Niclas Zeising In-Reply-To: <4FD0D0BB.5020509@daemonic.se> Message-ID: References: <4FD0D0BB.5020509@daemonic.se> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Thu, 07 Jun 2012 13:55:37 -0600 (MDT) Cc: ports@freebsd.org Subject: Re: Firefox 13 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jun 2012 19:55:58 -0000 On Thu, 7 Jun 2012, Niclas Zeising wrote: > On 2012-06-07 17:47, Warren Block wrote: >> Yesterday, Firefox 13 built and installed quickly. It was just the >> running part that did not go so well. Coredumps on start, it would >> start with add-ons disabled, but then coredump while typing a URL, or >> sometimes a few seconds later. Rebuilding everything Firefox depends on >> did not make any difference. >> >> Firefox 12 builds and runs fine, as do Chromium and xxxterm. >> >> This is on 9-stable from yesterday, amd64. The next step is to build >> with debug symbols; I was hoping the problem would have been experienced >> by someone else by now. Any ideas? > > Which compiler did you use, clang or gcc, and if gcc, which version? > Regards! gcc46, and I do have CPUTYPE?=native in make.conf... Interesting! Built without CPUTYPE set, Firefox seems fine. Compiler bug?