Automated diagnosis of software configuration errors
Submitted by mernst on Tue, 2013-03-19 08:28
| Title | Automated diagnosis of software configuration errors |
| Publication Type | Conference Paper |
| Year of Publication | 2013 |
| Authors | Zhang S, Ernst MD |
| Conference Name | ICSE'13, Proceedings of the 34th International Conference on Software Engineering |
| Date or Month Published | May 22–24 |
| Conference Location | San Francisco, CA, USA |
| Abstract | <p>The behavior of a software system often depends on how that system is configured. Small configuration errors can lead to hard-to-diagnose undesired behaviors. We present a technique (and its tool implementation, called ConfDiagnoser) to identify the root cause of a configuration error –- a single configuration option that can be changed to produce desired behavior. Our technique uses static analysis, dynamic profiling, and statistical analysis to link the undesired behavior to specific configuration options. It differs from existing approaches in two key aspects: it does not require users to provide a testing oracle (to check whether the software functions correctly) and thus is fully automated; and it can diagnose both crashing and non-crashing errors. </p> <p> We evaluated ConfDiagnoser on 5 non-crashing configuration errors and 9 crashing configuration errors from 5 configurable software systems written in Java. On average, the root cause was ConfDiagnoser's fifth-ranked suggestion; in 10 out of 14 errors, the root cause was one of the top 3 suggestions; and more than half of the time, the root cause was the first suggestion.</p> |
| Downloads | ConfDiagnoser implementation |
| Citation Key | ZhangE2013 |
Last changed Mon, 2013-06-03 10:27

cs.