On Thu, 24 Apr 2014, Mike Jackson wrote: > Hi, > > OpenLDAP (slapd) is crashing very frequently under runsv (hundreds of > times per day, usually when it gets a burst of queries). To be clear, it > starts and functions properly for a while and then crashes and restarts, > etc. ... > Dmesg logs (hunreds per day): > > pid 64462 (slapd), uid 2002: exited on signal 11 > pid 64514 (slapd), uid 2002: exited on signal 11 > pid 64564 (slapd), uid 2002: exited on signal 11
"signal 11" indicates either a hardware problem (e.g. bad RAM) or a bug in the software. In this case it is probably the latter. You'll need to diagnose and fix that bug. Best option would be to capture a core file and examine a stack backtrace. This is an openldap issue, rather than a bug in runsv.
