You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How often does it reproduce? Is there a required condition?
Very easy to reproduce.
What is the expected behavior? Why is that the expected behavior?
Process exit with normal exit code
What do you see instead?
After some bisects, I found the latest properly Node 18 is 18.18.2, in the v18.18.2..v18.19.0 diff, I think this PR is most likely to cause this issue #42651.
Additional information
No response
The text was updated successfully, but these errors were encountered:
Version
v18.20.5
The Node 20, Node 22 works fine
What steps will reproduce the bug?
The minimal reproduce example is very difficult to construct; if anyone is interested, they can check how to reproduce in the Rust project:
https://github.com/napi-rs/napi-rs
12-23-feat_napi_impl_readablestream_and_asyncgenerator
branch1.83.0
at this momentcorepack enable
yarn install
yarn workspace @examples/napi build
yarn workspace @examples/napi test __tests__/stream.spec.ts
lldb
cd examples/napi
lldb node
run --loader ts-node/esm/transpile-only ../../node_modules/ava/entrypoints/cli.mjs __tests__/stream.spec.ts
lldb log:
How often does it reproduce? Is there a required condition?
Very easy to reproduce.
What is the expected behavior? Why is that the expected behavior?
Process exit with normal exit code
What do you see instead?
After some bisects, I found the latest properly Node 18 is
18.18.2
, in the v18.18.2..v18.19.0 diff, I think this PR is most likely to cause this issue #42651.Additional information
No response
The text was updated successfully, but these errors were encountered: