Revert "src: close libuv handles on exit"
authorBen Noordhuis <info@bnoordhuis.nl>
Fri, 30 Aug 2013 21:21:05 +0000 (23:21 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Fri, 30 Aug 2013 21:28:14 +0000 (23:28 +0200)
commitbbed881ec413e8d6d266152c218ebee702d4d526
tree63c7c262a203a0e5ecd1541b900d751bcd01a636
parent8a272cabe21dbf4558db1de4b5e51e2b24386775
Revert "src: close libuv handles on exit"

This change is not entirely ready for prime time: it's making ~50 tests
fail on Windows, mostly due to timeouts.  It's up for debate who is
at fault here: node.js or libuv.

It does however expose a libuv bug on OS X, where the event loop
sometimes gets stuck in uv__io_poll() when there is a single
UV_SHUTDOWN request left in the queue.  Needs further investigation.

This reverts commit 4915884da69814bd4daab22393919a628c9ecf23.
src/node.cc
test/simple/test-process-exit-print.js [deleted file]