buchspektrum Internet-Buchhandlung

Neuerscheinungen 2012

Stand: 2020-01-07
Schnellsuche
ISBN/Stichwort/Autor
Herderstraße 10
10625 Berlin
Tel.: 030 315 714 16
Fax 030 315 714 14
info@buchspektrum.de

Arndt Mühlenfeld

Runtime Data Race Detection in Multi-Threaded Programs


Methods and Tools
Aufl. 2012. 132 S.
Verlag/Jahr: AV AKADEMIKERVERLAG 2012
ISBN: 3-639-44344-6 (3639443446) / 3-8364-6553-1 (3836465531)
Neue ISBN: 978-3-639-44344-8 (9783639443448) / 978-3-8364-6553-3 (9783836465533)

Preis und Lieferzeit: Bitte klicken


Revision with unchanged content. Multi-threaded programs are becoming more common in order to exploit the additional processing power provided by modern computer systems. Unfortunately, parallel programming is difficult to get right. Program execution becomes non-deterministic and new types of faults arise. A substantial source of errors are data races, where the program state may become undefined due to concurrent accesses to shared memory locations. Data races are difficult to find, because the observed faulty behavior is often not directly related to the program location causing the fault. The author presents improvements on the runtime analysis of C++ programs based on the Eraser algorithm that lead to a drastic reduction of false warnings. This is achieved by taking the temporally ordering characteristic of operations on condition variables into account. The author has validated the method by applying it to industrial size C++ programs. He compares the runtime behavior and the memory requirement of the method to commercial tools. The results confirm that the method presented in this book is faster and needs less memory for moderate numbers of threads, while the fault detection ratio is comparable.
The author, Dipl.-Ing. Dr. techn., received his doctorate degree from Graz University of Technology. Researcher at the Unversity of South Australia, Adelaide.