[llvm-dev] Address sanitizer

Alexander Potapenko via llvm-dev llvm-dev at lists.llvm.org
Thu Mar 17 11:12:18 PDT 2016


You can check the source mirror at
https://github.com/llvm-mirror/llvm, but I doubt fixing bugs in Clang
3.4.2 is worth your time.
Have you tried the latest Clang release?

On Thu, Mar 17, 2016 at 7:07 PM, Sahoo, Swarup Kumar via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> I was trying to run AddressSanitizer with clang version 3.4.2 and I was
> getting the following error:
>
> ==22526==AddressSanitizer CHECK failed:
> /home/ssahoo2/SymbExec/llvm/projects/compiler-rt/lib/asan/asan_posix.cc:110
> "((tsd_key_inited)) != (0)" (0x0, 0x0)
>
> I was trying to apply some patches to fix this, but I can't the patches
> anywhere. This link http://llvm.org/viewvc/llvm-project/ is not working for
> some reason. Does anyone know how to fix this?
>
> Thanks,
> Swarup
>
>
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>


More information about the llvm-dev mailing list