[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: slapd <defunct> when running tests
At 11:06 AM 8/31/99 +0200, Mogens Melander wrote:
>After each run i see a "slapd <defunct>" in the process list, Like this:
This actually looks like the output of ps during a test as the
test script is still running. The defunct process is likely just
a spawned thread process which the thread manager hasn't reaped
yet.
However, I do see that old slapd are still running. This is likely
the result of bad interaction between slapd and your LinuxThread
implementation. As you were able to bring up a new server, the
old processes are no longer listening and hence can be safely killed.
You may have better luck using Gnu Pth pthreads
(http://www.gnu.org/software/pth/).
Kurt