[samba] ldapsam:trusted = yes kills smbd

Jeremy Allison jra at samba.org
Thu Sep 29 21:10:04 GMT 2005


On Thu, Sep 29, 2005 at 10:08:14PM +0100, Daniel Wilson wrote:
> Hi!
> 
> i did an bash# strace ./smbd -d 10 -i 2 >/tmp/smbd-strace.txt
> 
> 
> available at:
> 
> http://www.sunderland.ac.uk/~ws0dwi/smbd-strace.txt

Hmmm - this ends with exit_group(-1) which is a normal
exit. So it's not failing due to a core dump or signal,
it's terminating deliberately.

Can you run under gdb :

gdb --args ./smbd -d 10 -i

then:

b exit
run

At the breakpoint type "bt" to see the call stack.

Jeremy.


More information about the samba mailing list