-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Sending Ctrl+C to one terminal widget kills all terminals #14887
Comments
I played a lot with it and found how we can reproduce it: the issue is reproduced permanently if you send Update: it's enough to type any symbol to terminal widget for task which is completed or interrupted by |
I've been able to reproduce this in the past, and it looks like the |
I reopen, because we found that we have two dockerfiles for che-machine-exec in the repo for two different CI. And one of them we should remove. I need to move fix to the correctly dockerfile... |
Done. |
Describe the bug
I have faced issue from time to time when I'm developing che in che.
So I have one running instance of che and I run another instance from
theia/examples/assembly
.After stopping a task by pressing
Ctrl+C
for one terminal widget all open terminals are killed.Che version
Latest
Steps to reproduce
Ctrl+C
You can see that all terminals (for first and second instance of che) are killed.
I didn't catch the cause of the problem and can not reproduce it permanently, but I have faced the issue from time to time when I'm developing che in che.
Please see the video: https://youtu.be/zvuwqC9bdAU
Expected behavior
Task is stopped after pressing
Ctrl+C
, other terminals are working.Runtime
minikube (minikube version: v1.0.0)
Screenshots
https://youtu.be/zvuwqC9bdAU
Installation method
chectl chectl/0.0.2-5ab0061 linux-x64 node-v10.4.1
Environment
Linux
The text was updated successfully, but these errors were encountered: