[llvm-commits] [llvm] r73711 - /llvm/trunk/include/llvm/System/Mutex.h
Owen Anderson
resistor at mac.com
Fri Jun 19 09:56:08 PDT 2009
On Jun 19, 2009, at 9:16 AM, Nicolas Geoffray wrote:
> Hi Owen,
>
> This patch makes multithreaded applications do lots of sigsegvs,
> even if
> I call start_multithread at the beginning of my main function. I
> haven't
> looked at why yet, only tracked the error down to this revision. Could
> you double-check your code?
Did you try after r73745? That fixed some weird errors due to
ENABLE_THREADS not being defined in every cpp file.
--Owen
More information about the llvm-commits
mailing list