public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug go/59433] New: [4.9 regression] Many 64-bit Go tests SEGV on Solaris
@ 2013-12-09 15:46 ro at gcc dot gnu.org
  2013-12-09 15:47 ` [Bug go/59433] " ro at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: ro at gcc dot gnu.org @ 2013-12-09 15:46 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 59433
           Summary: [4.9 regression] Many 64-bit Go tests SEGV on Solaris
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: go
          Assignee: ian at airs dot com
          Reporter: ro at gcc dot gnu.org
              Host: *-*-solaris2.1[01]
            Target: *-*-solaris2.1[01]
             Build: *-*-solaris2.1[01]

Many (most) 64-bit Go tests now FAIL with a SEGV on Solaris, both SPARC and
x86, here shown on the example of the bufio test:

* i386-pc-solaris2.10:


Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 2 (LWP 2)]
runtime_netpoll (block=block@entry=0 '\000')
    at /vol/gcc/src/hg/trunk/solaris/libgo/runtime/netpoll_select.c:143
143             __builtin_memcpy(&rfds, &fds, sizeof fds);
(gdb) where
#0  runtime_netpoll (block=block@entry=0 '\000')
    at /vol/gcc/src/hg/trunk/solaris/libgo/runtime/netpoll_select.c:143
#1  0xfffffd7ffec0e95a in sysmon ()
    at /vol/gcc/src/hg/trunk/solaris/libgo/runtime/proc.c:2707
#2  0xfffffd7ffec0d378 in runtime_mstart (mp=0xc210212000)
    at /vol/gcc/src/hg/trunk/solaris/libgo/runtime/proc.c:1016
#3  0xfffffd7ffe4dd9db in _thr_setup () from /lib/64/libc.so.1
#4  0xfffffd7ffe4ddc10 in ?? () from /lib/64/libc.so.1
#5  0x0000000000000000 in ?? ()
(gdb) p rfds
Cannot access memory at address 0xfffffd7ffe0f9f00
(gdb) p fds
$1 = {fds_bits = {0 <repeats 1024 times>}}

* sparc-sun-solaris2.11:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 2 (LWP 2)]
runtime_netpoll (block=block@entry=0 '\000')
    at /vol/gcc/src/hg/trunk/solaris/libgo/runtime/netpoll_select.c:153
153             __builtin_memset(&timeout, 0, sizeof timeout);
(gdb) where
#0  runtime_netpoll (block=block@entry=0 '\000')
    at /vol/gcc/src/hg/trunk/solaris/libgo/runtime/netpoll_select.c:153
#1  0xfffffffd591bcd6c in sysmon ()
    at /vol/gcc/src/hg/trunk/solaris/libgo/runtime/proc.c:2707
#2  0xfffffffd591bb3a8 in runtime_mstart (mp=0xc210212000)
    at /vol/gcc/src/hg/trunk/solaris/libgo/runtime/proc.c:1016
#3  0xffffffff7ede276c in _lwp_start () from /lib/64/libc.so.1
#4  0xffffffff7ede276c in _lwp_start () from /lib/64/libc.so.1
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
(gdb) p timeout
Cannot access memory at address 0xffffffff71cfbd50

I have no idea what might be wrong; the same tests works perfectly fine for
32-bit.

  Rainer


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

end of thread, other threads:[~2014-01-09 14:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-09 15:46 [Bug go/59433] New: [4.9 regression] Many 64-bit Go tests SEGV on Solaris ro at gcc dot gnu.org
2013-12-09 15:47 ` [Bug go/59433] " ro at gcc dot gnu.org
2013-12-10 13:30 ` ro at CeBiTec dot Uni-Bielefeld.DE
2013-12-17 18:31 ` jakub at gcc dot gnu.org
2014-01-08  0:42 ` ian at gcc dot gnu.org
2014-01-08  0:43 ` ian at airs dot com
2014-01-09 12:50 ` ro at CeBiTec dot Uni-Bielefeld.DE
2014-01-09 14:30 ` ro at CeBiTec dot Uni-Bielefeld.DE

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