"clang/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "a1b35109cf280f337307941558ac12b465b34efb"
tsan: fix another crash due to processors
Another stack where we try to free sync objects, but don't have a processors is: // ResetRange // __interceptor_munmap // __deallocate_stack // start_thread // clone Again, it is a latent bug that lead to memory leaks. Also, increase amount of memory we scan in MetaMap::ResetRange. Without that the test does not fail, as we fail to free the sync objects on stack. llvm-svn: 269041
Loading
Please register or sign in to comment