czmq icon indicating copy to clipboard operation
czmq copied to clipboard

make check : Assertion `mdgrams' failed.

Open Alex-CodeLab opened this issue 3 years ago • 3 comments

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

Alex-CodeLab avatar May 16 '21 11:05 Alex-CodeLab

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[bot] avatar Aug 21 '21 04:08 stale[bot]

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

sphaero avatar Dec 21 '21 09:12 sphaero

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[bot] avatar Apr 16 '22 17:04 stale[bot]