@inproceedings{9768cd79652b4867a800e42d62e6dc55,
title = "Capturing propagation of infected program states",
abstract = "Coverage-based fault-localization techniques find the fault-related positions in programs by comparing the execution statistics of passed executions and failed executions. They assess the fault suspiciousness of individual program entities and rank the statements in descending order of their suspiciousness scores to help identify faults in programs. However, many such techniques focus on assessing the suspiciousness of individual program entities but ignore the propagation of infected program states among them. In this paper, we use edge profiles to represent passed executions and failed executions, contrast them to model how each basic block contributes to failures by abstractly propagating infected program states to its adjacent basic blocks through control flow edges. We assess the suspiciousness of the infected program states propagated through each edge, associate basic blocks with edges via such propagation of infected program states, calculate suspiciousness scores for each basic block, and finally synthesize a ranked list of statements to facilitate the identification of program faults. We conduct a controlled experiment to compare the effectiveness of existing representative techniques with ours using standard bench-marks. The results are promising.",
keywords = "Basic block, Control-flow edge, Edge profile, Fault localization",
author = "Zhenyu Zhang and Chan, \{W. K.\} and Tse, \{T. H.\} and Bo Jiang and Xinming Wang",
year = "2009",
doi = "10.1145/1595696.1595705",
language = "英语",
isbn = "9781605580012",
series = "ESEC-FSE'09 - Proceedings of the Joint 12th European Software Engineering Conference and 17th ACM SIGSOFT Symposium on the Foundations of Software Engineering",
pages = "43--52",
booktitle = "ESEC-FSE'09 - Proceedings of the Joint 12th European Software Engineering Conference and 17th ACM SIGSOFT Symposium on the Foundations of Software Engineering",
note = "Joint 12th European Software Engineering Conference and 17th ACM SIGSOFT Symposium on the Foundations of Software Engineering, ESEC-FSE'09 ; Conference date: 24-08-2009 Through 28-08-2009",
}