• 更多栏目

    胡燕

    • 副教授       硕士生导师
    • 性别:男
    • 毕业院校:中国科学技术大学
    • 学位:博士
    • 所在单位:软件学院、国际信息与软件学院
    • 电子邮箱:huyan@dlut.edu.cn

    访问量:

    开通时间:..

    最后更新时间:..

    Profile Directed Systematic Testing of Concurrent Programs

    点击次数:

    论文类型:会议论文

    发表时间:2013-05-18

    收录刊物:EI、CPCI-S、Scopus

    页面范围:47-52

    关键字:Bug Detection; Profiling; Dynamic Analysis; Concurrency Testing

    摘要:Runtime data is a rich source of feedback information which can be used to improve program analysis. In this paper, we proposed a Profile directed Event driven Dynamic AnaLysis (PEDAL) to effectively detect concurrency bugs. PEDAL identifies important schedule points with the help of profiling data, and generates a reduced set of schedule points where preemptions could happen. The reduced preemption set is then used to direct the search for erroneous schedules. PEDAL is evaluated on a set of multithreaded benchmark programs, including MySQL, the industrial level database server application. Experimental results show that PEDAL is both efficient and scalable, as compared with several existing analysis techniques.