[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
pthread lock failed: Resource deadlock avoided
- To: openldap-technical@openldap.org
- Subject: pthread lock failed: Resource deadlock avoided
- From: Chandrashekar Kola <chandrashekar.kola@gmail.com>
- Date: Mon, 14 Jan 2013 17:08:26 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:from:date:message-id:subject:to :content-type; bh=SLdBh1PF4B7wb2wOqkc8CB3lRJrOV1oYZbtYKCud5Jw=; b=uToiKY+YGfJJUGPjrYPaW5rgwPmDxN6xq75P2q54nuWnGo4/vuKUefPZB+RjznT4aT qDTL+TuGowZDBTPJlztUsRgJCOP+5kHkW+N9lrjJt3ZJza9jr6ArttfYDUUjbRMKIZhN IYwjmiEijRCzizcWrx5sHeX0+eIity0k9m0aKNRM5gGpdKHGDjD1CjGhgIgtapsi1HLb POmeUQ05NU9ylgrHbz1d9CxG4Ez32rl70o52PbNr+tDG72Fp6bMBP1y4Z0I4W0LtnIDN oNvSmAw9xbcPdos7cy5NdV+5PT1lZABIqt8n76DUfKwT3uDSI34L197ZjuZWflzHwmeY ACPA==
Hello,
We have a openldap running on version 2.4, recently we started seeing these kind of error messages in ldap.log.
Jan 14 04:03:03 ldap-cl-node02-vm slapd2.4[32455]: bdb(o=foo): pthread lock failed: Resource deadlock avoided
Jan 14 04:03:03 ldap-cl-node02-vm slapd2.4[32455]: bdb(o=foo): PANIC: Resource deadlock avoided
Jan 14 04:03:03 ldap-cl-node02-vm slapd2.4[32455]: => bdb_idl_insert_key: c_put id failed: DB_RUNRECOVERY: Fatal error, run database recovery (-30974)
Jan 14 04:03:03 ldap-cl-node02-vm slapd2.4[32455]: bdb(o=foo): PANIC: fatal region error detected; run recovery
Jan 14 04:03:03 ldap-cl-node02-vm slapd2.4[32455]: conn=23402078 op=6: attribute "entryCSN" index add failure
This happened today morning and after restarting, it's started working fine for few hours. And then we saw these error messages in the logs, and crashed again.
Jan 14 13:35:15 ldap-cl-node02-vm slapd2.4[1397]: bdb(o=foo): PANIC: Invalid argument
Jan 14 13:35:15 ldap-cl-node02-vm slapd2.4[1397]: => bdb_idl_insert_key: c_put id failed: DB_RUNRECOVERY: Fatal error, run database recovery (-30974)
Jan 14 13:35:15 ldap-cl-node02-vm slapd2.4[1397]: bdb(o=foo): PANIC: fatal region error detected; run recovery
Did anybody face this issue, and what will be the resolution. Please help me.