This repository was archived by the owner on May 4, 2018. It is now read-only.

Description
If you call uv_loop_new() and are out of file descriptors there is a chance it will either return NULL or abort(). It should return NULL every time (preferably have some kind of error to handle too) and let the application deal with the problem.
You should be able to reproduce this by calling uv_loop_new() in an endless loop, but there is a chance you could run an application using libuv when you are near the FD limit.