English

SysPro: Reproducing System-level Concurrency Bugs from Bug Reports

Software Engineering 2026-01-15 v1

Abstract

Reproducing system-level concurrency bugs requires both input data and the precise interleaving order of system calls. This process is challenging because such bugs are non-deterministic, and bug reports often lack the detailed information needed. Additionally, the unstructured nature of reports written in natural language makes it difficult to extract necessary details. Existing tools are inadequate to reproduce these bugs due to their inability to manage the specific interleaving at the system call level. To address these challenges, we propose SysPro, a novel approach that automatically extracts relevant system call names from bug reports and identifies their locations in the source code. It generates input data by utilizing information retrieval, regular expression matching, and the category-partition method. This extracted input and interleaving data are then used to reproduce bugs through dynamic source code instrumentation. Our empirical study on real-world benchmarks demonstrates that SysPro is both effective and efficient at localizing and reproducing system-level concurrency bugs from bug reports.

Keywords

Cite

@article{arxiv.2601.09616,
  title  = {SysPro: Reproducing System-level Concurrency Bugs from Bug Reports},
  author = {Tarannum Shaila Zaman and Zhihui Yan and Chen Wang and Chadni Islam and Jiangfan Shi and Tingting Yu},
  journal= {arXiv preprint arXiv:2601.09616},
  year   = {2026}
}

Comments

Accepted in JSS

R2 v1 2026-07-01T09:04:33.346Z