Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try to get the sanitizer display the stacktrace of issues
[simgrid.git] / tools / jenkins / Sanitizers.sh
index 848eab2..f75e678 100755 (executable)
@@ -64,6 +64,7 @@ fi
 make clean
 
 export TSAN_OPTIONS="memory_limit_mb=1500"
+export UBSAN_OPTIONS="print_stacktrace=1"
 
 ctest -D ExperimentalStart || true