From owner-freebsd-ports@FreeBSD.ORG Mon Feb 2 16:47:17 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 857311065674 for ; Mon, 2 Feb 2009 16:47:17 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mail-bw0-f21.google.com (mail-bw0-f21.google.com [209.85.218.21]) by mx1.freebsd.org (Postfix) with ESMTP id CDDF78FC21 for ; Mon, 2 Feb 2009 16:47:16 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by bwz14 with SMTP id 14so734841bwz.19 for ; Mon, 02 Feb 2009 08:47:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=u5vKWWJjKKoS4LsHHJcV1Na5nPJ5zmujc2pJ9QOj5Z8=; b=s9mhlwiANms4hstmy2LF026zXQZQMIkutIEgHQOiedMx372bdyHRap1FvjeEQzuMuJ eBlJBp74oCC6zBrJJd7JHPcl07sXEheaaXqT+DAwFgakusoQOuCzDwwPTBr+0VZ9XVy9 1CSf/x1UOPUA/ecm3ll9tFfiMmFo3jvIJIWGY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=mhe2q+YSt5ygyIBrjYajAjykJTlxPve1oYmTBqpIawUDg6nS6yzzVaeOqxfxjAt706 ugqqM/11UwazZjU7Tf0P9HpGB538roJqjpdMhwuwAHBCq1kLkg/RHujdltTsDUsUuEdc W64XXf7LuwqCOs/QvkjYAlbRjiRrl066s+IYg= MIME-Version: 1.0 Received: by 10.181.220.19 with SMTP id x19mr1262636bkq.66.1233593235528; Mon, 02 Feb 2009 08:47:15 -0800 (PST) In-Reply-To: <20090202163808.GA53962@hobbes.ustdmz.roe.ch> References: <20090201104201.8BE301065677@hub.freebsd.org> <200902012330.19988@3667> <20090202163808.GA53962@hobbes.ustdmz.roe.ch> Date: Mon, 2 Feb 2009 08:47:15 -0800 Message-ID: <7d6fde3d0902020847k207ac68ex9b6be48738c13ae6@mail.gmail.com> From: Garrett Cooper To: Alexander Konovalenko , freebsd-ports@freebsd.org, cm@therek.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: firefox[2,3] will not start after recent ports upgrade 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: Mon, 02 Feb 2009 16:47:18 -0000 On Mon, Feb 2, 2009 at 8:38 AM, Daniel Roethlisberger wrote: > Alexander Konovalenko 2009-02-01: >> > From: Daniel Roethlisberger >> >... >> > Could it be the case that firefox-bin hangs in umtxn state? >> >> you're right! >> >> > (Check using ps -laux instead of -aux) >> > > >> > > http://daemon.nanophys.kth.se/~kono/ktrace_ff2.txt >> > > http://daemon.nanophys.kth.se/~kono/ktrace_ff3.txt >> > >> > These trace the wrong process: the wrapper shell script (sh). >> > The actual hanging process would be firefox-bin, not sh. Try >> > ktracing with child processes (-i). >> >> "ktrace -i" showed last line: >> firefox-bin CALL _umtx_op(0x65f8e0,0x8,0x1,0x65f8c0,0) >> >> http://daemon.nanophys.kth.se/~kono/ktrace_ff3_ktrace-i.txt >> >> Do you know which port/lib causing this hang on _umtx_op? > > Unfortunately, no. I have a box with ports tree from around > mid-January on which I was unable to fix this problem. Native > firefox 2 and 3 hung in umtxn state. So I did pkg_delete -a, rm > -rf /usr/local, rebuilt and installed all ports: now the firefox3 > build hangs in umtxn state while running a tool called shlibsign. > No idea how to fix this. I don't want to update the ports tree > to after the unpretty xorg-7.4 changes just yet. > > I suspect the problem may be related to upgrading using > freebsd-update from 7.0 to 7.1, but that's just a wild guess > based on the problem appearing after the upgrade; I did make sure > no old leftover libraries or binaries were still lying around. Have you read UPDATING yet about the libxcb upgrade? Cheers, -Garrett