English

Future-based Static Analysis of Message Passing Programs

Logic in Computer Science 2016-06-21 v1 Programming Languages

Abstract

Message passing is widely used in industry to develop programs consisting of several distributed communicating components. Developing functionally correct message passing software is very challenging due to the concurrent nature of message exchanges. Nonetheless, many safety-critical applications rely on the message passing paradigm, including air traffic control systems and emergency services, which makes proving their correctness crucial. We focus on the modular verification of MPI programs by statically verifying concrete Java code. We use separation logic to reason about local correctness and define abstractions of the communication protocol in the process algebra used by mCRL2. We call these abstractions futures as they predict how components will interact during program execution. We establish a provable link between futures and program code and analyse the abstract futures via model checking to prove global correctness. Finally, we verify a leader election protocol to demonstrate our approach.

Keywords

Cite

@article{arxiv.1606.05942,
  title  = {Future-based Static Analysis of Message Passing Programs},
  author = {Wytse Oortwijn and Stefan Blom and Marieke Huisman},
  journal= {arXiv preprint arXiv:1606.05942},
  year   = {2016}
}

Comments

In Proceedings PLACES 2016, arXiv:1606.05403

R2 v1 2026-06-22T14:28:55.343Z