Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Jan 2016 02:45:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-testing@freebsd.org
Subject:   [Bug 206302] tools/regression/sockets/listenclose fails with EINPROGRESS on gcc 4.9.4/5.3.0, but not clang 3.7.1/gcc 4.2.1
Message-ID:  <bug-206302-32464@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206302

            Bug ID: 206302
           Summary: tools/regression/sockets/listenclose fails with
                    EINPROGRESS on gcc 4.9.4/5.3.0, but not clang
                    3.7.1/gcc 4.2.1
           Product: Base System
           Version: 10.2-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: tests
          Assignee: freebsd-testing@freebsd.org
          Reporter: ngie@FreeBSD.org

The tools/regression/sockets/listenclose testcase fails with EINPROGRESS on=
 gcc
4.9.4/5.3.0, but not clang 3.7.1 or gcc 4.2.1.

$ bash -c 'for cc in cc gcc gcc49 gcc5; do make -s clean; export CC=3D$cc; =
make
-s; $cc --version; ./listenclose; done'
FreeBSD clang version 3.7.1 (tags/RELEASE_371/final 255217) 20151225
Target: x86_64-unknown-freebsd11.0
Thread model: posix
gcc (GCC) 4.2.1 20070831 patched [FreeBSD]
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

gcc49 (FreeBSD Ports Collection) 4.9.4 20151230 (prerelease)
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

listenclose: connect() for connect socket: Operation now in progress
gcc5 (FreeBSD Ports Collection) 5.3.0
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

listenclose: connect() for connect socket: Operation now in progress

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-206302-32464>