Aditya Dhekney wrote:

> ># /usr/sbin/httpd -X
> did this, got:
> [root@oddjob init.d]# /usr/sbin/httpd -X
> Segmentation fault (core dumped)

That's what I sorta expected given your explanation. Try gettign a
backtrace:

# gdb /usr/sbin/httpd
<bla bla>
(gdb) run -X
<bla bla>
Segfault
(gdb) bt

The last command will (hopefully) tell us what we need to know.

Emile


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to