Replies: 1 comment
-
Hey @GN0816, we are aware of the issue, see #14342 which attempts to fix this. However, due to many breaking (behavioral) changes in node-pty, the library we use for spawning terminal processes, we were unable to proceed on the PR so far. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When starting a Theia container using Docker, I encounter an issue where the spawn-helper process consumes 100% CPU when opening a terminal in the browser. As a result, the Theia page in the browser shows an "offline" status, although the Docker container is still running normally.
When Theia calls the terminal, there is a process called spawn-helper. When using strace -p to monitor this process, it continuously outputs close(42189951) = -1 EBADF (Bad file descriptor).
Beta Was this translation helpful? Give feedback.
All reactions