-
Notifications
You must be signed in to change notification settings - Fork 826
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
rename() fails with trailing slash #1008
Comments
@ericeil - Thanks for reporting this. I have opened a bug to track this. It should get auto-triaged. |
If the oldpath has a trailing slash, Bash On Windows to hangs and the lxssmanager service can not be restarted.
Pressing This only occurs when running from a Windows directory (i.e., it occurs in This bug occurs when running configure on I am using |
Both issues are gone on my latest internal build. The fixes should make its way to insider builds eventually. |
This issue was fixed in Insider build 14965, please re-open if this issue is seen again. |
On the anniversary build this issue can cause bash to not restart. (At work I can't switch to the insider track). |
Bash was unresponsive for me after a bad |
Is there some way we can get fixed versions more quickly? ref: |
If you want to get fixed versions more quickly, you can sign up for Windows Insider builds. Both the Slow and the Fast Insider rings get WSL updates more frequently than regular (stable) Windows. Alternatively, this particular fix (as well as a lot of other fixes) is scheduled to ship with the Windows Creators update on April 11, less than a week from now. |
Tested on rs_preview build 14905:
Run the following:
On Linux, this succeeds. On Windows, I get the following:
Without the trailing slash, the rename works as expected.
This is causing a few failures in the .NET Core tests.
The text was updated successfully, but these errors were encountered: