Sciweavers

OOPSLA
2015
Springer

Recovering execution data from incomplete observations

8 years 19 days ago
Recovering execution data from incomplete observations
Due to resource constraints, tracing production applications often results in incomplete data. Nevertheless, developers ideally want answers to queries about the program’s execution beyond data explicitly gathered. For example, a developer may ask whether a particular program statement executed during the run corresponding to a given failure report. In this work, we investigate the problem of determining whether each statement in a program executed, did not execute, or may have executed, given a set of (possiblyincomplete) observations. Using two distinct formalisms, we propose two solutions to this problem. The first formulation represents observations as regular languages, and computes intersections over these languages using finite-state acceptors. The second formulation encodes the problem as a set of Boolean constraints, and uses answer set programming to solve the constraints. Categories and Subject Descriptors D.2.5 [Software Engineering]: Testing and Debugging—debugging ...
Peter Ohmann, David Bingham Brown, Ben Liblit, Tho
Added 16 Apr 2016
Updated 16 Apr 2016
Type Journal
Year 2015
Where OOPSLA
Authors Peter Ohmann, David Bingham Brown, Ben Liblit, Thomas W. Reps
Comments (0)