From owner-freebsd-bugs@FreeBSD.ORG Fri Feb 3 05:50:09 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8472416A420 for ; Fri, 3 Feb 2006 05:50:09 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CE8343D48 for ; Fri, 3 Feb 2006 05:50:09 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k135o9CC042872 for ; Fri, 3 Feb 2006 05:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k135o822042871; Fri, 3 Feb 2006 05:50:08 GMT (envelope-from gnats) Date: Fri, 3 Feb 2006 05:50:08 GMT Message-Id: <200602030550.k135o822042871@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: David Xu Cc: Subject: Re: bin/83914: [libc] popen() doesn't work in static threaded programs. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: David Xu List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Feb 2006 05:50:09 -0000 The following reply was made to PR bin/83914; it has been noted by GNATS. From: David Xu To: bug-followup@FreeBSD.org, phk@critter.freebsd.dk Cc: Subject: Re: bin/83914: [libc] popen() doesn't work in static threaded programs. Date: Fri, 03 Feb 2006 13:45:26 +0800 if you compile it with libthr in static binary case, it still works, but, I don't know why it will not work with libpthread, strange. David Xu