Valgrind/Helgrind and STL stringValgrind/Helgrind and STL string
I am trying to track down a thread-safety problem in one of my programs. Valgrind when run as “valgrind –tool=helgrind ./thread-test” claims that there is a problem with the following[...]