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=34514>. 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=34514 Summary: On a busy server with MPM Worker apache 2.0.54 crash permanently Product: Apache httpd-2.0 Version: 2.0.53 Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: worker AssignedTo: bugs@httpd.apache.org ReportedBy: [EMAIL PROTECTED] Hi there. I've recently updated to apache 2.0.54, compiled it and started it after a period of time the apache did dies with those messages in the error_log. [Mon Apr 18 18:46:47 2005] [notice] Apache configured -- resuming normal operations [Tue Apr 19 03:19:18 2005] [error] server reached MaxClients setting, consider raising the MaxClients setting [Tue Apr 19 03:19:35 2005] [alert] (11)Resource temporarily unavailable: apr_thread_create: unable to create listener thread [Tue Apr 19 03:19:35 2005] [alert] (11)Resource temporarily unavailable: apr_thread_create: unable to create worker thread [Tue Apr 19 03:19:35 2005] [alert] (11)Resource temporarily unavailable: apr_thread_create: unable to create worker thread [Tue Apr 19 03:19:35 2005] [alert] (11)Resource temporarily unavailable: apr_thread_create: unable to create worker thread [Tue Apr 19 03:19:35 2005] [alert] (11)Resource temporarily unavailable: apr_thread_create: unable to create worker thread [Tue Apr 19 03:19:35 2005] [alert] (11)Resource temporarily unavailable: apr_thread_create: unable to create worker thread [Tue Apr 19 03:19:35 2005] [alert] (11)Resource temporarily unavailable: apr_thread_create: unable to create listener thread [Tue Apr 19 03:19:50 2005] [alert] Child 16015 returned a Fatal error... Apache is exiting! I've no problems on the same servers with apache 2.0.53. So obviously the problem is new. here is my configure options I use with the apache. #! /bin/sh # # Created by configure "./configure" \ "--disable-autoindex" \ "--libdir=/usr/local/lib" \ "--disable-negotiation" \ "--with-mpm=worker" \ "--disable-userdir" \ "--disable-ssl" \ "--enable-include" \ "--enable-auth" \ "--enable-auth-digest" \ "--enable-vhost-alias" \ "--enable-access" \ "--enable-asis" \ "--enable-imap" \ "--enable-actions" \ "--disable-autoindex" \ "--enable-env" \ "--enable-setenvif" \ "--enable-mime" \ "--disable-charset-lite" \ "--enable-auth-digest" \ "--enable-log-config" \ "--enable-deflate" \ "--enable-http" \ "--enable-rewrite" \ "--enable-so" \ "--enable-dir" \ "--enable-nonportable-atomics=yes" \ "--sysconfdir=/usr/local/apache2/conf" \ "--sbindir=/usr/local/apache2/sbin" \ "--bindir=/usr/local/apache2/bin" \ "--enable-status" \ "$@" It happens two times with the same server for 1 day. Oh and yes the server is running fedora core 1. Another problem i did observed with apache was. That apache was linked to libiconv.so after compiling and it did not find the libabrary ( the library is in /usr/local/lib ). When i specify the --libdir=/usr/local/lib the problem goes away, but i guess this should not be the primary behaviour. The strange thing about the second problem was that it did not produce error messages when "configuring and making" and after compilation it was linked to "a missing" library. Hope the problems would be fixed soon. Tons of regards, hip0 -=-= -- 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]