Abstract
The advent of multicore systems and distributed frameworks enables distributed strategies to address challenges in large-scale divisible problems by decomposing them into small ones, processing the corresponding sub-solutions and aggregating these sub-solutions into the final result. However, dynamic online detection of data races in execution traces of multithreaded programs is challenging to be parallelized due to their inherent historic event sensitivity and incremental inference of happens-before transitive closure To examine the extent of such detection to be transformed into parallel versions, in this paper, we present BlockRace, a novel dynamic block-based data race detection technique, which precisely detects data races in such traces and checks pairs of events blocks in parallel using its novel strategy. We evaluate BlockRace on 18 programs, and the results show that BlockRace achieves 1.96x to 5.5x speedups compared to its sequential counterparts. To the best of our knowledge BlockRace is the first technique to detect races in block paris where these block pairs can be run m parallel on Big Data frameworks. Copyright © 2020 Association for Computing Machinery.
Original language | English |
---|---|
Title of host publication | Proceedings of 2020 IEEE/ACM 1st International Conference on Automation of Software Test, AST 2020 |
Place of Publication | New York |
Publisher | Association for Computing Machinery |
Pages | 71-80 |
ISBN (Electronic) | 9781450379571 |
DOIs | |
Publication status | Published - 2020 |
Citation
Mei, X., Wei, Z., Zhang, H., & Chan, W. K. (2020). BlockRace: A big data approach to dynamic block-based data race detection for multithreaded programs. In Proceedings of 2020 IEEE/ACM 1st International Conference on Automation of Software Test, AST 2020 (pp. 71-80). Association for Computing Machinery. https://doi.org/10.1145/3387903.3389311Keywords
- Data race detection
- Parallelzation
- Concurrency bug
- Multithreaded programs