qthreads icon indicating copy to clipboard operation
qthreads copied to clipboard

Multiple Test Failures With Memory Sanitizer

Open insertinterestingnamehere opened this issue 2 years ago • 0 comments

Currently unclear to what extent these represent real bugs vs just needing to get memory sanitizer working well with qthreads, however all of the following fail with memory sanitizer enabled when running with clang17:

syncvar_prodcons
tasklocal_data
tasklocal_data_no_argcopy
test_teams
qthread_fork_precond
qthread_timer_wait

Potentially related to https://github.com/sandialabs/qthreads/issues/145.