From owner-freebsd-stable@FreeBSD.ORG Sun Dec 26 18:15:57 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 619E316A4CE; Sun, 26 Dec 2004 18:15:57 +0000 (GMT) Received: from out009.verizon.net (out009pub.verizon.net [206.46.170.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE8CB43D2D; Sun, 26 Dec 2004 18:15:56 +0000 (GMT) (envelope-from mi@corbulon.video-collage.com) Received: from corbulon.video-collage.com ([151.204.231.237]) by out009.verizon.netESMTP <20041226181556.RVUX24088.out009.verizon.net@corbulon.video-collage.com>; Sun, 26 Dec 2004 12:15:56 -0600 Received: from corbulon.video-collage.com (mi@localhost.video-collage.com [127.0.0.1])iBQIFdve041870 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 26 Dec 2004 13:15:39 -0500 (EST) (envelope-from mi@corbulon.video-collage.com) Received: (from mi@localhost)iBQIFd7o041869; Sun, 26 Dec 2004 13:15:39 -0500 (EST) (envelope-from mi) From: Mikhail Teterin Message-Id: <200412261815.iBQIFd7o041869@corbulon.video-collage.com> To: marcus@marcuscom.com (Joe Marcus Clarke) Date: Sun, 26 Dec 2004 13:15:39 -0500 (EST) In-Reply-To: <1104007062.13684.38.camel@shumai.marcuscom.com> X-Mailer: ELM [version 2.5 PL7] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamd / ClamAV version devel-20040615, clamav-milter version 0.73a on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 X-Authentication-Info: Submitted using SMTP AUTH at out009.verizon.net from [151.204.231.237] at Sun, 26 Dec 2004 12:15:49 -0600 cc: gnome@freebsd.org cc: stable@freebsd.org Subject: Re: mozilla hangs on startup after -stable upgrade X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 18:15:57 -0000 > This is a fairly FAQ. It can be caused by aggressive optimizations > (e.g. unroll-loops), or by font problems (i.e. try running fc-cache -f > -v). If you've compiled using default CFLAGS and CXXFLAGS, and your > fontconfig cache is okay, try running mozilla -g, and see where it's > crashing. But I did not recompile mozilla initially! Nor any of the ports, for that matter. All I did was rebuilt world -- with `-O -march=pentiumpro -pipe', just as the previous world rebuild was done in September, when no ports broke. Was there some subtle change in, say, threading libraries? Mozilla -- neither the old 1.4.2, nor the newly rebuilt 1.7.5 -- is not crashing. According to ktrace/kdump, mozilla-bin keeps making syscalls. Just no GUI ever appears :-(. But when I finally kill it, it even removes the lock symlink on its way out. Thanks, -mi