On Fri, 2002-11-15 at 08:17, Duncan Anker wrote:
> Hi folks,
> 
> I'm trying to debug an irritating little apache module problem.
> Periodically httpd is seg-faulting, so I have rebuilt it statically with
> full debugging flags and no strip options in an effort to find out why.

        I didn't look in apache sources, but it could set rlimits on coredump
size to 0 (for security reasons). Maybe you can find from where
setrlimit(2) fn is called, and comment it out.

Regards,
Sergey


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to