Skip to content
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

Open
akosyakov opened this issue Jun 18, 2021 · 2 comments
Open

child process hangs indefinitely #39072

akosyakov opened this issue Jun 18, 2021 · 2 comments
Labels
child_process Issues and PRs related to the child_process subsystem.

Comments

@akosyakov
Copy link

akosyakov commented Jun 18, 2021

Unfortunately it happens only in our Gitpod env, so following steps:

Node 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.

@Ayase-252
Copy link
Member

Could you provide a minimal repro? I don't observe any hanging with https://gitpod.io#https://github.com/akosyakov/Resourceium

Output from `Test: bash`
 HISTFILE=/workspace/.gitpod/cmd-3 history -r; {
/ide/node/bin/gitpod-node --inspect=9228 test.js
}
pg_ctl: another server might be running; trying to start server anyway
pg_ctl: could not start server
Examine the log output.                                                        {
> /ide/node/bin/gitpod-node --inspect=9228 test.jsce/.gitpod/cmd-3 history -r; { 
> }
Debugger listening on ws://127.0.0.1:9228/6bbd7f35-8be7-429f-abfe-05ea25e99080
For help, see: https://nodejs.org/en/docs/inspector
getUnixShellEnvironment#exit 0 null
getUnixShellEnvironment#close 0 null
getUnixShellEnvironment#raw 4c9babf79fc6{"DB_PASSWORD":"password","DJANGO_DATABASE_USER":"username","PIPENV_VENV_IN_PROJECT":"true","GP_PREVIEW_BROWSER":"/ide/bin/code --command gitpod.api.preview","PYENV_SHELL":"bash","DATABASE_URL":"postgresql://gitpod@localhost","rvm_prefix":"/home/gitpod","SUPERVISOR_ADDR":"localhost:22999","HOSTNAME":"ws-e77476de-328e-408c-96e9-4bb77b0964bb","GITPOD_REPO_ROOT":"/workspace/Resourceium","JAVA_HOME":"/home/gitpod/.sdkman/candidates/java/current","GRADLE_HOME":"/home/gitpod/.sdkman/candidates/gradle/current","rvm_stored_umask":"0022","GITPOD_ANALYTICS_WRITER":"segment","TRIGGER_REBUILD":"1","TRIGGER_BREW_REBUILD":"2","ELECTRON_RUN_AS_NODE":"1","MY_RUBY_HOME":"/home/gitpod/.rvm/rubies/ruby-2.7.3","PIP_USER":"yes","THEIA_RATELIMIT_LOG":"50","SDKMAN_CANDIDATES_DIR":"/home/gitpod/.sdkman/candidates","EDITOR":"/ide/bin/code","RUBY_VERSION":"ruby-2.7.3","PGHOSTADDR":"127.0.0.1","PWD":"/workspace/Resourceium","PYENV_VIRTUALENV_INIT":"1","THEIA_WORKSPACE_ROOT":"/workspace/Resourceium","GP_OPEN_EDITOR":"/ide/bin/code","rvm_version":"1.29.12 (latest)","MANPATH":":/home/linuxbrew/.linuxbrew/share/man","rvm_user_install_flag":"1","GP_EXTERNAL_BROWSER":"/ide/bin/code --open-external","DJANGO_DATABASE_PASSWORD":"admin-password","DB_USER":"username","HOME":"/home/gitpod","LANG":"en_US.UTF-8","GITPOD_WORKSPACE_ID":"red-pony-bhq74mxc","GITPOD_INTERVAL":"30000","LS_COLORS":"rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:","CARGO_HOME":"/workspace/.cargo","GITPOD_WORKSPACE_CONTEXT_URL":"https://github.com/akosyakov/Resourceium","THEIA_MINI_BROWSER_HOST_PATTERN":"browser-{{hostname}}","DJANGO_DATABASE_ENGINE":"django.db.backends.postgresql","SDKMAN_VERSION":"5.11.5+713","GITPOD_INSTANCE_ID":"e77476de-328e-408c-96e9-4bb77b0964bb","THEIA_WEBVIEW_EXTERNAL_ENDPOINT":"webview-{{hostname}}","GITPOD_EXTERNAL_EXTENSIONS":"[]","NGINX_DOCROOT_IN_REPO":"public","GOROOT":"/home/gitpod/go","HOMEBREW_NO_AUTO_UPDATE":"1","GITPOD_WORKSPACE_URL":"https://red-pony-bhq74mxc.ws-us08.gitpod.io","INFOPATH":":/home/linuxbrew/.linuxbrew/share/info","GITPOD_THEIA_PORT":"23000","NVM_DIR":"/home/gitpod/.nvm","GITPOD_WORKSPACE_CONTEXT":"{\"isFile\":false,\"path\":\"\",\"title\":\"akosyakov/Resourceium - development\",\"ref\":\"development\",\"refType\":\"branch\",\"revision\":\"cc9b6f06e5f7c8b1950f1d7911b66cfb36c326f2\",\"repository\":{\"cloneUrl\":\"https://github.com/akosyakov/Resourceium.git\",\"host\":\"github.com\",\"name\":\"Resourceium\",\"owner\":\"akosyakov\",\"private\":false,\"fork\":{\"parent\":{\"cloneUrl\":\"https://github.com/KushagraSinha2002/Resourceium.git\",\"host\":\"github.com\",\"name\":\"Resourceium\",\"owner\":\"KushagraSinha2002\",\"private\":false}}}}","GO_VERSION":"1.16.5","rvm_bin_path":"/home/gitpod/.rvm/bin","GRADLE_USER_HOME":"/workspace/.gradle/","GEM_PATH":"/workspace/.rvm:/home/gitpod/.rvm/gems/ruby-2.7.3:/home/gitpod/.rvm/gems/ruby-2.7.3@global","GITPOD_CLI_APITOKEN":"6gd1H9OQJW_GFoKCIp5A.b59ga4DaYnq","GEM_HOME":"/workspace/.rvm","LESSCLOSE":"/usr/bin/lesspipe %s %s","TERM":"xterm-color","LESSOPEN":"| /usr/bin/lesspipe %s","DJANGO_DEBUG":"1","JAVA_TOOL_OPTIONS":"-Xmx1879m","GITPOD_GIT_USER_NAME":"Qingyu Deng","rvm_loaded_flag":"1","MAVEN_HOME":"/home/gitpod/.sdkman/candidates/maven/current","VISUAL":"/ide/bin/code","SDKMAN_DIR":"/home/gitpod/.sdkman","SHLVL":"1","POSTGRES_USER":"gitpod","GIT_EDITOR":"/ide/bin/code --wait","GITPOD_MEMORY":"1879","PGDATABASE":"postgres","SDKMAN_CANDIDATES_API":"https://api.sdkman.io/2","PS1":"\\[\u001b]0;\\u \\w\u0007\\]\\[\u001b[01;32m\\]\\u\\[\u001b[00m\\] \\[\u001b[01;34m\\]\\w\\[\u001b[00m\\] \\$ ","PGDATA":"/workspace/.pgsql/data","ELECTRON_NO_ATTACH_CONSOLE":"1","GITPOD_ANALYTICS_SEGMENT_KEY":"bUY8IRdJ42KjLOBS9LoIHMYFBD8rSzjU","GITPOD_HOST":"https://gitpod.io","BROWSER":"gp-preview","PATH":"/home/gitpod/.pyenv/plugins/pyenv-virtualenv/shims:/workspace/.cargo/bin:/workspace/.pip-modules/bin:/workspace/.rvm/bin:/home/gitpod/.sdkman/candidates/maven/current/bin:/home/gitpod/.sdkman/candidates/java/current/bin:/home/gitpod/.sdkman/candidates/gradle/current/bin:/home/gitpod/.rvm/gems/ruby-2.7.3/bin:/home/gitpod/.rvm/gems/ruby-2.7.3@global/bin:/home/gitpod/.rvm/rubies/ruby-2.7.3/bin:/home/gitpod/.pyenv/plugins/pyenv-virtualenv/shims:/workspace/.cargo/bin:/workspace/.pip-modules/bin:/workspace/.rvm/bin:/ide/bin:/home/gitpod/.pyenv/bin:/home/gitpod/.pyenv/shims:/workspace/go/bin:/home/gitpod/go/bin:/home/gitpod/go-packages/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin/:/home/gitpod/.nvm/versions/node/v14.17.0/bin:/home/gitpod/.cargo/bin:/usr/games:/usr/games:/usr/lib/postgresql/12/bin:/home/gitpod/.pg_ctl/bin:/home/gitpod/.nvm/versions/node/v14.17.0/bin:/home/gitpod/.rvm/bin:/home/gitpod/.nvm/versions/node/v14.17.0/bin","STORAGE_SERVER":"http://localhost:8080/","PYTHONUSERBASE":"/workspace/.pip-modules","APACHE_DOCROOT_IN_REPO":"public","SDKMAN_PLATFORM":"linuxx64","GITPOD_RESOLVED_EXTENSIONS":"{\"vscode.bat@1.44.2\":{\"fullPluginName\":\"vscode.bat@1.44.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.clojure@1.44.2\":{\"fullPluginName\":\"vscode.clojure@1.44.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.coffeescript@1.44.2\":{\"fullPluginName\":\"vscode.coffeescript@1.44.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.cpp@1.44.2\":{\"fullPluginName\":\"vscode.cpp@1.44.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.csharp@1.44.2\":{\"fullPluginName\":\"vscode.csharp@1.44.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"llvm-vs-code-extensions.vscode-clangd@0.1.5\":{\"fullPluginName\":\"llvm-vs-code-extensions.vscode-clangd@0.1.5\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.css@1.51.1\":{\"fullPluginName\":\"vscode.css@1.51.1\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.css-language-features@1.51.1\":{\"fullPluginName\":\"vscode.css-language-features@1.51.1\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.debug-auto-launch@1.44.2\":{\"fullPluginName\":\"vscode.debug-auto-launch@1.44.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.emmet@1.44.2\":{\"fullPluginName\":\"vscode.emmet@1.44.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.fsharp@1.44.2\":{\"fullPluginName\":\"vscode.fsharp@1.44.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.go@1.44.2\":{\"fullPluginName\":\"vscode.go@1.44.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.groovy@1.44.2\":{\"fullPluginName\":\"vscode.groovy@1.44.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.handlebars@1.44.2\":{\"fullPluginName\":\"vscode.handlebars@1.44.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.hlsl@1.44.2\":{\"fullPluginName\":\"vscode.hlsl@1.44.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.html@1.51.1\":{\"fullPluginName\":\"vscode.html@1.51.1\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.html-language-features@1.51.1\":{\"fullPluginName\":\"vscode.html-language-features@1.51.1\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.ini@1.44.2\":{\"fullPluginName\":\"vscode.ini@1.44.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.java@1.53.2\":{\"fullPluginName\":\"vscode.java@1.53.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.javascript@1.44.2\":{\"fullPluginName\":\"vscode.javascript@1.44.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.json@1.44.2\":{\"fullPluginName\":\"vscode.json@1.44.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.json-language-features@1.46.1\":{\"fullPluginName\":\"vscode.json-language-features@1.46.1\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.less@1.44.2\":{\"fullPluginName\":\"vscode.less@1.44.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.log@1.44.2\":{\"fullPluginName\":\"vscode.log@1.44.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.lua@1.44.2\":{\"fullPluginName\":\"vscode.lua@1.44.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.make@1.44.2\":{\"fullPluginName\":\"vscode.make@1.44.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.markdown@1.44.2\":{\"fullPluginName\":\"vscode.markdown@1.44.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.npm@1.39.1\":{\"fullPluginName\":\"vscode.npm@1.39.1\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.objective-c@1.44.2\":{\"fullPluginName\":\"vscode.objective-c@1.44.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.perl@1.44.2\":{\"fullPluginName\":\"vscode.perl@1.44.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.php@1.44.2\":{\"fullPluginName\":\"vscode.php@1.44.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.powershell@1.44.2\":{\"fullPluginName\":\"vscode.powershell@1.44.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.pug@1.44.2\":{\"fullPluginName\":\"vscode.pug@1.44.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.python@1.47.3\":{\"fullPluginName\":\"vscode.python@1.47.3\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.r@1.44.2\":{\"fullPluginName\":\"vscode.r@1.44.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.razor@1.44.2\":{\"fullPluginName\":\"vscode.razor@1.44.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.ruby@1.44.2\":{\"fullPluginName\":\"vscode.ruby@1.44.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.rust@1.44.2\":{\"fullPluginName\":\"vscode.rust@1.44.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.scss@1.44.2\":{\"fullPluginName\":\"vscode.scss@1.44.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.shaderlab@1.44.2\":{\"fullPluginName\":\"vscode.shaderlab@1.44.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.shellscript@1.44.2\":{\"fullPluginName\":\"vscode.shellscript@1.44.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.sql@1.44.2\":{\"fullPluginName\":\"vscode.sql@1.44.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.swift@1.44.2\":{\"fullPluginName\":\"vscode.swift@1.44.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.typescript@1.44.2\":{\"fullPluginName\":\"vscode.typescript@1.44.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.typescript-language-features@1.44.2\":{\"fullPluginName\":\"vscode.typescript-language-features@1.44.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.vb@1.44.2\":{\"fullPluginName\":\"vscode.vb@1.44.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.xml@1.44.2\":{\"fullPluginName\":\"vscode.xml@1.44.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.yaml@1.44.2\":{\"fullPluginName\":\"vscode.yaml@1.44.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscjava.vscode-java-debug@0.27.1\":{\"fullPluginName\":\"vscjava.vscode-java-debug@0.27.1\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscjava.vscode-java-dependency@0.18.0\":{\"fullPluginName\":\"vscjava.vscode-java-dependency@0.18.0\",\"url\":\"local\",\"kind\":\"builtin\"},\"ms-vscode.node-debug@1.38.4\":{\"fullPluginName\":\"ms-vscode.node-debug@1.38.4\",\"url\":\"local\",\"kind\":\"builtin\"},\"ms-vscode.node-debug2@1.33.0\":{\"fullPluginName\":\"ms-vscode.node-debug2@1.33.0\",\"url\":\"local\",\"kind\":\"builtin\"},\"golang.Go@0.14.4\":{\"fullPluginName\":\"golang.go@0.14.4\",\"url\":\"local\",\"kind\":\"builtin\"},\"redhat.vscode-xml@0.11.0\":{\"fullPluginName\":\"redhat.vscode-xml@0.11.0\",\"url\":\"local\",\"kind\":\"builtin\"},\"redhat.vscode-yaml@0.8.0\":{\"fullPluginName\":\"redhat.vscode-yaml@0.8.0\",\"url\":\"local\",\"kind\":\"builtin\"},\"bmewburn.vscode-intelephense-client@1.4.0\":{\"fullPluginName\":\"bmewburn.vscode-intelephense-client@1.4.0\",\"url\":\"local\",\"kind\":\"builtin\"},\"felixfbecker.php-debug@1.13.0\":{\"fullPluginName\":\"felixfbecker.php-debug@1.13.0\",\"url\":\"local\",\"kind\":\"builtin\"},\"rust-lang.rust@0.7.8\":{\"fullPluginName\":\"rust-lang.rust@0.7.8\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.theme-abyss@1.44.2\":{\"fullPluginName\":\"vscode.theme-abyss@1.44.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.theme-kimbie-dark@1.44.2\":{\"fullPluginName\":\"vscode.theme-kimbie-dark@1.44.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.theme-monokai@1.44.2\":{\"fullPluginName\":\"vscode.theme-monokai@1.44.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.theme-monokai-dimmed@1.44.2\":{\"fullPluginName\":\"vscode.theme-monokai-dimmed@1.44.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.theme-quietlight@1.44.2\":{\"fullPluginName\":\"vscode.theme-quietlight@1.44.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.theme-red@1.44.2\":{\"fullPluginName\":\"vscode.theme-red@1.44.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.theme-solarized-dark@1.44.2\":{\"fullPluginName\":\"vscode.theme-solarized-dark@1.44.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.theme-solarized-light@1.44.2\":{\"fullPluginName\":\"vscode.theme-solarized-light@1.44.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.theme-tomorrow-night-blue@1.44.2\":{\"fullPluginName\":\"vscode.theme-tomorrow-night-blue@1.44.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.vscode-theme-seti@1.44.2\":{\"fullPluginName\":\"vscode.vscode-theme-seti@1.44.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.merge-conflict@1.44.2\":{\"fullPluginName\":\"vscode.merge-conflict@1.44.2\",\"url\":\"local\",\"kind\":\"builtin\"},\"ms-vscode.references-view@0.0.47\":{\"fullPluginName\":\"ms-vscode.references-view@0.0.47\",\"url\":\"local\",\"kind\":\"builtin\"},\"EditorConfig.EditorConfig@0.15.1\":{\"fullPluginName\":\"editorconfig.editorconfig@0.15.1\",\"url\":\"local\",\"kind\":\"builtin\"},\"vscode.docker@1.47.3\":{\"fullPluginName\":\"vscode.docker@1.47.3\",\"url\":\"local\",\"kind\":\"builtin\"},\"octref.vetur\":{\"fullPluginName\":\"octref.vetur@0.34.1\",\"url\":\"https://open-vsx.org/api/octref/vetur/0.34.1/file/octref.vetur-0.34.1.vsix\",\"kind\":\"workspace\"},\"bradlc.vscode-tailwindcss\":{\"fullPluginName\":\"bradlc.vscode-tailwindcss@0.6.8\",\"url\":\"https://open-vsx.org/api/bradlc/vscode-tailwindcss/0.6.8/file/bradlc.vscode-tailwindcss-0.6.8.vsix\",\"kind\":\"workspace\"},\"redhat.java\":{\"fullPluginName\":\"redhat.java@0.79.2\",\"url\":\"https://open-vsx.org/api/redhat/java/0.79.2/file/redhat.java-0.79.2.vsix\",\"kind\":\"workspace\"},\"mhutchie.git-graph\":{\"fullPluginName\":\"mhutchie.git-graph@1.30.0\",\"url\":\"https://open-vsx.org/api/mhutchie/git-graph/1.30.0/file/mhutchie.git-graph-1.30.0.vsix\",\"kind\":\"workspace\"},\"eamodio.gitlens\":{\"fullPluginName\":\"eamodio.gitlens@11.4.1\",\"url\":\"https://open-vsx.org/api/eamodio/gitlens/11.4.1/file/eamodio.gitlens-11.4.1.vsix\",\"kind\":\"workspace\"},\"dbaeumer.vscode-eslint\":{\"fullPluginName\":\"dbaeumer.vscode-eslint@2.1.8\",\"url\":\"https://open-vsx.org/api/dbaeumer/vscode-eslint/2.1.8/file/dbaeumer.vscode-eslint-2.1.8.vsix\",\"kind\":\"workspace\"},\"ms-python.python\":{\"fullPluginName\":\"ms-python.python@2020.10.332292344\",\"url\":\"https://open-vsx.org/api/ms-python/python/2020.10.332292344/file/ms-python.python-2020.10.332292344.vsix\",\"kind\":\"workspace\"},\"cweijan.vscode-database-client2\":{\"fullPluginName\":\"cweijan.vscode-database-client2@3.8.4\",\"url\":\"https://open-vsx.org/api/cweijan/vscode-database-client2/3.8.4/file/cweijan.vscode-database-client2-3.8.4.vsix\",\"kind\":\"workspace\"}}","DJANGO_DATABASE_NAME":"website-db","NODE_VERSION":"14.17.0","DB_DATABASE":"server_db","GITPOD_GIT_USER_EMAIL":"i@ayase-lab.com","IRBRC":"/home/gitpod/.rvm/rubies/ruby-2.7.3/.irbrc","rvm_path":"/home/gitpod/.rvm","GOPATH":"/workspace/go","GITPOD_TASKS":"[{\"name\":\"Setup project\",\"init\":\"sudo pip3 install poetry &&  curl https://raw.githubusercontent.com/IgnisDa/printr/main/get-printr.sh | sh -s -- --yes &&  bash -c \\\"/workspace/Resourceium/.devcontainer/setup-storage\\\" &&  git config --global pull.rebase true &&  poetry config virtualenvs.in-project true && gp sync-done setup\\n\"},{\"name\":\"Setup dependencies\",\"init\":\"gp sync-await setup\",\"command\":\"just setup && gp sync-done deps\\n\"},{\"name\":\"Run servers\",\"init\":\"gp sync-await deps\",\"command\":\"just\"},{\"name\":\"Test\",\"init\":\"/ide/node/bin/gitpod-node --inspect=9228 test.js\"}]","_":"/ide/node/bin/gitpod-node"}4c9babf79fc6

getUnixShellEnvironment#stderr bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell

gitpod /workspace/Resourceium $ 

@akosyakov
Copy link
Author

@Ayase-252 It happens from time to time. I just tried again and It stuck for already 3 mins like that:
Screenshot 2021-06-19 at 10 04 14

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
Labels
child_process Issues and PRs related to the child_process subsystem.
Projects
None yet
Development

No branches or pull requests

2 participants