[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: slapd thread hangs on modify operations (ITS#1836)
norbert.klasen@daasi.de wrote:
> --On Freitag, 24. Mai 2002 11:33 -0700 "Kurt D. Zeilenga"
> <Kurt@OpenLDAP.org> wrote:
>
>
>>Can you provide a stack back trace of the hung thread(s)?
>
>
> I have never debugged threads so I need a little help here. I can use gdb
> to attach to the slapd "master" process but how do I get to its children
> which seem to be hung?
>
'thread' command will cycle through the threads. 'help thread' for more
info.
hope your binary is unstripped though. OpenLDAP binaries are stripped
by default I believe.
--Kervin