Closed GoogleCodeExporter closed 9 years ago
What version of asan are you using?
I thought this should be fixed by
http://llvm.org/viewvc/llvm-project?rev=201400&view=rev
Original comment by konstant...@gmail.com
on 13 Apr 2014 at 7:28
> This footprint also exist with stack,
> if the max stack size of per thread is 10mb,
> then the footprint of per thread is 1.25mb.
This may be thread context created by ASan (it's ~2.5mb on i686). Kernel
sometimes merges it into memory region that was used for thread stack (because
attributes are compatible).
Original comment by tetra2...@gmail.com
on 13 Apr 2014 at 1:35
[deleted comment]
You can close it now. (I can't found where to)
Original comment by ripn...@gmail.com
on 13 Apr 2014 at 3:44
Oh, sorry for didn't read more before post here.
I'm using clang 3.4, and just build 3.5 from svn.
I can confirm this issue is already gone.
With clang and llvm 3.5 the footprint of per thread is about 0.08m (on x86),
what ever the max stack size I set.
Original comment by ripn...@gmail.com
on 13 Apr 2014 at 3:48
Original comment by konstant...@gmail.com
on 13 Apr 2014 at 4:30
Adding Project:AddressSanitizer as part of GitHub migration.
Original comment by ramosian.glider@gmail.com
on 30 Jul 2015 at 9:14
Original issue reported on code.google.com by
ripn...@gmail.com
on 13 Apr 2014 at 5:12