Open GoogleCodeExporter opened 9 years ago
Original comment by ramosian.glider@gmail.com
on 19 Aug 2014 at 2:44
It doesn't dump coverage either. The whole exit logic is a bit of a mess. I
think we should keep using __exit() to terminate LSan on error, but call back
into __asan_atexit() and __sanitizer_cov_dump() first (probably move the latter
call into the former).
Incidentally, the description for the print_stats flag is incorrect:
"Print various statistics after printing an error message or if atexit=1."
In fact the flag only affects former case. When atexit=1, stats are printed
unconditionally at exit.
Original comment by earth...@google.com
on 25 Aug 2014 at 1:19
Adding Project:AddressSanitizer as part of GitHub migration.
Original comment by ramosian.glider@gmail.com
on 30 Jul 2015 at 9:06
Original issue reported on code.google.com by
ramosian.glider@gmail.com
on 19 Aug 2014 at 2:44