Fix a crash in erl_interface.<br><br>erl_interface use linux select() to get notified on socket events, which works when fd is less than 1024.<br><br>however, when fd is larger than 1024, the fd_set structure on stack gets corrupted and the process crashes soon, <br>

<br>this is possible when there are lots of connections kept or the process keeps creating new connect and closing it.<br><br><br>git fetch git://<a href="http://github.com/weicao/otp.git" target="_blank">github.com/weicao/otp.git</a> erl_interface_replace_select_<div id=":238">
with_poll<br>
<br><br><a href="https://github.com/weicao/otp/compare/erl_interface_replace_select_with_poll" target="_blank">https://github.com/weicao/otp/compare/erl_interface_replace_select_with_poll</a><br><br><a href="https://github.com/weicao/otp/compare/erl_interface_replace_select_with_poll.patch" target="_blank">https://github.com/weicao/otp/compare/erl_interface_replace_select_with_poll.patch</a><br clear="all">
<font color="#888888">
</font></div><br clear="all"><br>-- <br><br>Best,<br><br>Wei Cao<br>