-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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
fs.mkdir with recursive option and invalid name hangs the program #36490
Comments
is this only happened in windows enviroment ? i tsted in linux,it works
|
I'm not able to test it on linux. I've only tested it in Windows 10 |
Can you test with the latest 12.x version? I remember this issue and I think it was fixed recently . |
I tested against Node v14.15.1. Same problem |
I can confirm it happens on v12.20.0 and v14.15.1. |
It seems to be the same issue as #31177. |
The fix landed yesterday in libuv: libuv/libuv@dd8662b |
Thank you. In what version is the fix available? |
Can confirm that the issue has been fixed in the 15.x line at least. Not sure about 14.x or 12.x. |
Can confirm it still happens on v12.22.1 and v14.16.1 |
This should be fixed in all active releases as the fix was released in libuv |
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
Using : (double dots) character in folder name after the first prefix will make the program freeze
What is the expected behavior?
Throw an error
What do you see instead?
The program hangs
Additional information
--
The text was updated successfully, but these errors were encountered: