https://issues.apache.org/bugzilla/show_bug.cgi?id=46185
--- Comment #4 from Rainer Jung <[EMAIL PROTECTED]> 2008-11-11 04:34:24 PST --- You will need to produce a core dump. Such a core dump can then be inspected with gdb, which can give a stack trace with "bt" or "bt full". You can learn more about cores with "man core". If you httpd does not switch user and/or group via "User" or "Group", then it should automatically produce a core, when the assertin comes up, if you need to change User or Group (e.g. when using privileged ports), you can try to set CoreDumpDirectory in your httpd configuration and see, whether that produces a core. You might also need to change your max core sizes using "ulimit". -- 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]
