Return-Path: X-Original-To: apmail-perl-modperl-archive@www.apache.org Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B7DBA109DF for ; Mon, 29 Apr 2013 10:54:58 +0000 (UTC) Received: (qmail 79977 invoked by uid 500); 29 Apr 2013 10:54:57 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 79719 invoked by uid 500); 29 Apr 2013 10:54:57 -0000 Mailing-List: contact modperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list modperl@perl.apache.org Received: (qmail 79683 invoked by uid 99); 29 Apr 2013 10:54:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Apr 2013 10:54:56 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of margol@beamartyr.net designates 85.195.98.136 as permitted sender) Received: from [85.195.98.136] (HELO mail1.mirimar.net) (85.195.98.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Apr 2013 10:54:50 +0000 Received: from [10.10.10.100] (bzq-80-23-58.static.bezeqint.net [82.80.23.58]) (authenticated bits=0) by mail1.mirimar.net (8.14.3/8.14.3/Debian-9.1ubuntu1) with ESMTP id r3TAsIlM001151 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 29 Apr 2013 12:54:21 +0200 Message-ID: <517E5149.80101@beamartyr.net> Date: Mon, 29 Apr 2013 13:54:01 +0300 From: Issac Goldstand User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: modperl@perl.apache.org Subject: Re: New Windows mod_perl binaries available References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on zaphod.mirimar.net X-Virus-Scanned: clamav-milter 0.96.5 at zaphod X-Virus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.2 This is a known issue related to the winnt MPM. You're likely seeing your worker segfault. On linux, there are usually extra processes so if one segfaults there's another process that can step in fast enough. But on the winnt MPM, there's one master and exactly one multi-threader worker. So when that worker blows up, the master needs to completely tear it down, and bring it back up, which is what you're seeing. Look for a bug in user-code, not in the mod_perl binary. Issac On 29/04/2013 13:49, Michiel Beijen wrote: > Hi Steve, > > On Sat, Apr 27, 2013 at 6:27 PM, Steve Hay wrote: >> For those who are interested, I've now uploaded binary builds of >> mod_perl-2.0.8 and libapreq2-2.13 components compatible with Apache >> Lounge 2.2.24 Build 25 February 2013 (win32) and each of: > > Thanks for providing these binaries. > > Using my mod_perl based application I get apache restarts from time > to time. This is not related to your binary per se (I also have it > with kmx'es mod_perl binaries for perl 5.12) but it is related to > mod_perl on Win32; Linux does not have this. > The bad thing is that I don't have any specific information in the log > file; after some requests, the process just restarts. If I use the > application as CGI, this does not happen; but of course the whole > thing is very slow. > > Can you maybe also provide a debug version of mod_perl by rebuilding > mod_perl with MP_DEBUG=1 ? > > -- > Mike >