Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 19042 invoked from network); 5 Nov 2008 11:29:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Nov 2008 11:29:37 -0000 Received: (qmail 32077 invoked by uid 500); 5 Nov 2008 11:29:43 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 32042 invoked by uid 500); 5 Nov 2008 11:29:42 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: "Apache HTTPD Bugs Notification List" List-Id: Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 32023 invoked by uid 99); 5 Nov 2008 11:29:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Nov 2008 03:29:42 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Nov 2008 11:28:33 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id 0EDB8234C27A; Wed, 5 Nov 2008 03:29:14 -0800 (PST) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 42829] graceful restart with multiple listeners using prefork MPM can result in hung processes X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: newchanged X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Apache httpd-2 X-Bugzilla-Component: prefork X-Bugzilla-Keywords: PatchAvailable X-Bugzilla-Severity: critical X-Bugzilla-Who: jorton@redhat.com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: bugs@httpd.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Attachment #21406 is obsolete In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Message-Id: <20081105112915.0EDB8234C27A@brutus.apache.org> Date: Wed, 5 Nov 2008 03:29:14 -0800 (PST) X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=42829 Joe Orton changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #21406|0 |1 is obsolete| | --- Comment #37 from Joe Orton 2008-11-05 03:29:14 PST --- (From update of attachment 21406) My patch won't help solve the problem, so there is no use anybody trying it; as explained in the thread on dev@httpd, the listening fds are removed from the epoll set on closure by the kernel, dup2'ing onto the fd is equivalent to closure, so the behaviour is equivalent. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org