From owner-freebsd-hackers Wed Mar 6 10:10: 8 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by hub.freebsd.org (Postfix) with ESMTP id 4C73437B416; Wed, 6 Mar 2002 10:09:55 -0800 (PST) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by mail.imp.ch (8.11.6/8.11.6) with ESMTP id g26IA5065156; Wed, 6 Mar 2002 19:10:05 +0100 (CET) Date: Wed, 6 Mar 2002 19:11:31 +0100 (CET) From: Martin Blapp To: Daniel Eischen Cc: , , , Subject: Re: Sun idlc broken with our libc_r [Please help] In-Reply-To: Message-ID: <20020306191026.U56721-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi Daniel, > + pthread->join_status.thread = NULL; > + pthread->join_status.ret = NULL; > + pthread->join_status.error = 0; it still hangs :-( How should a detach routine in the client code look like ? Does the client have to catch a signal or something ? Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message