@inproceedings{cerny2014regression-free, author = {Cerny, Pavol and Henzinger, Thomas A. and Radhakrishna, Arjun and Ryzhyk, Leonid and Tarrach, Thorsten}, title = {Regression-Free Synthesis for Concurrency}, booktitle = {Computer Aided Verification (CAV)}, year = {2014}, month = {July}, abstract = {While fixing concurrency bugs, program repair algorithms may introduce new concurrency bugs. We present an algorithm that avoids such regressions. The solution space is given by a set of program transformations we consider in for repair process. These include reordering of instructions within a thread and inserting atomic sections. The new algorithm learns a constraint on the space of candidate solutions, from both positive examples (error-free traces) and counterexamples (error traces). From each counterexample, the algorithm learns a constraint necessary to remove the errors. From each positive examples, it learns a constraint that is necessary in order to prevent the repair from turning the trace into an error trace. We implemented the algorithm and evaluated it on simplified Linux device drivers with known bugs.}, url = {http://approjects.co.za/?big=en-us/research/publication/regression-free-synthesis-for-concurrency/}, }