Valgrind hangs in pthread_spin_lock consuming 100% CPU

后端 未结 2 1303
一生所求
一生所求 2021-01-23 05:37

My C++ multi threaded application hangs in pthread_spin_lock in valgrind versions 3.8.0 and latest. But it is not happening in 3.6.0, 3.6.1 and 3.7.0. Anyone knows any workaroun

相关标签:
2条回答
  • 2021-01-23 05:58

    The issue logged in the valgrind official issue management system. Julian Seward has fixed it in 3.9 later version. https://bugs.kde.org/show_bug.cgi?id=336435

    0 讨论(0)
  • 2021-01-23 06:06

    This is cause the internal problems of thread managing in valgrind. I had same problem and it was fixed in 3.10 version of valgrind.

    0 讨论(0)
提交回复
热议问题