Status: Accepted
Owner: [email protected]
Labels: Type-Defect Priority-Medium

New issue 263 by [email protected]: Android libc closes stdout/stdin/stderr before atexit() handlers
http://code.google.com/p/address-sanitizer/issues/detail?id=263

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.


--
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/groups/opt_out.

Reply via email to