Hello,
We are trying to use TSAN in our project. Unfortunately we are seeing a crash in pthread library when we integrate with tsan. Could you please let us know what could be the issue here?
Stack trace:
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff59453a0 in pthread_mutex_lock () from /lib64/libpthread.so.0
Thread 1 (Thread 0x7ffff6c44c80 (LWP 7276)):
#0 0x00007ffff59453a0 in pthread_mutex_lock () from /lib64/libpthread.so.0
#1 0x00007ffff5b98970 in pthread_mutex_lock () at ../../../../libsanitizer/sanitizer_common/sanitizer_common_interceptors.inc:2223
.
.
.
#8 0x00007ffff7d53b4d in __libc_csu_init ()
#9 0x00007ffff47edcf0 in __libc_start_main () from /lib64/libc.so.6
#10 0x00007ffff6fa6e99 in _start ()