[PATCH] asan: fix signal handling during stoptheworld

Sergey Matveev earthdok at google.com
Mon Mar 2 09:09:14 PST 2015


lgtm w/nit


================
Comment at: lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cc:106
@@ -105,3 +105,3 @@
   } else {
-    VReport(1, "Attached to thread %d.\n", tid);
+    VReport(2, "Attached to thread %d.\n", tid);
     // The thread is not guaranteed to stop before ptrace returns, so we must
----------------
why?

http://reviews.llvm.org/D8005

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list