Thanks a lot, i knew gdb was what I should be using, but I've never had to use
it so the uptake was a bit slow. Here is the stack trace:
#0 0x4007b105 in SSL_CTX_ctrl ()
#1 0x8083500 in ssl_init_Module ()
#2 0x8083827 in ssl_init_Module ()
#3 0x80b49a9 in ap_init_modules ()
#4 0x80be4e5 in ap_child_terminate ()
#5 0x80bed03 in main ()
I see it is a mod_ssl issue - i will move this discussion there. Thanks for
the help.
Dana
On Sat, 15 Jul 2000, Dragomir Kamenov wrote:
> Try analyzing the core files with GDB do something like
>
> #gdb -c <your_core_file> /usr/sbin/httpd
>
> then, at the "(gdb)" prompt, type "where" - this would give you a stack
> backtrace from the point it cored.
>