Open andlaus opened 5 years ago
I have looked briefly into this - adding -fsantize=address
to CMAKE_CXX_FLAGS
"works on my machine" - I have Ubuntu 16.04 with gcc 5.4.0.
As for the bug you report it seems to me to originate in your BLAS implementation - not very much we can do with that?
yep, there's probably a memleak in one of the libraries which the code generator links to (my openblas library comes in version 0.3.5). From a downstream user's perspective the difference is rather irrelevant because the build fails...
trying to build with
-fsanitize=address
unadvertedly kills the code generator, probably because of a memory leak. this is for a system with GCC 8.2.1: