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
The text was updated successfully, but these errors were encountered:
Lxxyx
added
memory
Issues and PRs related to the memory management or memory footprint.
stream
Issues and PRs related to the stream subsystem.
labels
Jan 27, 2021
stream.pipeline
What steps will reproduce the bug?
node --inspect-brk --expose-gc test.js
debugger
statement is reached (will auto pause).Allocation timeline
profilingdebugger
, stop the profiling10
references to the Passthrough are still in memoryHow often does it reproduce? Is there a required condition?
Only occurs when breaking a loop on the async generator.
What is the expected behavior?
It should be possible to use a stream pipeline as an async generator without having memory leaks.
What do you see instead?
When profiling, references to the Passthrough still appear in memory:
Additional information
Might be linked to #35452
The text was updated successfully, but these errors were encountered: