[pl-seminar] Tomorrow's Talk


Date: Mon, 21 Nov 2016 05:44:17 +0000
From: Qinheping HU <qhu28@xxxxxxxx>
Subject: [pl-seminar] Tomorrow's Talk

Tomorrow, from 12 to 1pm in 4310 cs, Stephen will give a talk: Automatic Verification of Concurrent programs with Bounded Threads. 


Abstract:

Automatic verification of concurrent programs remains a critical
and open problem. One key challenge in verifying such programs is
reasoning soundly about all possible interleavings of the two threads. Previous work addresses this challenge by considering each interleaving at a time.

In this work, we propose a novel automatic verifier, named
NESTER, that refutes all interleavings of a pair of paths at once, using DAG interpolants. These are then combined using the Lazy Interpolants strategy of McMillan.
NESTER can also verify a safety property for program runs with procedure calls and returns in which the calls and returns of threads are well-nested. This has been implemented to target Java Virtual Machine bytecode and has been used to verify or find counterexamples to critical safety properties in a collection of open concurrency benchmarks.

Best,
Qinheping Hu


[← Prev in Thread] Current Thread [Next in Thread→]