public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug sanitizer/59410] New: Some tsan tests fail with 4GB RAM
@ 2013-12-06 16:28 hjl.tools at gmail dot com
  2013-12-06 16:31 ` [Bug sanitizer/59410] " jakub at gcc dot gnu.org
                   ` (36 more replies)
  0 siblings, 37 replies; 38+ messages in thread
From: hjl.tools at gmail dot com @ 2013-12-06 16:28 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 59410
           Summary: Some tsan tests fail with 4GB RAM
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: sanitizer
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hjl.tools at gmail dot com
                CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org,
                    jakub at gcc dot gnu.org, kcc at gcc dot gnu.org

On a Linux/x86-64 machine with 4GB RAM, I got failures like:

FAIL: c-c++-common/tsan/atomic_stack.c  -O0  output pattern test, is FATAL:
ThreadSanitizer can not mmap the shadow memory (something is mapped at
0x555555554000 < 0x7cf000000000)
FAIL: c-c++-common/tsan/atomic_stack.c  -O1  output pattern test, is FATAL:
ThreadSanitizer can not mmap the shadow memory (something is mapped at
0x555555554000 < 0x7cf000000000)
FAIL: c-c++-common/tsan/atomic_stack.c  -O2  output pattern test, is FATAL:
ThreadSanitizer can not mmap the shadow memory (something is mapped at
0x555555554000 < 0x7cf000000000)
FAIL: c-c++-common/tsan/atomic_stack.c  -O3 -fomit-frame-pointer  output
pattern test, is FATAL: ThreadSanitizer can not mmap the shadow memory
(something is mapped at 0x555555554000 < 0x7cf000000000)
FAIL: c-c++-common/tsan/atomic_stack.c  -O3 -g  output pattern test, is FATAL:
ThreadSanitizer can not mmap the shadow memory (something is mapped at
0x555555554000 < 0x7cf000000000)
FAIL: c-c++-common/tsan/atomic_stack.c  -Os  output pattern test, is FATAL:
ThreadSanitizer can not mmap the shadow memory (something is mapped at
0x555555554000 < 0x7cf000000000)
FAIL: c-c++-common/tsan/atomic_stack.c  -O2 -flto -fno-use-linker-plugin
-flto-partition=none  output pattern test, is FATAL: ThreadSanitizer can not
mmap the shadow memory (something is mapped at 0x555555554000 < 0x7cf000000000)
FAIL: c-c++-common/tsan/atomic_stack.c  -O2 -flto -fuse-linker-plugin
-fno-fat-lto-objects  output pattern test, is FATAL: ThreadSanitizer can not
mmap the shadow memory (something is mapped at 0x555555554000 < 0x7cf000000000)
FAIL: c-c++-common/tsan/fd_pipe_race.c  -O0  output pattern test, is FATAL:
ThreadSanitizer can not mmap the shadow memory (something is mapped at
0x555555554000 < 0x7cf000000000)
FAIL: c-c++-common/tsan/fd_pipe_race.c  -O1  output pattern test, is FATAL:
ThreadSanitizer can not mmap the shadow memory (something is mapped at
0x555555554000 < 0x7cf000000000)
FAIL: c-c++-common/tsan/fd_pipe_race.c  -O2  output pattern test, is FATAL:
ThreadSanitizer can not mmap the shadow memory (something is mapped at
0x555555554000 < 0x7cf000000000)

I didn't get those on machines with >= 6GB RAM.


^ permalink raw reply	[flat|nested] 38+ messages in thread

end of thread, other threads:[~2014-12-23  4:45 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-06 16:28 [Bug sanitizer/59410] New: Some tsan tests fail with 4GB RAM hjl.tools at gmail dot com
2013-12-06 16:31 ` [Bug sanitizer/59410] " jakub at gcc dot gnu.org
2013-12-06 16:31 ` dvyukov at google dot com
2013-12-06 16:32 ` kcc at gcc dot gnu.org
2013-12-06 16:34 ` kcc at gcc dot gnu.org
2013-12-06 16:37 ` jakub at gcc dot gnu.org
2013-12-06 16:41 ` hjl.tools at gmail dot com
2013-12-06 16:42 ` hjl.tools at gmail dot com
2013-12-06 16:44 ` kcc at gcc dot gnu.org
2013-12-06 16:46 ` kcc at gcc dot gnu.org
2013-12-06 16:51 ` hjl.tools at gmail dot com
2013-12-06 16:56 ` kcc at gcc dot gnu.org
2013-12-06 16:56 ` hjl.tools at gmail dot com
2013-12-06 17:04 ` hjl.tools at gmail dot com
2013-12-06 17:05 ` jakub at gcc dot gnu.org
2013-12-06 17:11 ` kcc at gcc dot gnu.org
2013-12-06 17:15 ` kcc at gcc dot gnu.org
2013-12-06 17:23 ` hjl.tools at gmail dot com
2013-12-06 17:24 ` [Bug sanitizer/59410] tsan tests fail with address randomization disabled hjl.tools at gmail dot com
2013-12-06 17:26 ` hjl.tools at gmail dot com
2013-12-06 18:03 ` hjl.tools at gmail dot com
2013-12-06 18:08 ` kcc at gcc dot gnu.org
2013-12-06 18:16 ` hjl.tools at gmail dot com
2013-12-06 18:18 ` hjl.tools at gmail dot com
2013-12-07  8:02 ` kcc at gcc dot gnu.org
2013-12-07 11:26 ` hjl.tools at gmail dot com
2013-12-09  6:38 ` y.gribov at samsung dot com
2013-12-09  7:19 ` jakub at gcc dot gnu.org
2013-12-09  7:44 ` kcc at gcc dot gnu.org
2013-12-09 12:42 ` hjl.tools at gmail dot com
2014-01-31 12:27 ` y.gribov at samsung dot com
2014-01-31 21:26 ` jakub at gcc dot gnu.org
2014-12-12 16:17 ` dvyukov at google dot com
2014-12-12 16:46 ` hjl.tools at gmail dot com
2014-12-12 19:37 ` kcc at gcc dot gnu.org
2014-12-12 20:13 ` hjl.tools at gmail dot com
2014-12-23  4:43 ` dvyukov at google dot com
2014-12-23  4:45 ` dvyukov at google dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).