From owner-freebsd-ports@FreeBSD.ORG Wed May 2 17:11:13 2012 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E535B106566C for ; Wed, 2 May 2012 17:11:13 +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 CA1208FC14; Wed, 2 May 2012 17:11:13 +0000 (UTC) Received: from nibbler-wlan.fritz.box (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q42HBAYo058791; Wed, 2 May 2012 17:11:11 GMT (envelope-from flo@FreeBSD.org) Message-ID: <4FA16AAD.4080808@FreeBSD.org> Date: Wed, 02 May 2012 19:11:09 +0200 From: Florian Smeets User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:14.0) Gecko/20120430 Thunderbird/14.0a2 MIME-Version: 1.0 To: Dmitry Morozovsky References: <4FA148E6.9090001@freebsd.org> In-Reply-To: X-Enigmail-Version: 1.5a1pre Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig3DAEF85ABD7EA1C3F36E43BB" 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 17:11:14 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig3DAEF85ABD7EA1C3F36E43BB Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 02.05.12 18:06, Dmitry Morozovsky wrote: > On Wed, 2 May 2012, Florian Smeets wrote: >=20 >>> after portupgrading www/firefox port to version 12, I'm constantly ha= ve crashes=20 >>> 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=20 >>> >>> 95162 firefox-bin CALL ksem_init(0xbfbf350c,0) >>> 95162 firefox-bin RET ksem_init -1 errno 78 Function not implement= ed >>> 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?! >=20 > I thought I'm aware of this, and I do have semaphores in my kernel: >=20 > root@woozle:/usr/ports# config -x /boot/kernel/kernel | grep -i sem > options SYSVSEM >=20 > or it this other semaphores? >=20 Yes, it's POSIX semaphores (options P1003_1B_SEMAPHORES). Florian --------------enig3DAEF85ABD7EA1C3F36E43BB Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iEYEARECAAYFAk+haq4ACgkQapo8P8lCvwkFGACggbs/vlp7RKuqBAu4aULGcfDA tqgAnR28wMromVH+kxXzYVO332VLy0ep =oAA7 -----END PGP SIGNATURE----- --------------enig3DAEF85ABD7EA1C3F36E43BB--