Skip to content

18267

Pre-release
Pre-release
Compare
Choose a tag to compare
@benhillis benhillis released this 24 Oct 23:01
· 1226 commits to live since this release
be3b8e7

Build 18267

For general Windows information on build 18267 visit the Windows blog.

WSL

  • Fix issue where zombie process may not be reaped and remain indefinitely.
  • WslRegisterDistribution hangs if error message exceeds max length [GH 3592]
  • Allow fsync to succeed for read-only files on DrvFs [GH 3556]
  • Ensure that /bin and /sbin directories exist before creating symlinks inside [GH 3584]
  • Added an instance termination timeout mechanism for WSL instances. The timeout is currently set to 15 seconds, meaning the instance will terminate 15 seconds after the last WSL process exits. To terminate a distribution immediately, use:
wslconfig.exe /terminate <DistributionName>