Re: [ovs-dev] [PATCH] Helgrind: Add support for thread error detector.

2016-05-17 Thread Ben Pfaff
On Fri, Apr 29, 2016 at 10:13:46PM -0700, William Tu wrote: > Helgrind is a Valgrind tool for detecting thread errors, reporting three > classes of errors: misuses of the POSIX pthreads API, potential deadlocks > arising from lock ordering problems, and data races -- accessing memory > without adeq

[ovs-dev] [PATCH] Helgrind: Add support for thread error detector.

2016-04-29 Thread William Tu
Helgrind is a Valgrind tool for detecting thread errors, reporting three classes of errors: misuses of the POSIX pthreads API, potential deadlocks arising from lock ordering problems, and data races -- accessing memory without adequate locking. Similar to valgrind, users do "make check-helgrind" a