[zeromq-dev] make check fails 2 of 8 on Cygwin

Drew Vogel drewpvogel at gmail.com
Thu Apr 14 18:03:42 CEST 2011


I'm working with Cygwin 1.7.8. This is from git master,
commit 5444064c1a195daee5e57eb996157393a4eed796:

make[2]: Entering directory `/cygdrive/c/build/libzmq/tests'
PASS: test_pair_inproc.exe
PASS: test_pair_tcp.exe
PASS: test_reqrep_inproc.exe
PASS: test_reqrep_tcp.exe
PASS: test_hwm.exe
PASS: test_shutdown_stress.exe
Software caused connection abort
sock != -1 (tcp_listener.cpp:334)
/bin/sh: line 5:  5864 Aborted                 (core dumped) ${dir}$tst
FAIL: test_pair_ipc.exe
Software caused connection abort
sock != -1 (tcp_listener.cpp:334)
/bin/sh: line 5:  3584 Aborted                 (core dumped) ${dir}$tst
FAIL: test_reqrep_ipc.exe
============================================
2 of 8 tests failed
Please report to zeromq-dev at lists.zeromq.org
============================================


However, if I run the tests manually, they sometimes test_shutdown_stress
works while test_pair_ipc always fails with the same error shown above:

/cygdrive/c/build/libzmq/tests$ ./test_shutdown_stress.exe
Software caused connection abort
nbytes != -1 (tcp_socket.cpp:214)
Aborted (core dumped)
/cygdrive/c/build/libzmq/tests$ ./test_shutdown_stress.exe
/cygdrive/c/build/libzmq/tests$ ./test_shutdown_stress.exe
/cygdrive/c/build/libzmq/tests$ ./test_shutdown_stress.exe
Software caused connection abort
nbytes != -1 (tcp_socket.cpp:214)
Aborted (core dumped)
/cygdrive/c/build/libzmq/tests$ ./test_shutdown_stress.exe
/cygdrive/c/build/libzmq/tests$ ./test_shutdown_stress.exe
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20110414/f7cfbc86/attachment.htm>


More information about the zeromq-dev mailing list