Standard streams are closed immediately after main executable destructors on
Android.
ASan runtime is a shared library, and its destructors (including atexit
handlers) run after that. Any attempt to write smth to stderr causes a deadlock
(if Die() also writes to stderr) or a crash (if it does not).
This is an issue for coverage dumping.
Original issue reported on code.google.com by euge...@google.com on 12 Feb 2014 at 3:43
Original issue reported on code.google.com by
euge...@google.com
on 12 Feb 2014 at 3:43