From owner-freebsd-hackers@FreeBSD.ORG Wed Jun 22 15:57:22 2005 Return-Path: X-Original-To: hackers@freebsd.org Delivered-To: freebsd-hackers@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA83716A41C for ; Wed, 22 Jun 2005 15:57:22 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFBD543D1F for ; Wed, 22 Jun 2005 15:57:17 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.ntplx.net (8.13.4/8.13.4/NETPLEX) with ESMTP id j5MFvBBD012505; Wed, 22 Jun 2005 11:57:11 -0400 (EDT) Date: Wed, 22 Jun 2005 11:57:11 -0400 (EDT) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Luigi Rizzo In-Reply-To: <20050622074306.C92493@xorpc.icir.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Content-ID: Content-Disposition: INLINE X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.ntplx.net) Cc: Charles Sprickman , hackers@freebsd.org Subject: Re: Nagios and threads X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jun 2005 15:57:22 -0000 On Wed, 22 Jun 2005, Luigi Rizzo wrote: > reading also the continuation of this mail thread, I wonder if there > is any relationship with this issue i found a few days ago debugging > asterisk. It happens when linking the code with libc_r, but maybe > some of the bugs in libc_r were also imported in other thread > libraries. No, libpthread and libthr don't have to jump through hoops to avoid blocking on I/O. -- DE