@inproceedings{673c62de7f7b44e89fca7b2949f50ad3,
title = "Lightweight labeling scheme for on-the-fly race detection of signal handlers",
abstract = "Data races represent one of the most notorious class of bugs in shared-memory parallel programs since they are hard to reproduce and can lead programs into unintended nondeterministic executions. However, data races can also show up in sequential programs that use signals when a signal handler and the sequential program both access without proper synchronization, a shared variable with at least one write-access operation. Unfortunately, existing tools for race detection in such programs produce high time and space overhead that drastically slow down the monitored program. This overhead is partly due to the use of costly and inappropriate timestamps originally designed for threads' ordering in multithreaded programs. This paper presents a lightweight labeling scheme for efficient on-the-fly race detection in sequential programs that use signal handlers. This scheme generates constant-sized labels for the program and its signal handlers and determines the logical concurrency between instructions accessing the same shared memory. Generating and comparing concurrency information are done in constant time. The efficiency of the technique and its limited footprint on the program execution make the on-the-fly race detection more practical in sequential programs.",
keywords = "Data races, labeling scheme, on-the-fly race detection, sequential programs, signal, signal handlers",
author = "Tchamgoue, {Guy Martin} and Ha, {Ok Kyoon} and Kim, {Kyong Hoon} and Jun, {Yong Kee}",
year = "2011",
doi = "10.1007/978-3-642-20998-7_25",
language = "English",
isbn = "9783642209970",
series = "Communications in Computer and Information Science",
number = "PART 2",
pages = "201--208",
booktitle = "Ubiquitous Computing and Multimedia Applications - Second International Conference, UCMA 2011, Proceedings",
edition = "PART 2",
note = "2nd International Conference on Ubiquitous Computing and Multimedia Applications, UCMA 2011 ; Conference date: 13-04-2011 Through 15-04-2011",
}