[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: scaling openldap for performance
Trevor Warren wrote:
I have no idea what is causing your crashes. Perhaps you should use
a debugger and get a trace from one of the crashes to see where it
occurred.
Hmm....without a core dump where should i start analysing howard?.
What would ya suggest??.
Start the slapd binary from within the debugger. When it crashes, get
the trace information. In GDB:
gdb --args /path/to/slapd -d4 [... other slapd args ...]
run
<at crash time>
info threads
thr apply all bt
--
-- Howard Chu
Chief Architect, Symas Corp. Director, Highland Sun
http://www.symas.com http://highlandsun.com/hyc
Symas: Premier OpenSource Development and Support