Environment
Windows build number: Microsoft Windows [Version 10.0.19002.1000]
Any other software?
WSL2
Steps to reproduce
microsoft/WSL#4495
- Install Ubuntu 18.04 distro from store
for i in /bin/*; do head ${i}; done
- Observe wsl window hang or crash
Expected behavior
Contents of the files are displayed, no hang / crash.
Actual behavior
WSL window will close, or hang. Seems like an issue with (or around) Utf8ToWideCharParser::_InvolvedParse.
Environment
Steps to reproduce
microsoft/WSL#4495
for i in /bin/*; do head ${i}; doneExpected behavior
Contents of the files are displayed, no hang / crash.
Actual behavior
WSL window will close, or hang. Seems like an issue with (or around) Utf8ToWideCharParser::_InvolvedParse.