Enforcing Murphy’s Law for Advance Identification of Run-time Failures

Authors: 

Zach Miller, Todd Tannenbaum, and Ben Liblit, University of Wisconsin—Madison

Abstract: 

Applications do not typically view the kernel as a source of bad input. However, the kernel can behave in unusual (yet permissible) ways for which applications are badly unprepared. We present Murphy, a language-agnostic tool that helps developers discover and isolate run-time failures in their programs by simulating difficult-to-reproduce but completely-legitimate interactions between the application and the kernel. Murphy makes it easy to enable or disable sets of kernel interactions, called gremlins, so developers can focus on the failure scenarios that are im- portant to them. Gremlins are implemented using the ptrace interface, intercepting and potentially modifying an application’s system call invocation while requiring no invasive changes to the host machine.

We show how to use Murphy in a variety of modes to find different classes of errors, present examples of the kernel interactions that are tested, and explain how to apply delta debugging techniques to isolate the code causing the failure. While our primary goal was the development of a tool to assist in new software development, we successfully demonstrate that Murphy also has the capability to find bugs in hardened, widely-deployed software.

 

Open Access Media

USENIX is committed to Open Access to the research presented at our events. Papers and proceedings are freely available to everyone once the event begins. Any video, audio, and/or slides that are posted after the event are also free and open to everyone. Support USENIX and our commitment to Open Access.

BibTeX
@inproceedings {180902,
author = {Zach Miller and Todd Tannenbaum and Ben Liblit},
title = {Enforcing {Murphy{\textquoteright}s} Law for Advance Identification of Run-time Failures},
booktitle = {2012 USENIX Annual Technical Conference (USENIX ATC 12)},
year = {2012},
isbn = {978-931971-93-5},
address = {Boston, MA},
pages = {203--208},
url = {https://www.usenix.org/conference/atc12/technical-sessions/presentation/miller},
publisher = {USENIX Association},
month = jun
}

Presentation Video

Presentation Audio

Comments

0 likes
0 dislikes