The search functionality is under construction.

IEICE TRANSACTIONS on Information

Biped: Bidirectional Prediction of Order Violations

Xi CHANG, Zhuo ZHANG, Yan LEI, Jianjun ZHAO

  • Full Text Views

    0

  • Cite this

Summary :

Concurrency bugs do significantly affect system reliability. Although many efforts have been made to address this problem, there are still many bugs that cannot be detected because of the complexity of concurrent programs. Compared with atomicity violations, order violations are always neglected. Efficient and effective approaches to detecting order violations are therefore in urgent need. This paper presents a bidirectional predictive trace analysis approach, BIPED, which can detect order violations in parallel based on a recorded program execution. BIPED collects an expected-order execution trace into a layered bidirectional prediction model, which intensively represents two types of expected-order data flows in the bottom layer and combines the lock sets and the bidirectionally order constraints in the upper layer. BIPED then recognizes two types of candidate violation intervals driven by the bottom-layer model and then checks these recognized intervals bidirectionally based on the upper-layer constraint model. Consequently, concrete schedules can be generated to expose order violation bugs. Our experimental results show that BIPED can effectively detect real order violation bugs and the analysis speed is 2.3x-10.9x and 1.24x-1.8x relative to the state-of-the-art predictive dynamic analysis approaches and hybrid model based static prediction analysis approaches in terms of order violation bugs.

Publication
IEICE TRANSACTIONS on Information Vol.E98-D No.2 pp.334-345
Publication Date
2015/02/01
Publicized
2014/10/29
Online ISSN
1745-1361
DOI
10.1587/transinf.2014EDP7347
Type of Manuscript
PAPER
Category
Software Engineering

Authors

Xi CHANG
  Shanghai Jiao Tong University
Zhuo ZHANG
  College of Computer, National University of Defense Technology
Yan LEI
  College of Computer, National University of Defense Technology
Jianjun ZHAO
  Shanghai Jiao Tong University

Keyword