LGTM ================ Comment at: asan_report.cc:447 @@ +446,3 @@ + DescribeThread(GetCurrentThread()); + if (free_thread) + DescribeThread(free_thread); ---------------- you don't need this if, do you? http://llvm-reviews.chandlerc.com/D1635