From owner-freebsd-ports@FreeBSD.ORG Wed May 2 14:47:04 2012 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 38665106566C for ; Wed, 2 May 2012 14:47:04 +0000 (UTC) (envelope-from flo@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 227CE8FC14; Wed, 2 May 2012 14:47:04 +0000 (UTC) Received: from bender.solomo.local (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q42El2S1023118; Wed, 2 May 2012 14:47:03 GMT (envelope-from flo@freebsd.org) Message-ID: <4FA148E6.9090001@freebsd.org> Date: Wed, 02 May 2012 16:47:02 +0200 From: Florian Smeets User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:12.0) Gecko/20120502 Thunderbird/12.0.1 MIME-Version: 1.0 To: Dmitry Morozovsky References: In-Reply-To: X-Enigmail-Version: 1.4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: firefox 12 crash on FreeBSD 7 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: Wed, 02 May 2012 14:47:04 -0000 On 05/02/2012 16:38, Dmitry Morozovsky wrote: > Dear colleagues, > > after portupgrading www/firefox port to version 12, I'm constantly have crashes > by "bad system call" signal. > > on stderr there is > > (firefox-bin:95162): libnotify-WARNING **: Failed to connect to proxy > Bad system call (core dumped) > > ktrace shows > > 95162 firefox-bin CALL ksem_init(0xbfbf350c,0) > 95162 firefox-bin RET ksem_init -1 errno 78 Function not implemented > 95162 firefox-bin PSIG SIGSYS SIG_DFL Hi Dmitry, can you try loading the sem module? Also have a look at pkg-message (Firefox and HTML5). Perhaps firefox 12 needs the module for other things now?! HTH, Florian