Can you run your stuff under valgrind? odds are that you trying to lock a destroyed mutex, valgrind
should tell you this if so.
Robert Schuler wrote:
|Are you using LDAP for anything? Googling for this error brings up
|some slapd/libldap posts, but no real explanations/solutions that
|I've seen so far. If your code isn't using ldap, is your /etc/
|nsswitch.conf set to use ldap?
No, I don't see any ldap daemons running and we're not using it from our
software. I don't see it in /etc/nsswitch.conf.
|On Dec 17, 2007, at 3:26 PM, Robert Schuler wrote:
|
|> We're seeing the following globus error during large scale
|> concurrent tests of our software. Anyone come across this before?
|>
|> pthread_mutex_lock.c:78: __pthread_mutex_lock: Assertion `mutex-
|> >__data.__owner == 0' failed