[zeromq-dev] Assertion failed: fds.size() <= FD_SETSIZE in select.cpp:67
Martin Sustrik
sustrik at 250bpm.com
Tue Nov 16 10:55:35 CET 2010
Christian,
>> More or less. It would be nice to call select() in client app to see
>> whether it works ok.
>
> FD_SETSIZE is still #defined to 64 in client applications even if 0MQ
> itself got compiled with FD_SETSIZE=1024. select() still appears to
> work, but that's no surprise since it's FD_SETSIZE agnostic and just
> looks at the fd_set.fd_count member.
Thanks for checking it!
I'll fix the master shortly.
Martin
More information about the zeromq-dev
mailing list