[Valgrind-users] Helgrind mutex_is_valid assert

2016-03-10 Thread Tony Perrie
I just ran helgrind on one of our internal apps and the mutex_is_valid assert is firing when pthread_cond_timedwait is called. I don't see any problem with our code as far as I can tell. The mutex is locked by the calling thread when pthread_cond_timedwait() is invoked. I was reading the docs

Re: [Valgrind-users] Will the BBV tool support ARMv7 and ARMv8?

2016-03-10 Thread Florian Krohm
The BBV developer has long left. There are no plans to enhance that tool's functionality to support other platforms. Florian On 09.03.2016 07:35, Lennox Wu wrote: > Hi all, > According to the document of BBV tool, ARM is not supported currently. > Is there any plan to support ARMv7 and ARMv8?