Closed GoogleCodeExporter closed 9 years ago
What version of tsan do you use? I think this must be fixed on tip.
Original comment by dvyu...@google.com
on 22 Jul 2014 at 7:41
This was Clang/LLVM 3.3. I looked at the changes in git but didn't see any
commits which would have fixed this -- of course I may have missed something.
Original comment by tlip...@gmail.com
on 22 Jul 2014 at 7:59
What git are you looking at? LLVM uses svn.
Original comment by dvyu...@google.com
on 22 Jul 2014 at 8:04
http://llvm.org/git/compiler-rt.git -- though I realized I was looking at the
wrong branch. Now I see your commit "tsan: do not deadlock on fork" (r199993)
which ought to fix this. Looks like this isn't in any release yet, but I'll see
if I can get it into a local toolchain at some point. Thanks!
Original comment by tlip...@gmail.com
on 22 Jul 2014 at 8:07
Here are some related changes:
http://llvm.org/viewvc/llvm-project?view=revision&revision=199993
http://llvm.org/viewvc/llvm-project?view=revision&revision=204809
http://llvm.org/viewvc/llvm-project?view=revision&revision=206980
Original comment by dvyu...@google.com
on 22 Jul 2014 at 8:09
Here are instructions for building tip clang:
https://code.google.com/p/address-sanitizer/wiki/HowToBuild
Original comment by dvyu...@google.com
on 22 Jul 2014 at 8:11
Closing this for now. Please reopen if it still happens on tip.
Original comment by dvyu...@google.com
on 22 Jul 2014 at 8:12
Original issue reported on code.google.com by
tlip...@gmail.com
on 22 Jul 2014 at 3:45