|On Dec 17, 2007, at 4: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 | |Likely a non-initialized or destroyed mutex being used. Do you have |more info about when/where this occurs? Last time I saw this was |using a mutex that was statically initialized to NULL. | |Joe
Thanks. I'm trying to track it down but not finding any obvious initialization/destruction problem. Rob
