Comment #2 on issue 230 by [email protected]: LSan reports a trivial leak non-deterministically
http://code.google.com/p/address-sanitizer/issues/detail?id=230

As far as I remember, this is caused by the following: the glibc function that runs atexit handlers creates a stack array, and the junk pointer that main() leaves on the stack can non-deterministically end up inside that array and be treated as live. I've been meaning to look into this some more, out of curiosity, but I don't think this is something that needs fixing on the LSan side.

--
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