Skip to content

Commit 0a2d5cb

Browse files
committed
[msan][NFCI] Add note that GPU libraries may cause shadow mapping incompatibility
1 parent 1fc0a14 commit 0a2d5cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compiler-rt/lib/msan/msan.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,9 @@ void __msan_init() {
483483
Printf("FATAL: Disabling ASLR is known to cause this error.\n");
484484
Printf("FATAL: If running under GDB, try "
485485
"'set disable-randomization off'.\n");
486+
Printf(
487+
"FATAL: This error may also occur for programs that use GPU "
488+
"libraries.\n");
486489
DumpProcessMap();
487490
Die();
488491
}

0 commit comments

Comments
 (0)