[PATCH] asan: fix signal handling during stoptheworld

Dmitry Vyukov dvyukov at google.com
Mon Mar 2 09:37:39 PST 2015


================
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
----------------
earthdok wrote:
> why?
as per offline discussion the comment is revoked
it is not super important to be logged on the maximum verbosity level

http://reviews.llvm.org/D8005

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






More information about the llvm-commits mailing list