Sciweavers

ATVA
2008
Springer

Dynamic Model Checking with Property Driven Pruning to Detect Race Conditions

13 years 6 months ago
Dynamic Model Checking with Property Driven Pruning to Detect Race Conditions
We present a new property driven pruning algorithm in dynamic model checking to efficiently detect race conditions in multithreaded programs. The main idea is to use a lockset based analysis of observed executions to help prune the search space to be explored by the dynamic search. We assume that a stateless search algorithm is used to systematically execute the program in a depth-first search order. If our conservative lockset analysis shows that a search subspace is race-free, it can be pruned away by avoiding backtracks to certain states in the depth-first search. The new dynamic race detection algorithm is both sound and complete (as precise as the dynamic partial order reduction algorithm by Flanagan and Godefroid). The algorithm is also more efficient in practice, allowing it to scale much better to real-world multithreaded C programs.
Chao Wang, Yu Yang, Aarti Gupta, Ganesh Gopalakris
Added 18 Oct 2010
Updated 18 Oct 2010
Type Conference
Year 2008
Where ATVA
Authors Chao Wang, Yu Yang, Aarti Gupta, Ganesh Gopalakrishnan
Comments (0)