DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=42572>. 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: [email protected] ReportedBy: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
