public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgomp/60107] New: libgomp.c/pr58392.c etc. FAIL
@ 2014-02-07 15:34 ro at gcc dot gnu.org
  2014-02-10  9:51 ` [Bug libgomp/60107] " rguenth at gcc dot gnu.org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: ro at gcc dot gnu.org @ 2014-02-07 15:34 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 60107
           Summary: libgomp.c/pr58392.c etc. FAIL
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgomp
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ro at gcc dot gnu.org
                CC: jakub at gcc dot gnu.org
              Host: i386-pc-solaris2.9
            Target: i386-pc-solaris2.9
             Build: i386-pc-solaris2.9

3 libgomp tests FAIL on Solaris 9/x86 since they were introduced:

FAIL: libgomp.c/pr58392.c execution test
FAIL: libgomp.c/simd-6.c execution test
FAIL: libgomp.c++/simd-8.C execution test

For the first, I find

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 2 (LWP 2)]
0x080509f1 in foo._omp_fn ()
    at /vol/gcc/src/hg/trunk/local/libgomp/testsuite/libgomp.c/pr58392.c:20
20                  c += d[j + l];
(gdb) x/i $pc
=> 0x80509f1 <foo._omp_fn.0+177>:       paddd  0x10(%esp),%xmm0
(gdb) p $esp
$1 = (void *) 0xb5aedf64

truss shows
/2:         Incurred fault #6, FLTBOUNDS  %pc = 0x080509F1
/2:           siginfo: SIGSEGV SEGV_MAPERR addr=0x080509F1
/2:         Received signal #11, SIGSEGV [default]
/2:           siginfo: SIGSEGV SEGV_MAPERR addr=0x080509F1

and <sys/fault.h> has

#define FLTBOUNDS       6       /* Memory bounds (invalid address) */

pmap reveals the following mappings:

08062000      12K rwx--    [ heap ]
B5AED000       4K rwx-R    [ anon ]
B5AF0000     108K rw---    [ anon ]

  Rainer


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

end of thread, other threads:[~2014-02-11 12:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-07 15:34 [Bug libgomp/60107] New: libgomp.c/pr58392.c etc. FAIL ro at gcc dot gnu.org
2014-02-10  9:51 ` [Bug libgomp/60107] " rguenth at gcc dot gnu.org
2014-02-10  9:57 ` jakub at gcc dot gnu.org
2014-02-11 11:32 ` ro at CeBiTec dot Uni-Bielefeld.DE
2014-02-11 11:34 ` ro at gcc dot gnu.org
2014-02-11 11:35 ` ro at gcc dot gnu.org
2014-02-11 11:42 ` jakub at gcc dot gnu.org
2014-02-11 12:57 ` ro at gcc dot gnu.org
2014-02-11 12:58 ` ro at gcc dot gnu.org

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).