問題タブ [thread-sanitizer]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
215 参照

c++ - notify_all_at_thread_exit に関する tsan の苦情

デタッチされたスレッドから notify_all_at_thread_exit() を呼び出すコードを実行すると、tsan は pthread_cond_broadcast と pthread_cond_destroy の間のデータ競合について不平を言います。私は何か間違ったことをしていますか?それとも、これは tsan からの誤検知ですか?

FWIW、clang8 と libc++ で TSAN から非常によく似たエラーが発生します。