[PATCH] D80967: add debug code to chase down a rare crash in asan/lsan https://github.com/google/sanitizers/issues/1193

Kostya Serebryany via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 1 17:54:04 PDT 2020


kcc created this revision.
kcc added a reviewer: vitalybuka.
Herald added a project: Sanitizers.
Herald added a subscriber: Sanitizers.
kcc updated this revision to Diff 267769.
kcc added a comment.
kcc updated this revision to Diff 267773.

(fix typo)


kcc added a comment.

(update)


add debug code to chase down a rare crash in asan/lsan https://github.com/google/sanitizers/issues/1193


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D80967

Files:
  compiler-rt/lib/asan/asan_allocator.cpp


Index: compiler-rt/lib/asan/asan_allocator.cpp
===================================================================
--- compiler-rt/lib/asan/asan_allocator.cpp
+++ compiler-rt/lib/asan/asan_allocator.cpp
@@ -1045,7 +1045,7 @@
   if (!m)
     Printf(
         "ASAN is about to crash with a CHECK failure.\n"
-        "The ASAN developers are trying to chaise down this bug,\n"
+        "The ASAN developers are trying to chase down this bug,\n"
         "so if you've encountered this bug please let us know.\n"
         "See also: https://github.com/google/sanitizers/issues/1193\n"
         "chunk: %p caller %p __lsan_current_stage %s\n",


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80967.267773.patch
Type: text/x-patch
Size: 641 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200602/404a4108/attachment.bin>


More information about the llvm-commits mailing list