English

The One Page Model Checker

Logic in Computer Science 2007-05-23 v1

Abstract

We show how standard IPC mechanisms can be used with the fork() system call to perform explicit state model checking on all interleavings of a multithreaded application. We specifically show how to check for deadlock and race conditions in programs with two threads. Our techniques are easy to apply to other languages, and require only the most rudimentary parsing of the target language. Our fundamental system fits in one page of C code.

Keywords

Cite

@article{arxiv.cs/0506084,
  title  = {The One Page Model Checker},
  author = {Jason E. Holt},
  journal= {arXiv preprint arXiv:cs/0506084},
  year   = {2007}
}

Comments

12 pages