TitleReCrash: Making software failures reproducible by preserving object states
Publication TypeConference Paper
Year of Publication2008
AuthorsArtzi S, Kim S, Ernst MD
Conference NameECOOP 2008 –- Object-Oriented Programming, 22nd European Conference
Pagination542–565
Date or Month PublishedJuly
Conference LocationPaphos, Cyprus
AbstractIt is very hard to fix a software failure without being able to reproduce it. However, reproducing a failure is often difficult and time-consuming. This paper proposes a novel technique, ReCrash, that generates multiple unit tests that reproduce a given program failure. During every execution of the target program, ReCrash stores partial copies of method arguments in memory. If the program fails (e.g., crashes), ReCrash uses the saved information to create unit tests reproducing the failure. \par We present ReCrashJ, an implementation of ReCrash for Java. ReCrashJ reproduced real crashes from Javac, SVNKit, Eclipsec, and BST\@. ReCrashJ is unacceptable, then ReCrashJ has another mode that has negligible occurs for a second time, at which point the test cases are generated.
Downloadshttps://groups.csail.mit.edu/pag/ReCrash/ ReCrash implementation https://homes.cs.washington.edu/~mernst/pubs/reproduce-failures-ecoop200... PDF
Citation KeyArtziKE2008