Core dump in zauth_test_zauth
Reported by Michael Haberler:
btw there's another regression relative to czmq master:
tests.test_zauth.test_zauth ... python: zsockopt.c:455: zsocket_set_curve_secretkey_bin: Assertion `rc == 0 || zmq_errno () == (156384712 + 53)' failed. Aborted (core dumped)
While making some changes I've been running all the tests and have not seen this one. I am running on Ubuntu 13.10 with current versions of libsodium, libzmq, czmq and pyzmq. Do you still see this issue? If so is your environment different to mine?
i'm also seeing segfaults (ubuntu 14.04) using packaged version of libzmq (4.0.4), with libsodium (0.7 latest tag) czmq (2.2.0 latest tag), commenting out the zauth test, i get to this even simpler example in test_zcert
cert = zcert.new()
zcert.set_meta(cert, "email", "[email protected]")
Segmentation fault (core dumped)
I can't reproduce this with the latest masters, I'll try stepping back to the same tag setup.