[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: slapd hangs (ITS#375)



> Looks like the server was still listening... it could, however,
> be out of some resource.  The logs might give you some clue
> as to which resource you ran out of.
> 
> 	Kurt

I got this from a truss of the hung server:

accept(3, 0xEFFFFAD0, 0xEFFFFAC0, 1)            Err#24 EMFILE
poll(0xEFFFF818, 54, -1)                        = 13
time()                                          = 943327794
accept(3, 0xEFFFFAD0, 0xEFFFFAC0, 1)            Err#24 EMFILE
(over and over)

So, it would seem slapd is running out of file desciptors...

I can't seem to add this info the JitterBug entry...


-Seth