This crash was reported several times in [1] [2] [3] [4], I also devised a simple script to reproduce the crash as below.
varfd=3;while(fd<1000){try{varstream=newnet.Socket({fd: fd,readable: false,writable: true});stream.on('error',function(){});stream.write('might crash');}catch(e){}fd+=1;}[1] joyent/libuv#838
[2] joyent/libuv#1348
[3] jeremycx/node-LDAP#33
[4] serialport/node-serialport#262
This crash was reported several times in [1] [2] [3] [4], I also devised a simple script to reproduce the crash as below.
[1] joyent/libuv#838
[2] joyent/libuv#1348
[3] jeremycx/node-LDAP#33
[4] serialport/node-serialport#262