Self-healing Assurance Based on Bounded Model Checking

  • Authors:
  • Vendula Hrubá;Bohuslav Křena;Tomáš Vojnar

  • Affiliations:
  • Faculty of Information Technology, Brno University of Technology, Brno, Czech Republic CZ-612 66;Faculty of Information Technology, Brno University of Technology, Brno, Czech Republic CZ-612 66;Faculty of Information Technology, Brno University of Technology, Brno, Czech Republic CZ-612 66

  • Venue:
  • Computer Aided Systems Theory - EUROCAST 2009
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

This paper presents an approach of using bounded model checking for healing assurance within a framework for self-healing of concurrent Java programs. In this framework, dynamic (i.e., runtime) analysis is used to detect possible data races for which some pre-defined healing strategy may subsequently be applied. Before applying such a strategy, it is desirable to confirm that the detected possible error is indeed a real error and that the suggested healing strategy will solve it without introducing an even worse problem (namely, a deadlock). For this purpose, we suggest bounded model checking to be applied in the neighbourhood of the state in which the possible error is detected. In order to make this possible, we record certain points in the trace leading to the suspicious state within a run of the tested system, and then replay the trace in the chosen model checker (in particular, Java PathFinder) using its state space exploration capabilities to navigate between the recorded points.