From owner-freebsd-current@FreeBSD.ORG Tue Nov 2 06:24:15 2004 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 3053A16A4CE for ; Tue, 2 Nov 2004 06:24:15 +0000 (GMT) Received: from hellmouth5.gatech.edu (hellmouth5.gatech.edu [130.207.165.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC79143D45 for ; Tue, 2 Nov 2004 06:24:14 +0000 (GMT) (envelope-from gte990t@mail.gatech.edu) Received: from hellmouth5.gatech.edu (localhost [127.0.0.1]) by hellmouth5.gatech.edu (Postfix) with SMTP id 252AF1D1A9D for ; Tue, 2 Nov 2004 01:24:14 -0500 (EST) (envelope-from gte990t@mail.gatech.edu) Received: from mailprx4.gatech.edu (mailprx4.prism.gatech.edu [130.207.171.18]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (verified OK)) by hellmouth5.gatech.edu (Postfix) with ESMTP id 0D1F41D19CB for ; Tue, 2 Nov 2004 01:24:14 -0500 (EST) (envelope-from gte990t@mail.gatech.edu) Received: from [192.168.0.3] (r58h96.res.gatech.edu [128.61.58.96]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) (sasl: method=PLAIN, username=gte990t, sender=n/a) by mailprx4.gatech.edu (Postfix) with ESMTP id E7C993A60E for ; Tue, 2 Nov 2004 01:24:11 -0500 (EST) (envelope-from gte990t@mail.gatech.edu) From: Jason Harmening To: freebsd-current@freebsd.org Date: Tue, 2 Nov 2004 01:43:34 -0500 User-Agent: KMail/1.7 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411020143.34251.gte990t@mail.gatech.edu> X-Mailman-Approved-At: Tue, 02 Nov 2004 13:20:04 +0000 Subject: [FreeBSD 5.3-RC2] Processes STILL hanging in unkillable state 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: Tue, 02 Nov 2004 06:24:15 -0000 Hi all, I just upgraded to 5.3-RC2, and I'm still running into the problem where processes will hang in an unkillable state. In particular, this happens for me with OpenOffice under a heavy load. 'ps' reports the state as 'TL' and 'top' reports the state as STOP. Neither kill -CONT nor kill -KILL will work. I have libc_r libmapped to libpthread as recommended. Also note that this is with 5.3-RC2, which supposedly fixed a similar problem relating to gdb. Should I recompile OpenOffice? Thanks, Jason Harmening