@inproceedings{7e8f2c4183f04627b6cbc2cbe964b334,
title = "Generating data race witnesses by an SMT-based analysis",
abstract = "Data race is one of the most dangerous errors in multithreaded programming, and despite intensive studies, it remains a notorious cause of failures in concurrent systems. Detecting data races is already a hard problem, and yet it is even harder for a programmer to decide whether or how a reported data race can appear in the actual program execution. In this paper we propose an algorithm for generating debugging aid information called witnesses, which are concrete thread schedules that can deterministically trigger the data races. More specifically, given a concrete execution trace, e.g. non-erroneous one which may have triggered a warning in Eraser-style data race detectors, we use a symbolic analysis based on SMT solvers to search for a data race witness among alternative interleavings of events of that trace. Our symbolic analysis precisely encodes the sequential consistency semantics using a scalable predictive model to ensure that the reported witness is always feasible.",
keywords = "Concurrent Programs, Data Race, Debug, SMT",
author = "Mahmoud Said and Chao Wang and Zijiang Yang and Karem Sakallah",
year = "2011",
doi = "10.1007/978-3-642-20398-5\_23",
language = "英语",
isbn = "9783642203978",
series = "Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics)",
pages = "313--327",
booktitle = "NASA Formal Methods - Third International Symposium, NFM 2011, Proceedings",
note = "3rd NASA Formal Methods Symposium, NFM 2011 ; Conference date: 18-04-2011 Through 20-04-2011",
}