summaryrefslogtreecommitdiff
path: root/test/tsan/pthread_key.cc
AgeCommit message (Collapse)Author
2016-05-06tsan: fix a crashDmitry Vyukov
Fixes crash reported in: https://bugs.chromium.org/p/v8/issues/detail?id=4995 The problem is that we don't have a processor in a free interceptor during thread exit. The crash was introduced by introduction of Processors. However, previously we silently leaked memory which wasn't any better. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@268782 91177308-0d34-0410-b5e6-96231b3b80d8