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

konstantin.s.serebryany at gmail dot com gcc-bugzilla@gcc.gnu.org
Wed Nov 28 12:57:00 GMT 2012


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

--- Comment #5 from Konstantin Serebryany <konstantin.s.serebryany at gmail dot com> 2012-11-28 12:56:53 UTC ---
We try to minimize the number of syscalls we make in asan run-time. 
One reason for that is that asan may run in a sanbox which disallows some of
them. (Another is just the code bloat)

Why simply removing all the limits before running asan doesn't work? 
Better warning messages will make it move obvious.



More information about the Gcc-bugs mailing list