Closed springmeyer closed 7 years ago
Huh, I didn't really notice this when I used it, i guess because I just used my regular version of Node.js/npm to install everything, then called the asan node
binary directly to run.
no longer actionable. Building node with asan is not longer needed for the use case that drove my interest - recent versions of clang++/compiler-rt allow using LD_PRELOAD to push the sanitizer shared libraries into the process such that you can now instrument a node C++ addon and effectively test it with an uninstrumented node.
Seeing this for unknown reasons: