I try to make Asan continue running after a container overflow error. I added -fsanitize-recover=address to the build flags, and tried both halt_on_error=0 and abort_on_error=0 in the ASAN_OPTIONS. Nothing works, the program aborts after the first error. Could the problem be avoided with suppression files? If yes, is there an easy way to suppress anything from boost? Regards