-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Labels
Area-QualityStability, Performance, Etc.Stability, Performance, Etc.Area-TerminalControlIssues pertaining to the terminal control (input, selection, keybindings, mouse interaction, etc.)Issues pertaining to the terminal control (input, selection, keybindings, mouse interaction, etc.)Issue-BugIt either shouldn't be doing this or needs an investigation.It either shouldn't be doing this or needs an investigation.Product-TerminalThe new Windows Terminal.The new Windows Terminal.Resolution-Fix-CommittedFix is checked in, but it might be 3-4 weeks until a release.Fix is checked in, but it might be 3-4 weeks until a release.Severity-CrashCrashes are real bad news.Crashes are real bad news.
Milestone
Description
Environment
Windows version 1903 OS build 18899.1000
Windows Terminal (Preview) version 0.2.1703.0
Any other software?
ripgrep 11.0.0
Steps to reproduce
Install ripgrep
Open wt (Windows Terminal), running PowerShell.
Run the following from the root of a large drive
while ($true) { rg -i "foo" }
Expected behavior
The terminal continually runs ripgrep against all files on the drive
Actual behavior
The terminal eventually hangs and is completely unresponsive.
The call stack for the main thread when the window hangs is attached.
A minidump of the hung process is available here:
HungWindowsTerminal
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area-QualityStability, Performance, Etc.Stability, Performance, Etc.Area-TerminalControlIssues pertaining to the terminal control (input, selection, keybindings, mouse interaction, etc.)Issues pertaining to the terminal control (input, selection, keybindings, mouse interaction, etc.)Issue-BugIt either shouldn't be doing this or needs an investigation.It either shouldn't be doing this or needs an investigation.Product-TerminalThe new Windows Terminal.The new Windows Terminal.Resolution-Fix-CommittedFix is checked in, but it might be 3-4 weeks until a release.Fix is checked in, but it might be 3-4 weeks until a release.Severity-CrashCrashes are real bad news.Crashes are real bad news.