WATCHER: in-situ failure diagnosis
WATCHER: in-situ failure diagnosis
复制标题
DOI:
10.1145/3428211
复制
发表时间:
2020-11
影响因子:
--
通讯作者:
Hongyu Liu;Sam Silvestro;X. Zhang;Jian Huang;Tongping Liu
中科院分区:
文献类型:
--
作者:
Hongyu Liu;Sam Silvestro;X. Zhang;Jian Huang;Tongping Liu
Diagnosing software failures is important but notoriously challenging. Existing work either requires extensive manual effort, imposing a serious privacy concern (for in-production systems), or cannot report sufficient information for bug fixes. This paper presents a novel diagnosis system, named WATCHER, that can pinpoint root causes of program failures within the failing process ("in-situ"), eliminating the privacy concern. It combines identical record-and-replay, binary analysis, dynamic analysis, and hardware support together to perform the diagnosis without human involvement. It further proposes two optimizations to reduce the diagnosis time and diagnose failures with control flow hijacks. WATCHER can be easily deployed, without requiring custom hardware or operating system, program modification, or recompilation. We evaluate WATCHER with 24 program failures in real-world deployed software, including large-scale applications, such as Memcached, SQLite, and OpenJPEG. Experimental results show that WATCHER can accurately identify the root causes in only a few seconds.