0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/addons
Anna Henningsen aa2304b8d5
worker,src: display remaining handles if uv_loop_close fails
Right now, we crash the process if there are handles remaining
on the event loop when we exit (except for the main thread).

This does not provide a lot of information about causes, though;
in particular, we don’t show which handles are pending and
who own them.

This patch adds debug output to these cases to help with the
situation.

PR-URL: https://github.com/nodejs/node/pull/21238
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2018-06-13 12:23:36 +02:00
..
async-hello-world test: fix warnings in addon tests 2018-02-16 15:47:07 -08:00
async-hooks-id
async-hooks-promise
async-resource src: make AsyncResource destructor virtual 2018-05-14 18:18:16 +02:00
at-exit
buffer-free-callback
callback-scope test: fix compiler warnings in callback-scope 2018-03-11 16:13:39 +01:00
dlopen-ping-pong test: fix warning in dlopen-ping-pong/binding.cc 2018-04-14 13:22:31 +02:00
errno-exception
heap-profiler
hello-world src: cover extra load-via-special-symbol scenario 2018-04-23 08:59:03 -04:00
hello-world-esm lint: move eslint to new plugin system 2018-02-20 13:13:22 -06:00
hello-world-function-export
load-long-path
make-callback test: fix warnings in addon tests 2018-02-16 15:47:07 -08:00
make-callback-domain-warning test: fix deprecation warning in binding.cc 2018-02-22 06:25:58 +01:00
make-callback-recurse test: fix warnings in addon tests 2018-02-16 15:47:07 -08:00
new-target
node-module-version
not-a-binding
null-buffer-neuter
openssl-binding
openssl-client-cert-engine
parse-encoding
repl-domain-abort test: fix warnings in addon tests 2018-02-16 15:47:07 -08:00
stringbytes-external-exceed-max src: rename ERR_STRING_TOO_LARGE to ERR_STRING_TOO_LONG 2018-04-10 01:08:10 +02:00
symlinked-module test: specify 'dir' for directory symlinks 2018-03-01 15:47:29 -08:00
uv-handle-leak worker,src: display remaining handles if uv_loop_close fails 2018-06-13 12:23:36 +02:00
zlib-binding
.gitignore
testcfg.py