This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug sanitizer/55679] new asan tests from r194458 fail on x86_64-apple-darwin10


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

--- Comment #14 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2012-12-14 23:31:37 UTC ---
Concerning the failure of c-c++-common/asan/rlimit-mmap-test-1.c, I have looked
at the man for setrlimit. For Linux I see:

RLIMIT_AS
...
RLIMIT_CORE
...
RLIMIT_CPU
...
RLIMIT_DATA
...
RLIMIT_FSIZE
...
RLIMIT_LOCKS (Early Linux 2.4 only)
...
RLIMIT_MEMLOCK
...
RLIMIT_MSGQUEUE (Since Linux 2.6.8)
...
RLIMIT_NICE (since Linux 2.6.12, but see BUGS below)
...
RLIMIT_NOFILE
...
RLIMIT_NPROC
...
RLIMIT_RSS
...
RLIMIT_RTPRIO (Since Linux 2.6.12, but see BUGS)
...
RLIMIT_RTTIME (Since Linux 2.6.25)
...
RLIMIT_SIGPENDING (Since Linux 2.6.8)
...
RLIMIT_STACK
...

But for darwin I only see:

RLIMIT_CORE 
...
RLIMIT_CPU 
...
RLIMIT_DATA
...
RLIMIT_FSIZE
...
RLIMIT_MEMLOCK
...
RLIMIT_NOFILE
...
RLIMIT_NPROC 
...
RLIMIT_RSS
...
RLIMIT_STACK
...


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]