Efficient concurrency-bug detection across inputs

D Deng, W Zhang, S Lu - Acm Sigplan Notices, 2013 - dl.acm.org
In the multi-core era, it is critical to efficiently test multi-threaded software and expose
concurrency bugs before software release. Previous work has made significant progress in …

Recontest: Effective regression testing of concurrent programs

V Terragni, SC Cheung, C Zhang - 2015 IEEE/ACM 37th IEEE …, 2015 - ieeexplore.ieee.org
Concurrent programs proliferate as multi-core technologies advance. The regression testing
of concurrent programs often requires running a failing test for weeks before catching a …

[PDF][PDF] Surveying concurrency bug detectors based on types of detected bugs

ZD Wu, K Lu, XP Wang - Information Sciences, 2017 - scis.scichina.com
Concurrency bugs widely exist in concurrent programs and have caused severe failures in
the real world. Researchers have made significant progress in detecting concurrency bugs …

根据bug 类型综述并行bug 检测器

Z Wu, K Lu, X Wang - Science China Information Sciences, 2017 - Springer
创新点本文根据四种主要的并行bug 类型, 分别综述了数据竞争检测器, 原子性失效检测器,
顺序性失效检测器和死锁检测器, 同时还分析了其他几种和并行bug 检测相关的技术 …

Integrated usage of different knowledge sources in life science

D Kimoto, T Hochin, H Nomiya - 2017 18th IEEE/ACIS …, 2017 - ieeexplore.ieee.org
This paper integrates the human database with the drosophila one, and uses the integrated
database to acquire new terms about human diseases/traits automatically. This paper uses …

Dynamic program analyses for debugging concurrency bugs in large multi-threaded programs

D Weeratunge - 2013 - search.proquest.com
Concurrency bugs are problems due to incorrect interleaving of parallel tasks. They are
often caused by inadequate synchronization. Unlike bugs in sequential programs …