English
 
Help Privacy Policy Disclaimer
  Advanced SearchBrowse

Item

ITEM ACTIONSEXPORT

Released

Conference Paper

Localizing Bugs in Program Executions with Graphical Models

MPS-Authors
/persons/resource/persons44319

Dietz,  Laura
Databases and Information Systems, MPI for Informatics, Max Planck Society;

/persons/resource/persons45377

Scheffer,  Tobias
Machine Learning, MPI for Informatics, Max Planck Society;

External Resource
No external resources are shared
Fulltext (restricted access)
There are currently no full texts shared for your IP range.
Fulltext (public)
There are no public fulltexts stored in PuRe
Supplementary Material (public)
There is no public supplementary material available
Citation

Dietz, L., Dallmeier, V., Zeller, A., & Scheffer, T. (2009). Localizing Bugs in Program Executions with Graphical Models. In Y. Bengio, D. Schuurmans, J. Lafferty, C. Williams, & A. Culotta (Eds.), Advances in Neural Information Processing Systems 22 (NIPS09) (pp. 468-477). La Jolla, CA: NIPS Foundation. Retrieved from http://books.nips.cc/papers/files/nips22/NIPS2009_0704.pdf.


Cite as: https://hdl.handle.net/11858/00-001M-0000-000F-192A-7
Abstract
We devise a graphical model that supports the process of debugging software by guiding developers to code that is likely to contain defects. The model is trained using execution traces of passing test runs; it reflects the distribution over transitional patterns of code positions. Given a failing test case, the model determines the least likely transitional pattern in the execution trace. The model is designed such that Bayesian inference has a closed-form solution. We evaluate the Bernoulli graph model on data of the software projects AspectJ and Rhino.