scispace - formally typeset
Journal ArticleDOI

Model checking programs

TLDR
A verification and testing environment for Java, called Java PathFinder (JPF), which integrates model checking, program analysis and testing, and uses state compression to handle big states and partial order and symmetry reduction, slicing, abstraction, and runtime analysis techniques to reduce the state space.
Abstract
The majority of the work carried out in the formal methods community throughout the last three decades has (for good reasons) been devoted to special languages designed to make it easier to experiment with mechanized formal methods such as theorem provers and model checkers. In this paper, we give arguments for why we believe it is time for the formal methods community to shift some of its attention towards the analysis of programs written in modern programming languages. In keeping with this philosophy, we have developed a verification and testing environment for Java, called Java PathFinder (JPF), which integrates model checking, program analysis and testing. Part of this work has consisted of building a new Java Virtual Machine that interprets Java bytecode. JPF uses state compression to handle large states, and partial order reduction, slicing, abstraction and run-time analysis techniques to reduce the state space. JPF has been applied to a real-time avionics operating system developed at Honeywell, illustrating an intricate error, and to a model of a spacecraft controller, illustrating the combination of abstraction, run-time analysis and slicing with model checking.

read more

Content maybe subject to copyright    Report

Citations
More filters

CHESS: A Systematic Testing Tool for Concurrent Software

TL;DR: A tool called CHESS is implemented for performing concurrency scenario testing of systems programs and has found numerous previously unknown bugs in systems that had been stress tested for many months prior to being tested by CHESS.
Proceedings ArticleDOI

Racer: effective race detection using aspectj

TL;DR: This work proposes a language extension to the aspect-oriented programming language AspectJ, in the form of three new pointcuts, lock(), unlock() and maybeShared().
Journal ArticleDOI

Formal verification of autonomous vehicle platooning

TL;DR: A mixed strategy of formal verification and global verification allows us to verify safety requirements not only of a model of the system, but of the actual agent code used to program the autonomous vehicles.
Proceedings ArticleDOI

A buffer overflow benchmark for software model checkers

TL;DR: In this paper, the authors present a publicly available benchmark suite to help guide and evaluate software model checking for buffer overflow detection in 12 open source applications and give a preliminary evaluation of the benchmark using the SatAbs model checker.
Proceedings ArticleDOI

Analysis of invariants for efficient bounded verification

TL;DR: TACO is presented, a prototype tool which implements a novel, general and fully automated technique for the SAT-based analysis of JML-annotated Java sequential programs dealing with complex linked data structures and can uncover bugs that cannot be detected by state-of-the-art tools based on SAT-s solving, model checking or SMT-solving.
References
More filters
Journal ArticleDOI

Statecharts: A visual formalism for complex systems

TL;DR: It is intended to demonstrate here that statecharts counter many of the objections raised against conventional state diagrams, and thus appear to render specification by diagrams an attractive and plausible approach.
Book

The Unified Modeling Language User Guide

TL;DR: In The Unified Modeling Language User Guide, the original developers of the UML provide a tutorial to the core aspects of the language in a two-color format designed to facilitate learning.
Journal Article

An Axiomatic Basis for Computer Programming

Journal ArticleDOI

The model checker SPIN

TL;DR: An overview of the design and structure of the verifier, its theoretical foundation, and an overview of significant practical applications are given.
Book

The Z notation: a reference manual

TL;DR: Tutorial introduction background the Z language the mathematical tool-kit sequential systems syntax summary and how to use it to solve sequential systems problems.