-
Notifications
You must be signed in to change notification settings - Fork 251
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
ioctl(2) failed exception #220
Comments
@Tyriar: Possible reasons:
Any more info when this exactly happens? Might be useful to output |
No more info unfortunately, these are just errors that we're seeing in the wild. |
I don't see how this could happen atm as this._fd is synchronously in the ctor and resize must have been called after it, but the repro in microsoft/vscode#71078 seems to indicate that resizing again will fix it. |
Adding a better error that should reveal why the call failed in #285 |
Maybe the pty has already been destroyed?
VS Code issue: microsoft/vscode#57976
The text was updated successfully, but these errors were encountered: