[Bug sanitizer/59410] Some tsan tests fail with 4GB RAM
hjl.tools at gmail dot com
gcc-bugzilla@gcc.gnu.org
Fri Dec 6 16:42:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59410
--- Comment #7 from H.J. Lu <hjl.tools at gmail dot com> ---
On failed machine:
[hjl@gnu-ivb-1 ~]$ ulimit -a
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 30583
max locked memory (kbytes, -l) 64
max memory size (kbytes, -m) unlimited
open files (-n) 4096
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 0
stack size (kbytes, -s) 8192
cpu time (seconds, -t) unlimited
max user processes (-u) 30583
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited
[hjl@gnu-ivb-1 ~]$
On working machine:
[hjl@gnu-32 ~]$ ulimit -a
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 47571
max locked memory (kbytes, -l) 64
max memory size (kbytes, -m) unlimited
open files (-n) 4096
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 0
stack size (kbytes, -s) 8192
cpu time (seconds, -t) unlimited
max user processes (-u) 47571
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited
[hjl@gnu-32 ~]$
More information about the Gcc-bugs
mailing list