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

make check : Assertion `mdgrams' failed. #2182

Open
Alex-CodeLab opened this issue May 16, 2021 · 3 comments
Open

make check : Assertion `mdgrams' failed. #2182

Alex-CodeLab opened this issue May 16, 2021 · 3 comments
Labels

Comments

@Alex-CodeLab
Copy link

Alex-CodeLab commented May 16, 2021

Getting this error when trying to build from source
ubuntu 20.04

$ make check

...
 * zlistx: OK
 * zloop: OK
 * zmsg: OK
 * zpoller: OK
czmq_selftest: src/zsock.c:2384: zsock_test: Assertion `mdgrams' failed.
make[2]: *** [Makefile:2469: check-local] Aborted (core dumped)
make[2]: Leaving directory '/projects/zyre/czmq'
make[1]: *** [Makefile:2167: check-am] Error 2
make[1]: Leaving directory '/projects/zyre/czmq'
make: *** [Makefile:1720: check-recursive] Error 1

@stale
Copy link

stale bot commented Aug 21, 2021

This issue has been automatically marked as stale because it has not had recent activity for 90 days. It will be closed if no further activity occurs within 21 days. Thank you for your contributions.

@stale stale bot added the stale label Aug 21, 2021
@sphaero
Copy link
Contributor

sphaero commented Dec 21, 2021

I can't tell what is wrong but I think you check asserts on creating a udp socket:

zsock_t* mdgrams = zsock_new_dgram ("udp://*:*");

If this fails it probably has to do something with your system you're testing on. We'd need more info

@stale stale bot removed the stale label Dec 21, 2021
@stale
Copy link

stale bot commented Apr 16, 2022

This issue has been automatically marked as stale because it has not had recent activity for 90 days. It will be closed if no further activity occurs within 21 days. Thank you for your contributions.

@stale stale bot added the stale label Apr 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants