-
Notifications
You must be signed in to change notification settings - Fork 30.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
child process hangs indefinitely #39072
Labels
child_process
Issues and PRs related to the child_process subsystem.
Comments
This was referenced Jun 18, 2021
Could you provide a minimal repro? I don't observe any hanging with Output from `Test: bash`
|
@Ayase-252 It happens from time to time. I just tried again and It stuck for already 3 mins like that: As I said it does not happen all the time and it somehow correlated with running other terminals. Probably you won't be able to reproduce it without the load. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unfortunately it happens only in our Gitpod env, so following steps:
Test
terminal running https://github.com/akosyakov/Resourceium/blob/development/test.js and started with https://github.com/akosyakov/Resourceium/blob/cc9b6f06e5f7c8b1950f1d7911b66cfb36c326f2/.gitpod.yml#L25Node version is v14.17.0
While debugging I found out that stderr does not get destroyed, although we listen to it and consume all data. It also does not happen always, seems to depend on timing with something else, i.e. there are 3 other terminals which are doing some stuff on first run of workspace.
The text was updated successfully, but these errors were encountered: