« Return to Thread: ldapsam:trusted = yes kills smbd

Re: ldapsam:trusted = yes kills smbd

by Jeremy Allison :: Rate this Message:

Reply to Author | View in Thread

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.
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

 « Return to Thread: ldapsam:trusted = yes kills smbd