Program conversion for detecting data races in concurrent interrupt handlers

4Citations
Citations of this article
3Readers
Mendeley users who have this article in their library.
Get full text

Abstract

Data races are one of the most notorious concurrency bugs in explicitly shared-memory programs including concurrent interrupt handlers, because these bugs are hard to reproduce and lead to unintended nondeterministic executions of the program. The previous tool for detecting races in concurrent interrupt handlers converts each original handler into a corresponding thread to use existing techniques that detect races in multi-threaded programs. Unfortunately, this tool reports too many false positives, because it uses a static technique for detecting races. This paper presents a program conversion tool that translates the program to be debugged into a semantically equivalent multi-threaded program considering real-time scheduling policies and interrupt priorities of processor. And then, we detect races in the converted programs using a dynamic tool which detects races in multi-threaded programs. To evaluate this tool, we used two flight control programs for unmanned aerial vehicle. The previous approach reported two and three false positives in these programs, respectively, while our approach did not report any false positive. © 2011 Springer-Verlag.

Cite

CITATION STYLE

APA

Lee, B. K., Kang, M. H., Park, K. C., Yi, J. S., Yang, S. W., & Jun, Y. K. (2011). Program conversion for detecting data races in concurrent interrupt handlers. In Communications in Computer and Information Science (Vol. 257 CCIS, pp. 407–415). https://doi.org/10.1007/978-3-642-27207-3_45

Register to see more suggestions

Mendeley helps you to discover research relevant for your work.

Already have an account?

Save time finding and organizing research with Mendeley

Sign up for free