Closed clojur closed 5 years ago
A deadlock problem occurs during the execution of [frameGraph - > Flush ()]. The location screenshot is as follows: in file VCommandPool.cpp ,137 line EXLOCK( _cmdGuard ); The debugging stops here and can't continue to debug.
The problem has been solved.std:: atomic_flag does not initialize clear ()
sorry, I missed notification. atomic_flag was removed some time ago
A deadlock problem occurs during the execution of [frameGraph - > Flush ()]. The location screenshot is as follows: in file VCommandPool.cpp ,137 line EXLOCK( _cmdGuard ); The debugging stops here and can't continue to debug.