From owner-freebsd-current@FreeBSD.ORG Thu Dec 16 01:59:52 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 49DD016A4CE for ; Thu, 16 Dec 2004 01:59:52 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9225343D48 for ; Thu, 16 Dec 2004 01:59:51 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by rproxy.gmail.com with SMTP id 40so583523rnz for ; Wed, 15 Dec 2004 17:59:50 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=WAeyNRoMxqgBJavOWYouNSptuD425KIaFUQYw+FKQPSkfeWteVkYU798JkIQUlYcd+cWPNQIAj/VSDcag9VSomHv8DGNW7yD6I75gRdWTSXeZroldgPgIFcLWWJ4ZfPmx0TMj3gxHMAbGw8aMjQctiQwBBYX/10cMU1W64TRK90= Received: by 10.38.8.44 with SMTP id 44mr536277rnh; Wed, 15 Dec 2004 17:59:50 -0800 (PST) Received: by 10.38.8.31 with HTTP; Wed, 15 Dec 2004 17:59:50 -0800 (PST) Message-ID: Date: Thu, 16 Dec 2004 09:59:50 +0800 From: Jiawei Ye To: Jeff Roberson In-Reply-To: <20041215151930.L60504@mail.chesapeake.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20041215151930.L60504@mail.chesapeake.net> cc: freebsd-current@freebsd.org Subject: Re: Unkillable process with SCHED_ULE X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jiawei Ye List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2004 01:59:52 -0000 On Wed, 15 Dec 2004 15:19:39 -0500 (EST), Jeff Roberson wrote: > Can you give me the output of ps -auxwwwo wchan,nice > > Thanks, > Jeff Hi, This was fixed by phk's commit to kern_descript.c. It no longer happens. :) Jiawei -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming