paperbot · PL 论文追踪

RSS

Soundness of Predictive Concurrency Analyses

OOPSLA 9(OOPSLA1)2025
Shuyang Liu, Doug Lea, Jens Palsberg

尚未生成 AI 速览(可能缺少 API key 或等待下次运行补跑)。

原文摘要(Abstract)

A predictive analysis takes an execution trace as input and discovers concurrency bugs without accessing the program source code. A sound predictive analysis reports no false positives, which sounds like a property that can be defined easily, but which has been defined in many different ways in previous work. In this paper, we unify, simplify, and generalize those soundness defInitions for analyses that discover concurrency bugs that can be represented as a consecutive sequence of events. Our soundness defInition is graph based, separates thread-local properties and whole-execution properties, and works well with weak memory executions. We also present a three-step proof recipe, and we use it to prove six existing analyses sound. This includes the first proof of soundness for a predictive analysis that works with weak memory.

链接与引用

DOI 原文 ·

BibTeX
@article{paperbot3203,
  title = {Soundness of Predictive Concurrency Analyses},
  author = {Shuyang Liu and Doug Lea and Jens Palsberg},
  journal = {Proceedings of the ACM on Programming Languages},
  volume = {9},
  number = {OOPSLA1},
  year = {2025},
  doi = {10.1145/3720435}
}