2009
DOI: 10.1007/978-3-642-03275-2_32
|View full text |Cite
|
Sign up to set email alerts
|

Visualizing Potential Deadlocks in Multithreaded Programs

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1

Citation Types

0
4
0

Year Published

2010
2010
2021
2021

Publication Types

Select...
3
2
1

Relationship

0
6

Authors

Journals

citations
Cited by 9 publications
(4 citation statements)
references
References 9 publications
0
4
0
Order By: Relevance
“…There has been much research on detecting concurrency violation patterns, involving data races [67,68], atomicity violations [69,70] and order violations [71,72]. However, as described in Section 1, these techniques target a specific type of bug.…”
Section: Concurrency Fault Detectionmentioning
confidence: 99%
“…There has been much research on detecting concurrency violation patterns, involving data races [67,68], atomicity violations [69,70] and order violations [71,72]. However, as described in Section 1, these techniques target a specific type of bug.…”
Section: Concurrency Fault Detectionmentioning
confidence: 99%
“…There has been a great deal of research on basic techniques for testing concurrent programs for data races [14], actual deadlock [19], [30], and potential deadlock [20], [31]. Some techniques have been applied to large systems (e.g., Apache, Mozilla) [32], [33], [34].…”
Section: Related Workmentioning
confidence: 99%
“…One problem of multithreading computing is deadlock which results from round waiting to gain resources. Researchers have developed various techniques for deadlock detection [8,9,10]. The situation when a memory location is accessed by two threads (one of them writes in the location) without synchronization is called data race.…”
Section: Related Workmentioning
confidence: 99%