Return-Path: Delivered-To: apmail-httpd-modules-dev-archive@minotaur.apache.org Received: (qmail 74460 invoked from network); 16 Oct 2009 16:29:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Oct 2009 16:29:05 -0000 Received: (qmail 30264 invoked by uid 500); 16 Oct 2009 16:29:05 -0000 Delivered-To: apmail-httpd-modules-dev-archive@httpd.apache.org Received: (qmail 30213 invoked by uid 500); 16 Oct 2009 16:29:04 -0000 Mailing-List: contact modules-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: modules-dev@httpd.apache.org Delivered-To: mailing list modules-dev@httpd.apache.org Received: (qmail 30201 invoked by uid 99); 16 Oct 2009 16:29:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Oct 2009 16:29:01 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ioplex@gmail.com designates 209.85.210.189 as permitted sender) Received: from [209.85.210.189] (HELO mail-yx0-f189.google.com) (209.85.210.189) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Oct 2009 16:28:54 +0000 Received: by yxe27 with SMTP id 27so2036637yxe.10 for ; Fri, 16 Oct 2009 09:28:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=+2mb5cDzR7KASvooHq1PrL/dpONhIh1DINnjt9ljiJ0=; b=h1GUuUFkzRW1XYCxrNa9kNUG0WvNfDGA06NWx8hNpPSHjbMRUK6Pv8wZ6Lm7MCewbr Z9QCFymjlRNJhnsnsARLsAsK8+M86aNbAvk/QwPra2fMrh9Kq4GQGYwfgaOngI8ObKT0 tOXT9DeqMf9REN+5sio08ZVHJ1IouqSEKt0ho= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=fT8sWxzEpT9rB+PUkBg8LDWXmViZHJGKtelvzTBGmCpTmKe4DoCQUxN5fruKaROSjn jbInDePRX17SRRoLjLS0geI2sQe1F6JMrmpdCmQjAdWj1itUa8y7QRvTUqNK1DQtsy3g uRPHNy2yFZyM7UBIzAMVtu5YXRlb40RMKtIuI= MIME-Version: 1.0 Received: by 10.101.180.33 with SMTP id h33mr2051738anp.155.1255710513171; Fri, 16 Oct 2009 09:28:33 -0700 (PDT) Date: Fri, 16 Oct 2009 12:28:33 -0400 Message-ID: <78c6bd860910160928i60431461y7baf134c8644441f@mail.gmail.com> Subject: Debugging: child process 14446 still did not exit, sending a SIGTERM From: Michael B Allen To: modules-dev@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org I have a customer who very occasionally sees apache workers hang. I'm pretty sure this is caused by an errant module but I don't know which one. Is there any way to determine which module is causing Apache workers to hang? Can I temporarily disable that SIGTERM so that I can have enough time to attach GDB to the hanging processes? Mike