Sciweavers

29 search results - page 1 / 6
» Detection of deadlock potentials in multithreaded programs
Sort
View
HVC
2005
Springer
112views Hardware» more  HVC 2005»
14 years 11 months ago
Dynamic Deadlock Analysis of Multi-threaded Programs
This paper presents a dynamic program analysis algorithm that can detect deadlock potentials in a multi-threaded program by examining a single execution trace, obtained by running ...
Saddek Bensalem, Klaus Havelund
IBMRD
2010
34views more  IBMRD 2010»
14 years 12 days ago
Detection of deadlock potentials in multithreaded programs
Rahul Agarwal, Saddek Bensalem, Eitan Farchi, Klau...
PLDI
2009
ACM
15 years 10 days ago
A randomized dynamic program analysis technique for detecting real deadlocks
We present a novel dynamic analysis technique that finds real deadlocks in multi-threaded programs. Our technique runs in two stages. In the first stage, we use an imprecise dyn...
Pallavi Joshi, Chang-Seo Park, Koushik Sen, Mayur ...
ISSTA
2006
ACM
14 years 11 months ago
Run-time detection of potential deadlocks for programs with locks, semaphores, and condition variables
Concurrent programs are notorious for containing errors that are difficult to reproduce and diagnose. A common kind of concurrency error is deadlock, which occurs when some thread...
Rahul Agarwal, Scott D. Stoller
HVC
2005
Springer
183views Hardware» more  HVC 2005»
14 years 11 months ago
Detecting Potential Deadlocks with Static Analysis and Run-Time Monitoring
Concurrent programs are notorious for containing errors that are difficult to reproduce and diagnose. A common kind of concurrency error is deadlock, which occurs when a set of thr...
Rahul Agarwal, Liqiang Wang, Scott D. Stoller