%0 Conference Paper %A Albert Albiol, Elvira María %A Isabel Márquez, Miguel %A Gómez-Zamalloa Gil, Miguel %T Combining Static Analysis and Testing for Deadlock Detection %D 2016 %U https://hdl.handle.net/20.500.14352/99051 %X Static deadlock analyzers might be able to verify the absence of deadlock. However, they are usually not able to detect its presence. Also, when they detect a potential deadlock cycle, they provide little (or even no) information on their output. Due to the complex flow of concurrent programs, the user might not be able to find the source of the anomalous behaviour from the abstract information computed by static analysis. This paper proposes the combined use of static analysis and testing for effective deadlock detection in asynchronous programs.When the program features a deadlock, our combined use of analysis and testing provides an effective technique to catch deadlock traces. While if the program does not have deadlock, but the analyzer inaccurately spotted it, we might prove deadlock freedom. %~