paper-with-me

Papers

Localizing Bugs in Program Executions with Graphical Models

2009-12-01 · NeurIPS 2009 12 · Laura Dietz, Valentin Dallmeier, Andreas Zeller, Tobias Scheffer

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.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian Inference

Similar Papers 제목 키워드 기반

Towards Runtime Verification of Programmable Switches

2020-04-22 · Apoorv Shukla, Kevin Hudemann, Zsolt Vági, Lily Hügerich 외

Is it possible to patch software bugs in P4 programs without human involvement? We show that this is partially possible in many cases due to advances in software testing and the structure of P4 programs. Our insight is t…

software testing

Go-Oracle: Automated Test Oracle for Go Concurrency Bugs

2024-12-11 · Foivos Tsimpourlas, Chao Peng, Carlos Rosuero, Ping Yang 외

The Go programming language has gained significant traction for developing software, especially in various infrastructure systems. Nonetheless, concurrency bugs have become a prevalent issue within Go, presenting a uniqu…

Precise Debugging Benchmark: Is Your Model Debugging or Regenerating?

2026-04-19 · Wang Bill Zhu, Miaosen Chai, Shangshang Wang, Yejia Liu 외 arxiv

Unlike code completion, debugging requires localizing faults and applying targeted edits. We observe that frontier LLMs often regenerate correct but over-edited solutions during debugging. To evaluate how far LLMs are fr…

Code Completion

TTrace: Lightweight Error Checking and Diagnosis for Distributed Training

2025-06-10 · Haitian Jiang, Shaowei Zhu, Zhen Zhang, Zhenyu Song 외

Distributed training is essential for scaling the training of large neural network models, such as large language models (LLMs), across thousands of GPUs. However, the complexity of distributed training programs makes th…

Resolving Crash Bugs via Large Language Models: An Empirical Study

2023-12-16 · Xueying Du, Mingwei Liu, Juntao Li, Hanlin Wang 외

Crash bugs cause unexpected program behaviors or even termination, requiring high-priority resolution. However, manually resolving crash bugs is challenging and labor-intensive, and researchers have proposed various tech…

Language ModellingLarge Language Model