Closed GoogleCodeExporter closed 9 years ago
have this been fixed? I can't reproduce this...
Original comment by konstant...@gmail.com
on 23 Dec 2013 at 2:27
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.
Original comment by earth...@chromium.org
on 23 Dec 2013 at 3:00
Original comment by earth...@google.com
on 12 May 2014 at 11:18
Adding Project:AddressSanitizer as part of GitHub migration.
Original comment by ramosian.glider@gmail.com
on 30 Jul 2015 at 9:13
Original issue reported on code.google.com by
ramosian.glider@gmail.com
on 3 Oct 2013 at 3:46