Jockey: A user-space library for record-replay debugging (2005)
| Venue: | In AADEBUG’05: Proceedings of the sixth international symposium on Automated analysis-driven debugging |
| Citations: | 32 - 0 self |
BibTeX
@INPROCEEDINGS{Saito05jockey:a,
author = {Yasushi Saito},
title = {Jockey: A user-space library for record-replay debugging},
booktitle = {In AADEBUG’05: Proceedings of the sixth international symposium on Automated analysis-driven debugging},
year = {2005},
pages = {69--76},
publisher = {ACM Press}
}
Years of Citing Articles
OpenURL
Abstract
Jockey is an execution record/replay tool for debugging Linux programs. It records invocations of system calls and CPU instructions with timing-dependent effects and later replays them deterministically. It supports process checkpointing to diagnose long-running programs efficiently. Jockey is implemented as a shared-object file that runs as a part of the target process. While this design is the key for achieving Jockey’s goal of safety and ease of use, it also poses challenges. This paper discusses some of the practical issues we needed to overcome in such environments, including low-overhead system-call interception, techniques for segregating resource usage between Jockey and the target process, and an interface for finegrain control of Jockey’s behavior.







