English

Non-intrusive on-the-fly data race detection using execution replay

Software Engineering 2007-05-23 v1 Programming Languages

Abstract

This paper presents a practical solution for detecting data races in parallel programs. The solution consists of a combination of execution replay (RecPlay) with automatic on-the-fly data race detection. This combination enables us to perform the data race detection on an unaltered execution (almost no probe effect). Furthermore, the usage of multilevel bitmaps and snooped matrix clocks limits the amount of memory used. As the record phase of RecPlay is highly efficient, there is no need to switch it off, hereby eliminating the possibility of Heisenbugs because tracing can be left on all the time.

Keywords

Cite

@article{arxiv.cs/0011005,
  title  = {Non-intrusive on-the-fly data race detection using execution replay},
  author = {Michiel Ronsse and Koen De Bosschere},
  journal= {arXiv preprint arXiv:cs/0011005},
  year   = {2007}
}

Comments

In M. Ducasse (ed), proceedings of the Fourth International Workshop on Automated Debugging (AAdebug 2000), August 2000, Munich. cs.SE/0010035