pyczmq icon indicating copy to clipboard operation
pyczmq copied to clipboard

Core dump in zauth_test_zauth

Open michelp opened this issue 12 years ago • 3 comments

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)

michelp avatar Nov 19 '13 14:11 michelp

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?

claws avatar Nov 21 '13 12:11 claws

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)

kapilt avatar Sep 04 '14 11:09 kapilt

I can't reproduce this with the latest masters, I'll try stepping back to the same tag setup.

michelp avatar Sep 04 '14 14:09 michelp