Re: [Valgrind-users] drd with process-shared mutexes

2010-06-21 Thread Bart Van Assche
On Sun, Jun 20, 2010 at 9:30 PM, Howard Chu wrote: > Howard Chu wrote: >> The BerkeleyDB library uses blocks of persistent shared memory to store its >> environment state, which includes arrays of interprocess shared mutexes. >> Running an app that uses BDB under valgrind/drd gives a ton of "The o

Re: [Valgrind-users] drd with process-shared mutexes

2010-06-20 Thread Howard Chu
Howard Chu wrote: > The BerkeleyDB library uses blocks of persistent shared memory to store its > environment state, which includes arrays of interprocess shared mutexes. > Running an app that uses BDB under valgrind/drd gives a ton of "The object at > address 0xXXX is not a mutex." apparently

[Valgrind-users] drd with process-shared mutexes

2010-06-20 Thread Howard Chu
The BerkeleyDB library uses blocks of persistent shared memory to store its environment state, which includes arrays of interprocess shared mutexes. Running an app that uses BDB under valgrind/drd gives a ton of "The object at address 0xXXX is not a mutex." apparently because drd didn't see