Re: helgrind (valgrind plugin) errors coming from nsdispatch(3)

2013-04-01 Thread John Baldwin
On Monday, March 25, 2013 12:13:39 am Yuri wrote: While running helgrind on my program, I observed several errors that stem from the nsdispatch calls, see helgrind log below. lock order error in helgrind is generated when some data is protected by two mutexes, and they were locked in

helgrind (valgrind plugin) errors coming from nsdispatch(3)

2013-03-24 Thread Yuri
While running helgrind on my program, I observed several errors that stem from the nsdispatch calls, see helgrind log below. lock order error in helgrind is generated when some data is protected by two mutexes, and they were locked in different order on different occasions. I think, mutexes in