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

...

Reply via email to