Comment #2 on issue 334 by [email protected]: ASan doesn't print stats after an LSan report
https://code.google.com/p/address-sanitizer/issues/detail?id=334

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.


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"address-sanitizer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to