> ># 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...

>I need the output of the 'bt' command.
sorry...i didn't see the last line.
here it is:

(gdb) run -X
Starting program: /usr/sbin/httpd -X

Program received signal SIGSEGV, Segmentation fault.
0x40011ede in __mempcpy () from /lib/ld-linux.so.2
(gdb) bt
#0  0x40011ede in __mempcpy () from /lib/ld-linux.so.2
#1  0x4000737e in open_path (name=0x0, namelen=0, preloaded=0, dirsp=0x0,
    may_free_dirs=0, realname=0x0) at dl-load.c:1242
(gdb)

Emile


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

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

Reply via email to