Skip to content

fix(process): exec not reading until child exits#353

Merged
filiptibell merged 2 commits intolune-org:mainfrom
lukadev-0:fix/process-exec
Sep 14, 2025
Merged

fix(process): exec not reading until child exits#353
filiptibell merged 2 commits intolune-org:mainfrom
lukadev-0:fix/process-exec

Conversation

@lukadev-0
Copy link
Contributor

@lukadev-0 lukadev-0 commented Sep 10, 2025

Fixes a bug where process.exec does not begin reading until the child process exits. This causes processes that write a lot of data to stdout to be unable to write data once the pipe buffer has filled up, causing them to hang.

Fixes a bug where `process.exec` does not begin reading until the child
process exits. This causes processes that write a lot of data to stdout
to be unable to write data once the pipe buffer has filled up, causing
them to hang.
@filiptibell filiptibell merged commit d624398 into lune-org:main Sep 14, 2025
8 checks passed
@filiptibell
Copy link
Collaborator

Great analysis and fix, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants