You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When I execute, on Git Bash terminal, the docker command docker build in order to create an image, the output won't be written until the very end, getting stuck on the final "View build details:" but missing the full information.
The main problem with this is that the terminal seems to somehow get stuck on that message and I am unable to continue without closing the terminal session altogether. Since I am using the git bash terminal I pretty much just type "exit", but this is really not how it is supposed to work.
When I use Git Bash, it will not write the full message and just stays stuck, apparently waiting for a prompt.
When I change to the Local Terminal, it will not print the message, but at least returns the control to the terminal input so I can keep working.
I suspected this might be a problem with Git Bash, but when I use it directly, outside of Eclipse, everything works fine.
I am attaching screenshots for all the cases.
To Reproduce
Steps to reproduce the behavior:
Launch Terminal
Choose Git Bash
Build an image, pretty much any will do, I suppose
Watch it building until the end
When finished it will get stuck on "View build details:" but won't actually show any details and will just wait for input
Redo the steps but with Local Terminal
It will not print any build details, instead it will leave some blank space, but will return control to the terminal.
Expected behavior
Expected it to just write whatever details it has and return control to the terminal window.
Screenshots
First, when using the Git Bash terminal on Eclipse. As it can be seen, it just stays stuck on that message apparently waiting for some input, although none is needed then.
Second, when using directly the Local Terminal. As it can be seen, it does return control to the terminal, but leaves some blank space for some reason, which leads me to think there might be something wrong and somehow related to the above.
Finally, a screenshot using the Git Bash directly. It finished the command normally and returned control to the terminal.
Version Information (please complete the following information):
Additional context
I didn't see anything in the Error Log. Also I do not have the full CDT installed, just the Terminal View that comes with the standard Eclipse IDE for Java Enterprise Developers.
The text was updated successfully, but these errors were encountered:
Hello there,
Just a small update on this.
I noticed that, somehow, this seems to have been fixed.
Since the only thing I have done is to update to the latest Eclipse 2024-09, I suppose whatever it was, has been fixed alongside it.
Describe the bug
When I execute, on Git Bash terminal, the docker command
docker build
in order to create an image, the output won't be written until the very end, getting stuck on the final"View build details:"
but missing the full information.The main problem with this is that the terminal seems to somehow get stuck on that message and I am unable to continue without closing the terminal session altogether. Since I am using the git bash terminal I pretty much just type "exit", but this is really not how it is supposed to work.
When I use Git Bash, it will not write the full message and just stays stuck, apparently waiting for a prompt.
When I change to the Local Terminal, it will not print the message, but at least returns the control to the terminal input so I can keep working.
I suspected this might be a problem with Git Bash, but when I use it directly, outside of Eclipse, everything works fine.
I am attaching screenshots for all the cases.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expected it to just write whatever details it has and return control to the terminal window.
Screenshots
First, when using the Git Bash terminal on Eclipse. As it can be seen, it just stays stuck on that message apparently waiting for some input, although none is needed then.
Second, when using directly the Local Terminal. As it can be seen, it does return control to the terminal, but leaves some blank space for some reason, which leads me to think there might be something wrong and somehow related to the above.
Finally, a screenshot using the Git Bash directly. It finished the command normally and returned control to the terminal.
Version Information (please complete the following information):
Additional context
I didn't see anything in the Error Log. Also I do not have the full CDT installed, just the Terminal View that comes with the standard Eclipse IDE for Java Enterprise Developers.
The text was updated successfully, but these errors were encountered: