[compiler-rt] [tsan][NFCI] Add note that GPU libraries may cause shadow mapping incompatibility (PR #137835)
Thurston Dang via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 29 12:21:59 PDT 2025
================
@@ -292,8 +292,12 @@ static void ReExecIfNeeded(bool ignore_heap) {
} else {
Printf(
"FATAL: ThreadSanitizer: memory layout is incompatible, "
- "even though ASLR is disabled.\n"
- "Please file a bug.\n");
+ "even though ASLR is disabled.\n");
+ Printf(
+ "FATAL: This error may occur for programs that use GPU libraries.");
----------------
thurstond wrote:
Users may grep/filter for 'FATAL' in the log, and it would be misleading if they only saw a subset of the lines.
https://github.com/llvm/llvm-project/pull/137835
More information about the llvm-commits
mailing list