Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 10553 invoked from network); 3 Jun 2007 23:47:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Jun 2007 23:47:30 -0000 Received: (qmail 33482 invoked by uid 500); 3 Jun 2007 23:47:34 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 33201 invoked by uid 500); 3 Jun 2007 23:47:33 -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 33188 invoked by uid 99); 3 Jun 2007 23:47:33 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Jun 2007 16:47:33 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Jun 2007 16:47:28 -0700 Received: by brutus.apache.org (Postfix, from userid 33) id 71837714187; Sun, 3 Jun 2007 16:47:08 -0700 (PDT) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 42572] New: - Server crashes in child_main Message-ID: X-Bugzilla-Reason: AssignedTo Date: Sun, 3 Jun 2007 16:47:08 -0700 (PDT) X-Virus-Checked: Checked by ClamAV on apache.org DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=42572 Summary: Server crashes in child_main Product: Apache httpd-2 Version: 2.2.4 Platform: PC OS/Version: Windows Server 2003 Status: NEW Severity: normal Priority: P3 Component: All AssignedTo: bugs@httpd.apache.org ReportedBy: mboyington@metx.net Have a production server carshing in child_main [child.c]. I believe it may have something to do with MaxRequestsPerChild, but I have not yet verified this. I have a DMP and MDMP available if it helps. Access violation reading location 0x00000000. Crash line: /* Reset the scoreboard entry for the thread we just whacked */ score_idx = apr_hash_get(ht, &child_handles[i], sizeof(HANDLE)); ---> ap_update_child_status_from_indexes(0, *score_idx, SERVER_DEAD, NULL); Callstack: > libhttpd.dll!child_main(apr_pool_t * pconf=0x0039dc80) Line 1139 C libhttpd.dll!ap_mpm_run(apr_pool_t * _pconf=0x0039dc80, apr_pool_t * plog=0x0087c110, server_rec * s=0x0039fbb0) Line 1663 C apache.exe!main(int argc=3, const char * const * argv=0x00392720) Line 717 + 0xd bytes C apache.exe!mainCRTStartup() Line 398 + 0xe bytes C -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org