Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ThreadSanitizer: Fix thread leak in test_thread in ring_array suite #212

Merged
merged 1 commit into from
Jan 8, 2019

Commits on Dec 30, 2018

  1. ThreadSanitizer: Fix thread leak in test_thread in ring_array suite

    Summary:
    WARNING: ThreadSanitizer: thread leak (pid=73068)
    Thread T1 (tid=6684080, finished) created by main thread at:
        #0 pthread_create <null> (libclang_rt.tsan_osx_dynamic.dylib:x86_64h+0x2999d)
        twitter#1 test_thread check_ring_array.c:199 (check_ring_array:x86_64+0x10000231f)
        twitter#2 srunner_run_tagged <null> (libcheck.0.dylib:x86_64+0x4898)
        twitter#3 start <null> (libdyld.dylib:x86_64+0x1014)
    
    ThreadSanitizer: thread leak check_ring_array.c:199 in test_thread
    sriganes committed Dec 30, 2018
    Configuration menu
    Copy the full SHA
    0584ecd View commit details
    Browse the repository at this point in the history