Skip to content

src: stop tracing agent before shutting down libuv

Otherwise there might be pending tracing fs writes which lead to a crash because the libuv threadpool is already gone.

Fixes: https://github.com/nodejs/node/issues/46376.

Merge request reports

Loading