-
Notifications
You must be signed in to change notification settings - Fork 8.5k
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
Crash in Windows Terminal when copying text #4906
Comments
I just run into this issue too, but not on the shell page itself. When I try to copy a selected string from 'About' sub-menu by right-clicking then choose 'Copy', Windows Terminal crashes. Version is the latest 0.10.761.0. |
@toxic-cat that issue is actually totally different, and being tracked over in #4260 |
@zadjii-msft Thank you for mention that. |
Terminal should not try to join the choir invisible when the clipboard API straight-up horks it. Fixes #4906.
Terminal should try not to join the choir invisible when the clipboard API straight up horks it. This accounts for ~3% of the crashes seen in 1.0RC1 and ~1% of the crashes seen all-up in the last 14 days. ## Repro (prior to this commit) Set `"copyOnSelect": true`. Copy something small. Hold down <kbd>Ctrl+Shift+V</kbd> Double-click like your life depends on it. Double-click like you're playing cookie clicker again. 2013 called, it wants its cookies back. Fixes #4906.
Terminal should try not to join the choir invisible when the clipboard API straight up horks it. This accounts for ~3% of the crashes seen in 1.0RC1 and ~1% of the crashes seen all-up in the last 14 days. ## Repro (prior to this commit) Set `"copyOnSelect": true`. Copy something small. Hold down <kbd>Ctrl+Shift+V</kbd> Double-click like your life depends on it. Double-click like you're playing cookie clicker again. 2013 called, it wants its cookies back. Fixes #4906. (cherry picked from commit a99c812)
🎉This issue was addressed in #5856, which has now been successfully released as Handy links: |
…rosoft#5856) Terminal should try not to join the choir invisible when the clipboard API straight up horks it. This accounts for ~3% of the crashes seen in 1.0RC1 and ~1% of the crashes seen all-up in the last 14 days. ## Repro (prior to this commit) Set `"copyOnSelect": true`. Copy something small. Hold down <kbd>Ctrl+Shift+V</kbd> Double-click like your life depends on it. Double-click like you're playing cookie clicker again. 2013 called, it wants its cookies back. Fixes microsoft#4906.
While right-clicking on some selected text to copy it to the clipboard, WindowsTerminal.exe crashed.
This was with version 0.9.433.0.
WindowsTerminal10.txt
I have attached the debugger output with more details. The call stack at the time of the crash was:
The text was updated successfully, but these errors were encountered: