https://issues.apache.org/bugzilla/show_bug.cgi?id=51568
--- Comment #1 from Stefan Fritsch <[email protected]> 2011-07-27 20:39:47 UTC --- The only thing httpd does if out of memory is log a message and then call abort(). Segfaulting on oom is not elegant, but it is not a real problem. I am not sure that this needs fixing. If yes, then probably by using a wrapper for malloc that calls abort_on_oom(). -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
