Liking cljdoc? Tell your friends :D

Sanitizer Results Archive

Snapshots of cargo test under AddressSanitizer (ASan), MemorySanitizer (MSan), ThreadSanitizer (TSan), and Miri.

Logs are date-stamped in their filenames. Re-run via:

scripts/run-sanitizers.sh

(See the script for the exact cargo +nightly invocations and required environment variables.)

Files

FileToolCapturedNotes
asan-results-2026-01-15.logAddressSanitizer2026-01-15Initial run
asan-results-2026-01-19.logAddressSanitizer2026-01-19After Phase 1 ARTrie fixes
msan-results-2026-01-15.logMemorySanitizer2026-01-15
tsan-results-2026-01-15.logThreadSanitizer2026-01-15Large file — has the most signal
miri-results-2026-01-15.logMiri2026-01-15UB checker

How these are tracked

Filenames are matched by *_results.log in .gitignore, so the logs themselves are not committed. The directory and README.md are tracked so contributors know where to put fresh snapshots.

To intentionally commit a snapshot (e.g., a clean run after fixing a TSan race), use git add -f docs/sanitizers/<name>.log.

Can you improve this documentation?Edit on GitHub

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close