> ># /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.
ok.  ran it, got:
Starting program: /usr/sbin/httpd -X

Program received signal SIGSEGV, Segmentation fault.
0x40011ede in __mempcpy () from /lib/ld-linux.so.2

I hope this tells you something...

Aditya


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

Reply via email to