Stateless Model Checking of Event-Driven Applications

Casper Svenning Jensen, Anders Møller, Veselin Raychev, Dimitar Dimitrov, and Martin Vechev

Modern event-driven applications, such as, web pages and mobile applications, heavily rely on asynchrony to ensure smooth end-user experience. Unfortunately, even though these applications are executed by a single event-loop thread, they can still exhibit nondeterministic behaviors depending on the execution order of interfering asynchronous events. As in classic shared-memory concurrency, this nondeterminism makes it challenging to discover errors that manifest only in specific schedules of events.

In this work we propose the first stateless model checker for event-driven applications, called R4. Our algorithm systematically explores the nondeterminism in the application and concisely exposes its overall effect, which is useful in a range of debugging scenarios, including bug discovery and repair. The algorithm builds on a combination of three key insights: (i) a dynamic partial order reduction (DPOR) technique for reducing the search space, tailored to the domain of event-driven applications, (ii) conflict-reversal bounding based on a hypothesis that most errors occur with a small number of event reorderings, and (iii) approximate replay of entire sequences, which is critical for separating harmless from harmful nondeterminism.

We instantiate R4 for the domain of client-side web applications and use it to analyze event interference in a number of real-world programs. The experimental results indicate that the precision and overall exploration capabilities of our system significantly exceed that of existing techniques.

[ PDF | BibTeX]


© 2015 ACM