Skip to content

Instantly share code, notes, and snippets.

@MasterDuke17
Created September 28, 2019 18:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MasterDuke17/672fd54eb24d44bfa485f3c5591b8c47 to your computer and use it in GitHub Desktop.
Save MasterDuke17/672fd54eb24d44bfa485f3c5591b8c47 to your computer and use it in GitHub Desktop.
ThreadSanitizer:DEADLYSIGNAL
==469782==ERROR: ThreadSanitizer: SEGV on unknown address 0x000000000000 (pc 0x7efbfde30d3e bp 0x000000000000 sp 0x7efbf8abd2f8 T469783)
==469782==The signal is caused by a WRITE memory access.
==469782==Hint: address points to the zero page.
ThreadSanitizer:DEADLYSIGNAL
ThreadSanitizer:DEADLYSIGNAL
ThreadSanitizer:DEADLYSIGNAL
#0 __tsan_func_entry /build/gcc/src/gcc/libsanitizer/tsan/tsan_rtl.cc:993 (libtsan.so.0+0x85d3d)
#1 start_thread src/core/threads.c:68 (libmoar.so+0x246b77)
#2 start_thread <null> (libpthread.so.0+0x957e)
#3 __clone <null> (libc.so.6+0xfc0e2)
ThreadSanitizer can not provide additional info.
SUMMARY: ThreadSanitizer: SEGV /build/gcc/src/gcc/libsanitizer/tsan/tsan_rtl.cc:993 in __tsan_func_entry
==469782==ABORTING
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment