From owner-freebsd-threads@FreeBSD.ORG Tue Feb 20 16:44:24 2007 Return-Path: X-Original-To: freebsd-threads@freebsd.org Delivered-To: freebsd-threads@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5BAEB16B6B4 for ; Tue, 20 Feb 2007 16:44:24 +0000 (UTC) (envelope-from mb@imp.ch) Received: from pop.imp.ch (mx2.imp.ch [157.161.9.17]) by mx1.freebsd.org (Postfix) with ESMTP id DB89813C48E for ; Tue, 20 Feb 2007 16:44:23 +0000 (UTC) (envelope-from mb@imp.ch) Received: from dan.imp.ch (godot.imp.ch [157.161.4.8]) by pop.imp.ch (8.13.8/8.13.8/Submit_imp) with ESMTP id l1KGiKaC076722; Tue, 20 Feb 2007 17:44:21 +0100 (CET) (envelope-from mb@imp.ch) Date: Tue, 20 Feb 2007 17:44:20 +0100 (CET) From: Martin Blapp To: Daniel Eischen In-Reply-To: Message-ID: <20070220174221.B4139@godot.imp.ch> References: <20070220153632.E4139@godot.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: rob@debank.tv, freebsd-threads@freebsd.org Subject: Re: 6.2-Release and Clamd 0.90 with libpthread.so X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Feb 2007 16:44:24 -0000 Hi, > Probably because it's fork()ing and trying to call > non-async-signal-safe functions without doing an exec()? The strange thing is that I can't see any any fork() calls with libc_r or libthr. How's that possible ? Or do you think that its stuck at the beginning ? But why does it work then for some degree ? Martin