From owner-freebsd-ports@FreeBSD.ORG Sat Jan 31 11:50:04 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 2D66F106564A for ; Sat, 31 Jan 2009 11:50:04 +0000 (UTC) (envelope-from kono@kth.se) Received: from smtp-1.sys.kth.se (smtp-1.sys.kth.se [130.237.32.175]) by mx1.freebsd.org (Postfix) with ESMTP id DDC8A8FC18 for ; Sat, 31 Jan 2009 11:50:03 +0000 (UTC) (envelope-from kono@kth.se) Received: from localhost (localhost [127.0.0.1]) by smtp-1.sys.kth.se (Postfix) with ESMTP id 4F9CF1561AB for ; Sat, 31 Jan 2009 12:17:24 +0100 (CET) X-Virus-Scanned: by amavisd-new at kth.se Received: from smtp-1.sys.kth.se ([127.0.0.1]) by localhost (smtp-1.sys.kth.se [127.0.0.1]) (amavisd-new, port 10024) with LMTP id NC3T+1Acupr0 for ; Sat, 31 Jan 2009 12:17:20 +0100 (CET) Received: from monster (76.58.227.87.static.ang.siw.siwnet.net [87.227.58.76]) by smtp-1.sys.kth.se (Postfix) with ESMTP id 82BB5155B6A for ; Sat, 31 Jan 2009 12:17:20 +0100 (CET) From: Alexander Konovalenko To: freebsd-ports@freebsd.org Date: Sat, 31 Jan 2009 12:15:40 +0100 User-Agent: KMail/1.9.10 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901311215.40433@3667> Subject: firefox[2,3] will not start after recent ports upgrade X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: kono@kth.se List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Jan 2009 11:50:04 -0000 Hi, after recent port upgrade firefox2 and firefox3 do not work anymore. When I start any of them nothing happens, no error message or window appears. # ps -aux|grep firefox USER 36787 0.0 0.1 7060 1388 ?? I 12:02PM 0:00.00 /bin/sh -c firefox3 USER 36788 0.0 0.1 7060 1468 ?? I 12:02PM 0:00.00 /bin/sh /usr/local/bin/firefox3 USER 36792 0.0 0.1 7060 1508 ?? I 12:02PM 0:00.00 /bin/sh /usr/local/lib/firefox3/run-mozilla.sh /usr/local/lib/firefox3/firefox-bin USER 36797 0.0 0.9 120932 17732 ?? I 12:02PM 0:00.07 /usr/local/lib/firefox3/firefox-bin Seem something is hanging, so "killall firefox-bin" will clean memory quietly. I have this effect on two amd64 machines (FreeBSD 7.1-PRERELEAS). One machine has almost all ports up to date, on another just few are updated. At the same time linux-firefox works fine. Recompilation/reinstall of firefox2,3 couple of times did not solved problem. I removed .mozilla/ from home folder hoping that there is a problem with profile, but still no luck. I tried to debug with ktrace but last wait4 (0xffffffff,0x7fffffffe1ac,WUNTRACED,0) call does not say much to me, please see ktraces for both firefox 2 & 3 respectively: http://daemon.nanophys.kth.se/~kono/ktrace_ff2.txt http://daemon.nanophys.kth.se/~kono/ktrace_ff3.txt ... and list of installed ports (from machine with almost all ports updated): http://daemon.nanophys.kth.se/~kono/ports.list I wonder if only me got this trouble, any suggestions? /Alexander Konovalenko