We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fc0a14 commit 8650410Copy full SHA for 8650410
compiler-rt/lib/tsan/rtl/tsan_platform_linux.cpp
@@ -292,8 +292,12 @@ static void ReExecIfNeeded(bool ignore_heap) {
292
} else {
293
Printf(
294
"FATAL: ThreadSanitizer: memory layout is incompatible, "
295
- "even though ASLR is disabled.\n"
296
- "Please file a bug.\n");
+ "even though ASLR is disabled.\n");
+ Printf(
297
+ "FATAL: This error may occur for programs that use GPU libraries.");
298
299
+ "FATAL: If your program does not use GPU libraries, please file a "
300
+ "TSan bug.\n");
301
DumpProcessMap();
302
Die();
303
}
0 commit comments