I have had this same issue with the checks for a while now, but I just tried building the latest libzmq master and running the checks against it, and finally they all pass. That's really refreshing!
The segfaulting test_shutdown_stress problem still exists in the latest zeromq3-x (just tried latest master of that, too). Presumably the fix will get merged from libzmq to zeromq3-x at some point though (from my understanding of this confusing multi-repo structure, that's how it works...?) Hopefully that data point--someone who was also previously experiencing this failing test, but now isn't with the latest master--is useful/helpful/etc. (I haven't noticed the unused variable issue.) Thanks, Mike On Fri, Sep 14, 2012 at 10:39 PM, Pieter Hintjens <[email protected]> wrote: > Hi Alexey, > > Did you try libzmq master? We're about ready to release a RC2 based off that. > > -Pieter > > On Sat, Sep 15, 2012 at 4:48 AM, Alexey Parhomenko > <[email protected]> wrote: >> Hello! >> >> I found 2 problems when compile your library. >> I think you are interested about this: >> >> PASS: test_term_endpoint >> PASS: test_monitor >> test_shutdown_stress running... >> /bin/bash: line 5: 29031 Segmentation fault ${dir}$tst >> FAIL: test_shutdown_stress >> test_pair_ipc running... >> PASS: test_pair_ipc >> test_reqrep_ipc running... >> PASS: test_reqrep_ipc >> test_timeo running... >> PASS: test_timeo >> ============================================ >> 1 of 17 tests failed >> >> >> and in file src/pgm_socket.cpp on line 89 you have unused variable >> sa_family_t sa_family; >> >> Best regards! >> >> _______________________________________________ >> zeromq-dev mailing list >> [email protected] >> http://lists.zeromq.org/mailman/listinfo/zeromq-dev >> > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
