From owner-freebsd-stable@FreeBSD.ORG Thu Dec 6 19:54:59 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B66816A418 for ; Thu, 6 Dec 2007 19:54:59 +0000 (UTC) (envelope-from imriz@co.zahav.net.il) Received: from george.zahav.net.il (george.zahav.net.il [212.117.129.83]) by mx1.freebsd.org (Postfix) with ESMTP id 743E013C50A for ; Thu, 6 Dec 2007 19:54:57 +0000 (UTC) (envelope-from imriz@co.zahav.net.il) X-IronPort-AV: E=Sophos;i="4.23,263,1194213600"; d="scan'208";a="11569477" Received: from unknown (HELO IGMAIL.InetGold) ([172.31.100.165]) by george.goldenlines.co.il with ESMTP; 06 Dec 2007 21:26:22 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Thu, 6 Dec 2007 21:24:58 +0200 Message-ID: <6F2DB4B43B9EAD4FA4659FA701F45ADB0BD24826@IGMAIL.InetGold> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: _umtx_op -1 errno 60 Operation timed out using 7.0-BETA4 Thread-Index: Acg4PbBeYEBwCUazQvWcVLNHMIQFYw== From: "Imri Zvik" To: Subject: _umtx_op -1 errno 60 Operation timed out using 7.0-BETA4 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2007 19:54:59 -0000 Hi, I've tried using libthr with bind 9.3, but after a while, bind stops working (that is, responding to queries - the process is still alive) and I can see the following with ktrace: 1667 named CALL _umtx_op(0x81a6304,0x2,0x17,0,0xbf5fae20) 1667 named RET _umtx_op -1 errno 60 Operation timed out With libpthread everything works fine...=20 It happened with 6.3-STABLE too. Any ideas where to look next?