This is an archive of the old software engineering chair at Saarland University. It is no longer up-to-date.

Automatic Recovery from Runtime Failures - ICSE 2013
by Antonio Carzaniga, Alessandra Gorla, Andrea Mattavelli, Nicolo' Perino, Mauro Pezze'

ICSE '13: Proceedings of the 2013 International Conference on Software Engineering, Pages 782-791, IEEE Press, June 2013.

ISBN: 978-1-4673-3076-3

Download as PDF file.

Abstract

We present a technique to make applications resilient to failures. This technique is intended to maintain a faulty application functional in the field while the developers work on permanent and radical fixes. We target field failures in applications built on reusable components. In particular, the technique exploits the intrinsic redundancy of those components by identifying workarounds consisting of alternative uses of the faulty components that avoid the failure. The technique is currently implemented for Java applications but makes little or no assumptions about the nature of the application, and works without interrupting the execution flow of the application and without restarting its components. We demonstrate and evaluate this technique on four mid-size applications and two popular libraries of reusable components affected by real and seeded faults. In these cases the technique is effective, maintaining the application fully functional with between 19% and 48% of the failure-causing faults, depending on the application. The experiments also show that the technique incurs an acceptable runtime overhead in all cases.

BibTeX Entry

@inproceedings{gorla-icse-2013,
    title = "Automatic Recovery from Runtime Failures",
    author = "Antonio Carzaniga and Alessandra Gorla and Andrea Mattavelli and Nicolo' Perino and Mauro Pezze'",
    year = "2013",
    month = jun,
    booktitle = "ICSE '13: Proceedings of the 2013 International Conference on Software Engineering",
    location = "San Fancisco, CA, USA",
    pages = "782--791",
    publisher = "IEEE Press",
    ISBN = "978-1-4673-3076-3",
}

Show all publications of the Software Engineering Chair.