public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug go/59453] New: log/syslog FAILs on Solaris 9
@ 2013-12-10 15:09 ro at gcc dot gnu.org
  2013-12-10 15:09 ` [Bug go/59453] " 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-10 15:09 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 59453
           Summary: log/syslog FAILs on Solaris 9
           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.9
            Target: *-*-solaris2.9
             Build: *-*-solaris2.9

The libgo log/syslog test FAILs on Solaris 9:

--- FAIL: TestConcurrentReconnect (0.24 seconds)
        syslog_test.go:336: syslog.Dial() failed: dial unix
/tmp/syslogtest27399
3343: connection refused
        syslog_test.go:336: syslog.Dial() failed: dial unix
/tmp/syslogtest27399
3343: connection refused
FAIL
FAIL: log/syslog

Running just that test individually in a loop just works.

Running the test under truss with all tests shows:

/5:             AF_UNIX  name = /tmp/syslogtest295446496
/5:     unlink("/tmp/syslogtest295446496")              = 0
/5:             AF_UNIX  name = /tmp/syslogtest295446496
/4:     unlink("/tmp/syslogtest295446496")              Err#2 ENOENT
/4:     rmdir("/tmp/syslogtest295446496")               Err#2 ENOENT

so the socket is indeed removed before the connect *in the same thread*.  No
idea
why this doesn't trigger on Solaris 10+.

  Rainer


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

end of thread, other threads:[~2015-06-26 21:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-10 15:09 [Bug go/59453] New: log/syslog FAILs on Solaris 9 ro at gcc dot gnu.org
2013-12-10 15:09 ` [Bug go/59453] " ro at gcc dot gnu.org
2014-04-22 11:37 ` jakub at gcc dot gnu.org
2014-07-16 13:30 ` jakub at gcc dot gnu.org
2014-10-30 10:41 ` jakub at gcc dot gnu.org
2015-06-26 20:01 ` jakub at gcc dot gnu.org
2015-06-26 20:31 ` jakub at gcc dot gnu.org
2015-06-26 21:20 ` pinskia 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).