Title :
ReCBuLC: Reproducing Concurrency Bugs Using Local Clocks
Author :
Xiang Yuan ; Chenggang Wu ; Zhenjiang Wang ; Jianjun Li ; Pen-Chung Yew ; Huang, Jeff ; Xiaobing Feng ; Yanyan Lan ; Yunji Chen ; Yong Guan
Author_Institution :
State Key Lab. of Comput. Archit., Inst. of Comput. Technol., Beijing, China
Abstract :
Multi-threaded programs play an increasingly important role in current multi-core environments. Exposing concurrency bugs and debugging such multi-threaded programs have become quite challenging due to their inherent non-determinism. In order to eliminate such non-determinism, many approaches such as record-and-replay and other similar bug reproducing systems have been proposed. However, those approaches often suffer significant performance degradation because they require a large amount of recorded information and/or long analysis and replay time. In this paper, we propose an effective approach, ReCBuLC, to take advantage of the hardware clocks available on modern processors. The key idea is to reduce the recording overhead and analyzing events´ global order by using time stamps recorded in each thread. Those timestamps are used to determine the global orders of shared accesses. To avoid the large overhead incurred in accessing system-wide global clock, we opt to use local per-core clocks that incur much less access overhead. We then propose techniques to resolve differences among local clocks and obtain an accurate global event order. By using per-core clocks, state-of-the-art bug reproducing systems such as PRES and CLAP can reduce the recording overheads by 1% ~ 85%, and the analysis time by 84.66% ~ 99.99%, respectively.
Keywords :
clocks; concurrency control; multi-threading; multiprocessing systems; program debugging; CLAP; PRES; ReCBuLC; bug reproducing system; concurrency bug reproduction; concurrency bugs; event global order analysis; hardware clock; local per-core clock; multicore environment; multithreaded program debugging; nondeterminism elimination; record-and-replay approach; recording overhead reduction; shared access; time stamp; Clocks; Coherence; Computer bugs; Concurrent computing; Debugging; Hardware; Program processors; bug reproducing; concurrency; local clock;
Conference_Titel :
Software Engineering (ICSE), 2015 IEEE/ACM 37th IEEE International Conference on
Conference_Location :
Florence
DOI :
10.1109/ICSE.2015.94