[zeromq-dev] Assertion failed: fds.size() <= FD_SETSIZE in select.cpp:67

Martin Sustrik sustrik at 250bpm.com
Tue Nov 16 13:16:02 CET 2010


Oleg,

> I add -DFD_SETSIZE=1024 in the project under Compiler->Command Line,
> rebuild libzmq.dll and my test application. Test fail with unhadled
> exception in own.cpp:141, fnd with 0MQ error message before - "Too
> many open files".

I've checked your code. You are creating connection in a loop. You have 
to run out of file descriptors at some point.

Martin



More information about the zeromq-dev mailing list