-
Notifications
You must be signed in to change notification settings - Fork 124
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
warp causes terminal hang #371
Comments
Before the update??? I have no idea where to start or end with this one. I can only see this being fixed by someone that can actually repro it. |
seems like |
So I have been fairly reliably triggering this during delete when there is an error condition. Following just happened
This was from a script running delete iterating over object sizes. The first run goes fine, then the next two die i think since there are no pre-existing objects (and list-existing is being used). At this point, terminal becomes unusable until |
@eco-minio - but DELETE is deleting objects...??? If you are using |
I am saying that because there is an error condition, warp exits and appears to do so in a way that hangs the terminal. So I don't think it is warp per se, rather whatever is happening when the error is triggered. |
@eco-minio Ah... ok.. Yeah, that should be actionable. I will check tomorrow. |
Unfortunately it doesn't repro on Windows. I've tried a secondary cancelation path and locked it to the OS thread. There is a chance that can fix it. |
Hi, I came across what seems to be the exact same issue. Can reproduce it reliably on Linux (NixOS, foot as terminal emulator). A bisect points to 483f844 as the bad commit. From a glance, seems plausible since it does some output-related things, especially regarding newlines etc. |
@christoph-heiss please try the fix #376 |
Periodically during warp runs the terminal will enter a state where it cannot take any new input and scrollback is impossible. Only issuing a reset resolves it. Logs from latest failed run attached although im not sure there is anything helpful there. Latest runs were with 1.1.0-rc although this has been observed at least since 1.0.8 and probably before that as well.
warp-logs.zip
The text was updated successfully, but these errors were encountered: