about this paper

presentation abstract bibitem

downloads

editor link
Daniel Kästner, Antoine Miné, André Schmidt, Heinz Hille, Laurent Mauborgne, Stephan Wilhelm, Xavier Rival, J\'er\^ome Feret, Patrick Cousot, and Christian Ferdinand.
Finding All Potential Run-Time Errors and Data Races in Automotive Software

In SAE wold Congress 2017 - SAE 2017.

Abstract: Safety-critical embedded software has to satisfy stringent quality requirements. All contemporary safety standards require evidence that no data races and no critical run-time errors occur, such as invalid pointer accesses, buffer overflows, or arithmetic overflows. Such errors can cause software crashes, invalidate separation mechanisms in mixed-criticality software, and are a frequent cause of errors in concurrent and multi-core applications. The static analyzer Astrée has been extended to soundly and automatically analyze concurrent software. This novel extension employs a scalable abstraction which covers all possible thread interleavings, and reports all potential run-time errors, data races, deadlocks, and lock/unlock problems. When the analyzer does not report any alarm, the program is proven free from those classes of errors. Dedicated support for ARINC 653 and OSEK/AUTOSAR enables a fully automatic OS-aware analysis. In this article we give an overview of the key concepts of the concurrency analysis and report on experimental results obtained on concurrent automotive software. The experiments confirm that the novel analysis can be successfully applied to real automotive software projects.

@inproceedings{2017-01-0054,
  author="Daniel Kaestner and Antoine Min{\'e} and Andr{\'e} Schmidt and Heinz Hille and Laurent Mauborgne and Stephan Wilhelm and Xavier Rival and J{\'e}r{\^o}me Feret and Patrick Cousot and Christian Ferdinand",
  publisher="SAE International",
  title="Finding All Potential Run-Time Errors and Data Races in Automotive Software",
  booktitle="SAE Technical Paper",
  year="2017",
  month="03",
  url="http://doi.org/10.4271/2017-01-0054",
  doi="10.4271/2017-01-0054"
}