nodejs / node

Node.js JavaScript runtime ✨🐢🚀✨
https://nodejs.org
Other
107.43k stars 29.52k forks source link

node: ../deps/uv/src/unix/linux.c:1091: uv__poll_io_uring: Assertion `uv__has_active_reqs(loop)' failed. #51011

Open JounQin opened 10 months ago

JounQin commented 10 months ago

Version

v20.10.0

Platform

Ubuntu 22.04.3 LTS

Subsystem

No response

What steps will reproduce the bug?

https://github.com/un-ts/synckit/actions/runs/7067518826/job/19240983880#step:6:16

Just run yarn && yarn benchmark:esm

How often does it reproduce? Is there a required condition?

consistent

What is the expected behavior? Why is that the expected behavior?

No error like other OSes

What do you see instead?

node: ../deps/uv/src/unix/linux.c:1091: uv__poll_io_uring: Assertion `uv__has_active_reqs(loop)' failed.
Aborted (core dumped)
error Command failed with exit code 134.

Additional information

No response

MrJithil commented 10 months ago

@nodejs/libuv

jcubic commented 9 months ago

@MrJithil What is @nodejs/libuv? Does this belong to libuv/libuv? I have similar issue.