Product Details

L2D2: A Low Level Deadlock Detector, Version 1.0

Created: 2020

Czech title
L2D2: nízko-úrovňový detektor uváznutí, verze 1.0
Type
software
License
required - free
Authors
Marcin Vladimír, Ing. (FIT BUT)
Vojnar Tomáš, prof. Ing., Ph.D. (DITS FIT BUT)
Keywords

Concurrent programs, multithreaded programs, low-level synchronisation, mutexes, deadlocks, static analysis, abstract interpretation, function summaries, Facebook Infer.

Description

L2D2 version 1.0 is the first version of a static detector of deadlocks in concurrent programs written in C, C++, or Java and using low-level synchronisation by explicit mutex locking and unlocking. The tool is a static analyser based on abstract interpretation and function summaries, which are computed along the call tree, starting from its leaves so as to achieve good scalability. The detector is implemented in Ocaml as a plugin of the Facebook Infer Framework.

Location
Licence

Free software under the MIT license (cf. https://opensource.org/licenses/MIT).

Projects
Research groups
Departments
Back to top