public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug go/59453] log/syslog FAILs on Solaris 9
  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 ` ro at gcc dot gnu.org
  2014-04-22 11:37 ` jakub at gcc dot gnu.org
                   ` (5 subsequent siblings)
  6 siblings, 0 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

Rainer Orth <ro at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.9.0


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

* [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

* [Bug go/59453] log/syslog FAILs on Solaris 9
  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
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu.org @ 2014-04-22 11:37 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.9.0                       |4.9.1

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 4.9.0 has been released


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

* [Bug go/59453] log/syslog FAILs on Solaris 9
  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
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu.org @ 2014-07-16 13:30 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.9.1                       |4.9.2

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 4.9.1 has been released.


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

* [Bug go/59453] log/syslog FAILs on Solaris 9
  2013-12-10 15:09 [Bug go/59453] New: log/syslog FAILs on Solaris 9 ro at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  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
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu.org @ 2014-10-30 10:41 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.9.2                       |4.9.3

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 4.9.2 has been released.


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

* [Bug go/59453] log/syslog FAILs on Solaris 9
  2013-12-10 15:09 [Bug go/59453] New: log/syslog FAILs on Solaris 9 ro at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  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
  6 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu.org @ 2015-06-26 20:01 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 4.9.3 has been released.


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

* [Bug go/59453] log/syslog FAILs on Solaris 9
  2013-12-10 15:09 [Bug go/59453] New: log/syslog FAILs on Solaris 9 ro at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  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
  6 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu.org @ 2015-06-26 20:31 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.9.3                       |4.9.4


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

* [Bug go/59453] log/syslog FAILs on Solaris 9
  2013-12-10 15:09 [Bug go/59453] New: log/syslog FAILs on Solaris 9 ro at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2015-06-26 20:31 ` jakub at gcc dot gnu.org
@ 2015-06-26 21:20 ` pinskia at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu.org @ 2015-06-26 21:20 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.9.4                       |---


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