From owner-freebsd-current@FreeBSD.ORG Thu Feb 3 19:30:17 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01F8616A4D5 for ; Thu, 3 Feb 2005 19:30:17 +0000 (GMT) Received: from mail.mcneil.com (mcneil.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77B9C43D2F for ; Thu, 3 Feb 2005 19:30:14 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id 39FD2F311B for ; Thu, 3 Feb 2005 11:30:14 -0800 (PST) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (server.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 51988-07 for ; Thu, 3 Feb 2005 11:30:07 -0800 (PST) Received: from mcneil.com (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id A9A4DF3117 for ; Thu, 3 Feb 2005 11:30:07 -0800 (PST) From: Sean McNeil To: current@freebsd.org Content-Type: text/plain Date: Thu, 03 Feb 2005 11:30:07 -0800 Message-Id: <1107459007.73969.11.camel@server.mcneil.com> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mcneil.com Subject: fixing libpthread shutdown X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 19:30:17 -0000 Isn't anyone interested in fixing this? I've reported it several times with no response. I'd assist in any way I can: My system is an amd64: FreeBSD server.mcneil.com 6.0-CURRENT FreeBSD 6.0-CURRENT #14: Mon Jan 31 17:25:40 PST 2005 root@server.mcneil.com:/usr/obj/usr/src/sys/AMD64 amd64 This happens with 2 daemons that I know about: slapd named It can be easily reproduced: /etc/rc.d/named stop What happens? It never exits. The process pretty much shuts down but it just sits there doing nothing. Let me know if there is anything I can do to help fix this. Cheers, Sean