================ Comment at: lib/sanitizer_common/sanitizer_linux.cc:672 @@ -662,2 +671,3 @@ + if (IsErr) { if (proc_self_exe_cache_len) { // If available, use the cached module name. ---------------- BTW, why don't we check proc_self_exe_cache_len first? http://reviews.llvm.org/D3938