[Bug sanitizer/55517] [ASAN] ASAN doesn't work with (soft) ulimit on virtual memory

kcc at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri May 31 10:21:00 GMT 2013


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55517

--- Comment #9 from Kostya Serebryany <kcc at gcc dot gnu.org> ---
> I'd like to try ASAN on a system where the sysadmins enforce
> a hard limit.  Is this possible?

No. asan requires 20Tb (+ a bit) of *virtual* memory to properly function. 
talk to your sysadmins to relax their limits 

> 
> I've set the soft limit to the same value as the hard limit,
> but keep getting similar errors.



More information about the Gcc-bugs mailing list