erlzmq icon indicating copy to clipboard operation
erlzmq copied to clipboard

Error when zmq_pubserver:run()

Open dieu opened this issue 13 years ago • 1 comments

Erlang R13B03 (erts-5.7.4) [source] [smp:2:2] [rq:2] [async-threads:0] [hipe] [kernel-poll:false]

Eshell V5.7.4 (abort with ^G) 1> zmq:start_link(). {ok,<0.37.0>} 2> zmq_pubserver:run(). <0.39.0> sent {msg,50} <0.39.0> 3> =ERROR REPORT==== 20-Sep-2010::15:49:16 === driver_select(0x00000223, 165452956, ERL_DRV_READ, 1) by zmq_drv driver #Port<0.547> failed: fd=165452956 is larger than the largest allowed fd=1023

zeromq2: http://github.com/zeromq/zeromq2.git (master) erlzmq: http://github.com/zeromq/erlzmq.git (master)

dieu avatar Sep 20 '10 11:09 dieu