From owner-freebsd-stable@FreeBSD.ORG Tue Dec 23 17:15:55 2008 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2926F1065673 for ; Tue, 23 Dec 2008 17:15:55 +0000 (UTC) (envelope-from ericlin@tamama.org) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.28]) by mx1.freebsd.org (Postfix) with ESMTP id DCF368FC08 for ; Tue, 23 Dec 2008 17:15:49 +0000 (UTC) (envelope-from ericlin@tamama.org) Received: by yx-out-2324.google.com with SMTP id 8so1647957yxb.13 for ; Tue, 23 Dec 2008 09:15:48 -0800 (PST) Received: by 10.150.92.10 with SMTP id p10mr14243600ybb.227.1230052548777; Tue, 23 Dec 2008 09:15:48 -0800 (PST) Received: by 10.151.122.6 with HTTP; Tue, 23 Dec 2008 09:15:48 -0800 (PST) Message-ID: <47713ee10812230915o7ea8fd1dge1ae7352694cb961@mail.gmail.com> Date: Wed, 24 Dec 2008 01:15:48 +0800 From: "Lin Jui-Nan Eric" To: stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: Process stuck in STOP state X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Dec 2008 17:15:55 -0000 Dear listers, Our FreeBSD Server uses NFS to access PHP files on NetApp, then serve them with apache 2.2 (worker MPM + php fastcgi mode). At least one time a day the apache process is stuck in the STOP state and is unkillable. gdb won't attach to the process, either. Does anyone have any similar issue? I have found that may be because of libkse, but we use libthr now. Thank you all in advance.