[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
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Jan 16 02:45:40 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206302
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 at freebsd.org
Reporter: ngie at 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=$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
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-testing
mailing list