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

Re: (ITS#6331) slapd freezing, not accepting further 'write' operations while 'read' operations are unaffected



Quanah,

I wasn't sure what you meant, but I figured out gdb (never used it  
before):

This is what I did (on both servers), so I'm putting it here so people  
aren't left in the dark:

dpkg -i slapd-dbg (whatever version applicable)
apt-get install gdb
gdb (enter gdb console)
gdb> file /usr/sbin/slapd
gdb> set args -d -1 -u openldap -g openldap -h ldap:/// ldaps:/// ldapi:/// 
  -f /etc/ldap/slapd.conf
gdb> run

Running on both servers now ....

Jeff