Skip to content

Commit 36639af

Browse files
authored
[NFC][sanitizer] VReport incomplete list (#111944)
1 parent 374886a commit 36639af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ bool ThreadSuspender::SuspendAllThreads() {
216216
VReport(1, "Failed to list threads\n");
217217
return false;
218218
case ThreadLister::Incomplete:
219+
VReport(1, "Incomplete list\n");
219220
retry = true;
220221
break;
221222
case ThreadLister::Ok:

0 commit comments

Comments
 (0)