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

Racket hwclient example: Assertion failed #638

Closed
jvalleroy opened this issue Apr 28, 2016 · 4 comments
Closed

Racket hwclient example: Assertion failed #638

jvalleroy opened this issue Apr 28, 2016 · 4 comments

Comments

@jvalleroy
Copy link

I'm using Racket v6.3 on Debian testing. hwserver is running and I can connect to it with ncat. But hwclient fails with the following:

$ racket hwclient.rkt 
Connecting to hello world server…
Sending request 0…
Assertion failed: check () (src/msg.cpp:248)
Aborted
@bozhodimitrov
Copy link

Please provide the settings of your server and client, and if it is possible - post a snipet of the server/client code that fails, so we can give you an advice or investigate further more.

Thanks for your report.

@jvalleroy
Copy link
Author

The code is here: https://github.com/imatix/zguide/blob/master/examples/Racket/hwclient.rkt
That's what I'm running, along with hwserver.rkt.

@bozhodimitrov
Copy link

bozhodimitrov commented May 2, 2016

It looks like that the current available bindings for racket works only with zeromq up to 3.x.
Additional info: iracket, racket-zmq-examples

You will need to reinstall zeromq with 3.x if you have 4.x.

@jvalleroy
Copy link
Author

I downgraded to zeromq 3.2.4, and it's working. Thanks!

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

2 participants