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=42262>. 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=42262 Summary: mod_dav / worker fails to allocate memory and segfaults by for larg property-xml files Product: Apache httpd-2 Version: 2.0.59 Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: worker AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Hello All, when upgrading our httpd from version 1.3 to 2.0.59 we run into the trouble that by defining a number of ThreadsPerChild > 10 for the worker.c, apache fails to allocate memory for a webdav-client with a huge property-xml file (say gt 1,4MB). We handled this problem by reducing the number of ThreadsPerChild to an amount of 8, but this is not really a practicable solution, just a prima-facie workaround. The errorlog gives (e.g): [Thu Apr 26 09:41:05 2007] [notice] child pid 29127 exit signal Segmentation fault (11) A strace on this pids shows something like this: httpd_strace.7164:mmap2(NULL, 1048576, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = -1 ENOMEM (Cannot allocate memory) The problem was reproducible Could someone see for this problem? Thanks and greetings Roger -- 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]
