中文

The One Page Model Checker

计算机科学中的逻辑 2007-05-23 v1

摘要

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.

关键词

引用

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

备注

12 pages