Toward the Static Detection of Deadlock in Java Software
Jose E. Fadul
Broschiertes Buch

Toward the Static Detection of Deadlock in Java Software

Versandkostenfrei!
Nicht lieferbar
Concurrency is the source of many real-world software reliability and security problems. Concurrency defects are difficult to detect because they defy conventional software testing techniques due to their non-local and non-deterministic nature. We focus on one important aspect of this problem: static detection of the possibility of deadlock--a situation in which two or more processes are prevented from continuing while each waits for resources to be freed by the continuation of the other. This thesis proposes a flow-insensitive interprocedural static analysis that detects the possibility that ...