From owner-freebsd-current@FreeBSD.ORG Wed Jun 8 09:16:06 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 75DA316A41C for ; Wed, 8 Jun 2005 09:16:06 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from mail27.syd.optusnet.com.au (mail27.syd.optusnet.com.au [211.29.133.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEBBF43D1D for ; Wed, 8 Jun 2005 09:16:05 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (c211-30-75-229.belrs2.nsw.optusnet.com.au [211.30.75.229]) by mail27.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id j589G3T6009571 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Wed, 8 Jun 2005 19:16:04 +1000 Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1]) by cirb503493.alcatel.com.au (8.12.10/8.12.10) with ESMTP id j589G3Rx042294; Wed, 8 Jun 2005 19:16:03 +1000 (EST) (envelope-from pjeremy@cirb503493.alcatel.com.au) Received: (from pjeremy@localhost) by cirb503493.alcatel.com.au (8.12.10/8.12.9/Submit) id j589G3gY042293; Wed, 8 Jun 2005 19:16:03 +1000 (EST) (envelope-from pjeremy) Date: Wed, 8 Jun 2005 19:16:03 +1000 From: Peter Jeremy To: Jiawei Ye Message-ID: <20050608091603.GG39114@cirb503493.alcatel.com.au> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2i Cc: freebsd-current@freebsd.org Subject: Re: unkillable apache httpd process X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 08 Jun 2005 09:16:06 -0000 On Wed, 2005-Jun-08 15:52:43 +0800, Jiawei Ye wrote: >I have a problem with very recent -current. Apache2 when restarted via >/usr/local/etc/rc.d/apache2.sh, the httpd process becomes unkillable >and consumes quite some CPU cycles. What does ps show? For a process to be unkillable, it must be in the kernel, though it seems unusual for a process to be both using CPU cycles and unkillable. Probably not relevant but was apache built on the same version of -current, an older version of -current or -stable? -- Peter Jeremy