|
Boost Users : |
Subject: Re: [Boost-users] Semaphores vs. condition_variable with valgrind/helgrind
From: Chris Stankevitz (chrisstankevitz_at_[hidden])
Date: 2012-08-11 22:32:51
On Sat, Aug 11, 2012 at 7:07 PM, Chris Stankevitz
<chrisstankevitz_at_[hidden]> wrote:
> I'll post here if I find out
> something interesting about boost and helgrind.
The following program triggers what must be false positives from helgrind:
//===
#include <boost/thread.hpp>
void f()
{
}
int main()
{
boost::thread Thread(f);
Thread.join();
return 0;
}
//===
The errors are attached.
Chris
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net