Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cro::ZeroMQ (which uses Net::ZMQ) tests segfault. #18

Open
sjn opened this issue Sep 4, 2017 · 0 comments
Open

Cro::ZeroMQ (which uses Net::ZMQ) tests segfault. #18

sjn opened this issue Sep 4, 2017 · 0 comments

Comments

@sjn
Copy link

sjn commented Sep 4, 2017

I've been trying out Cro, and bump into a segfaulting issue when running Cro::ZeroMQ's test suite (see [1]). They say this is probably because I'm using version 4.2 of ZeroMQ, but I can't tell which library that is actually being used.

The weird thing is that Net::ZMQ's tests go fine. No segfaults here. Does this mean Cro::ZeroMQ manages to provoke some bugs that Net::ZMQ doesn't?

If that's the case, I'd say this ought to be incorporated into Net::ZMQ's test suite. :)

As for my system; I have both 4.0, 4.1 and 4.2 packages installed, including their development versions. I'm currently running Ubuntu 17.04. I have the following zmq packages installed:

libczmq-dev
libczmq4
libzmq3-dev
libzmq5
libzmqpp-dev
libzmqpp4

How can I distinguish which version is actually used by Net::ZMQ and Cro::ZeroMQ? (This would be a useful test to add to the testsuite also).

[1] croservices/cro-zeromq#1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant