Microsoft Research Releases Testing Tool for Multithreaded Apps
Microsoft Research has released CHESS, an automated tool for finding errors — data-races, deadlocks, hangs, and data-corruption induced access violations — in multithreaded software by systematically exploring thread schedules. Once CHESS locates an error, it…