15007
Pre-release
Pre-release
Build 15007
For general Windows information on build 15007 visit the Windows Blog.
To track or report an issue visit our Github page.
Known Issue
- There is a known bug where the console does not recognize some Ctrl + input. This includes the ctrl-c command which will act as a normal ‘c’ keypress.
- Workaround: Map an alternate key to Ctrl+C. For example, to map Ctrl+K to Ctrl+C do:
stty intr \^k
. This mapping is per terminal and will have to be done every time bash is launched. Users can explore the option to include this in their.bashrc
- Workaround: Map an alternate key to Ctrl+C. For example, to map Ctrl+K to Ctrl+C do:
Fixed
- Corrected the issue where running WSL would consume 100% of a CPU core
- Socket option IP_PKTINFO, IPV6_RECVPKTINFO now supported. (GH #851, 987)
- Truncate network interface physical address to 16 bytes in lxcore (GH #1452, 1414, 1343, 468, 308)
- Additional fixes and improvements
LTP Results:
Number of Passing Test: 709
Number of non-Passing (failing, skipped, etc…): 255
LTP Test Run Logs