From owner-freebsd-gecko@FreeBSD.ORG Wed Jul 1 18:57:27 2009 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73947106564A for ; Wed, 1 Jul 2009 18:57:27 +0000 (UTC) (envelope-from gcr@tharned.org) Received: from roadkill.tharned.org (roadkill.tharned.org [75.145.12.185]) by mx1.freebsd.org (Postfix) with ESMTP id 3819E8FC1E for ; Wed, 1 Jul 2009 18:57:27 +0000 (UTC) (envelope-from gcr@tharned.org) Received: from roadkill.tharned.org (11008@roadkill.tharned.org [75.145.12.185]) (authenticated bits=0) by roadkill.tharned.org (8.14.3/8.14.3) with ESMTP id n61IUh0a076289 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 1 Jul 2009 13:30:46 -0500 (CDT) (envelope-from gcr@tharned.org) Date: Wed, 1 Jul 2009 13:30:43 -0500 (CDT) From: Greg Rivers To: gecko@FreeBSD.org Message-ID: 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 succeeded SMTP AUTH, not delayed by milter-greylist-4.2.2 (roadkill.tharned.org [75.145.12.185]); Wed, 01 Jul 2009 13:30:47 -0500 (CDT) Cc: Subject: Firefox 3.5: Mutex init failure: Invalid argument X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2009 18:57:27 -0000 The new www/firefox35 port builds fine on both 7.2-STABLE and 8.0-CURRENT (i386), but seg faults upon execution: $ firefox3 -v Mozilla Firefox 3.5, Copyright (c) 1998 - 2009 mozilla.org $ firefox3 -safe-mode Mutex init failure: Invalid argument Segmentation fault $ firefox3 Mutex init failure: Invalid argument Segmentation fault It runs ok with command line options -v or -h, but seg faults otherwise; it does not leave a core file. The result is the same with or without OPTIMIZED_CFLAGS, and with or without the sem(4) kernel module loaded. I tried moving ~/.mozilla out of the way temporarily, but that doesn't help either. -- Greg Rivers