From owner-freebsd-current@FreeBSD.ORG Tue Sep 20 01:59:46 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C471E16A41F for ; Tue, 20 Sep 2005 01:59:46 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fileserver.fields.utoronto.ca (fileserver.fields.utoronto.ca [128.100.216.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DCCB43D67 for ; Tue, 20 Sep 2005 01:59:41 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fields.fields.utoronto.ca (fields.localdomain [192.168.216.11]) by fileserver.fields.utoronto.ca (8.12.8/8.12.8/Fields 6.0) with ESMTP id j8K1xc0r003803 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 19 Sep 2005 21:59:38 -0400 Received: from obsecurity.dyndns.org (localhost.localdomain [127.0.0.1]) by fields.fields.utoronto.ca (8.12.8/8.12.8/Fields WS 6.0) with ESMTP id j8K1xZ6P021962; Mon, 19 Sep 2005 21:59:35 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id B2CF751251; Mon, 19 Sep 2005 21:59:34 -0400 (EDT) Date: Mon, 19 Sep 2005 21:59:34 -0400 From: Kris Kennaway To: "Daniel O'Connor" Message-ID: <20050920015934.GA6131@xor.obsecurity.org> References: <200509201118.08737.doconnor@gsoft.com.au> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LQksG6bCIzRHxTLp" Content-Disposition: inline In-Reply-To: <200509201118.08737.doconnor@gsoft.com.au> User-Agent: Mutt/1.4.2.1i Cc: freebsd-current@freebsd.org Subject: Re: Threading/KSE problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2005 01:59:46 -0000 --LQksG6bCIzRHxTLp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 20, 2005 at 11:18:08AM +0930, Daniel O'Connor wrote: > I am having trouble with threaded apps (ie KDE). At the moment I can't bu= ild=20 > Qt or Amarok. Both get stuck running uic which spins with... > 29215 uic CALL kse_release(0xbfbfd5ac) > 29215 uic RET kse_release -1 errno 22 Invalid argument > 29215 uic CALL kse_release(0xbfbfd5ac) > 29215 uic RET kse_release -1 errno 22 Invalid argument > 29215 uic CALL kse_release(0xbfbfd5ac) > 29215 uic RET kse_release -1 errno 22 Invalid argument > 29215 uic CALL kse_release(0xbfbfd5ac) > 29215 uic RET kse_release -1 errno 22 Invalid argument > 29215 uic CALL kse_release(0xbfbfd5ac) > 29215 uic RET kse_release -1 errno 22 Invalid argument > 29215 uic CALL kse_release(0xbfbfd5ac) > 29215 uic RET kse_release -1 errno 22 Invalid argument >=20 > etc.. >=20 > I did have libpthread v1 and v2 linked into uic via libqtmt but I fixed t= hat=20 > by copying the bootstrap version of libqt-mt and uic built by the Qt port= ,=20 > however it didn't get things working :) Sounds like you need to rebuild whatever is linked to the old libpthread, or just portupgrade -faPP for convenience :-) Kris --LQksG6bCIzRHxTLp Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDL20GWry0BWjoQKURAj1uAKCgP1LHOz9EbDxeLwwNu2F00qcirACfe1St m/rhK7i0Lkhnn0aYROkrj+E= =6QP0 -----END PGP SIGNATURE----- --LQksG6bCIzRHxTLp--