- There's a few wrongly defined things in tsan_interceptors.cc,
- a typo in tsan_rtl_amd64.S which calls setjmp instead of sigsetjmp in the interceptor, and
- on OS X, accessing an mprotected page results in a SIGBUS (and not SIGSEGV).
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM