Valgrind hangs in pthread_spin_lock consuming 100% CPU

后端 未结 2 1304
一生所求
一生所求 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 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.

提交回复
热议问题