From owner-freebsd-gecko@FreeBSD.ORG Sun Apr 7 12:29:19 2013 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E21D250C for ; Sun, 7 Apr 2013 12:29:19 +0000 (UTC) (envelope-from jbeich@tormail.org) Received: from outgoing.tormail.org (outgoing.tormail.org [82.221.96.22]) by mx1.freebsd.org (Postfix) with ESMTP id A3921A28 for ; Sun, 7 Apr 2013 12:29:19 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=internal.tormail.org) by outgoing.tormail.org with esmtp (Exim 4.72) (envelope-from ) id 1UOoid-0004VR-7h; Sun, 07 Apr 2013 16:29:12 +0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tormail.org; s=tm; h=Message-Id:X-TorMail-User:Content-Type:MIME-Version:References:Date:In-Reply-To:Subject:Cc:To:From; bh=DD/2O+TlmshmqwJ593p9cZvbh0gOhKSUzok+LZ4gNPM=; b=gowkMP5K51Od9y96So7cn/XHrfkzrYmDx3erFUWgGTHeDO5dSJmXemKU4uEcAHpMAvWHuHQdLXEjyM2jH+WMpRtear7nEtNS6yN9qiJdLIAsELVrBqG0G6n2o74g/BF9ZsfP/ntrlfQwMHfHE3VrslerlVMLGUjJv4hy+Ifv/sk=; Received: from jbeich by internal.tormail.org with local (Exim 4.63) (envelope-from ) id 1UOogQ-0003uy-Ka; Sun, 07 Apr 2013 12:26:57 +0000 From: Jan Beich To: Jim Crigler Subject: Re: Firefox 20.0 crashing In-Reply-To: <20130407025505.GA14673@crigslap2.bellsouth.net> (Jim Crigler's message of "Sat, 6 Apr 2013 22:55:05 -0400") Date: Sun, 07 Apr 2013 02:27:36 -1000 References: <20130407025505.GA14673@crigslap2.bellsouth.net> MIME-Version: 1.0 Content-Type: text/plain X-TorMail-User: jbeich Message-Id: <1UOogQ-0003uy-Ka@internal.tormail.org> Cc: gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Apr 2013 12:29:19 -0000 Jim Crigler writes: > Hi. I just upgraded firefox from ports, and it starts, shows 2 tabs (my > home tab and the welcome to the new version tab), but crashes before > displaying anything. Per the install message, here are my outputs: > > crigslap2 [1011] uname -a ~ > FreeBSD crigslap2.bellsouth.net 9.1-STABLE FreeBSD 9.1-STABLE #4: Fri > Feb 15 23:51:26 EST 2013 > root@crigslap2.bellsouth.net:/usr/obj/usr/src/sys/GENERIC i386 Make sure you have r247156. It's an i386 regression in clang 3.2 fixed promptly after update on /stable/9. With development branches only their tip is supported e.g., not the period between 2013-01-14 and 2013-02-22. To fix the crash either: - build firefox with another compiler (gcc46, gcc47) - update base and rebuild firefox - apply only the clang fix[1] and rebuild firefox [1] $ cd /usr/src $ svn di -c247156 svn://svn.freebsd.org/base | patch -p2 $ make -C lib/clang $ make all install -C usr.bin/clang/clang -- same issue reported by other people: http://lists.freebsd.org/pipermail/freebsd-gecko/2013-February/003107.html http://lists.freebsd.org/pipermail/freebsd-ports/2013-February/081567.html