-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
deno repl
hangs with excessive memory usage running from certain CWDs
#18538
Labels
Comments
Note that this occurs not only on Windows or WSL, but on Linux as well. #18540. |
deno repl
hangs with excessive memory usage running from certain CWDs on Windowsdeno repl
hangs with excessive memory usage running from certain CWDs
Resolved by #18543 -- I'm going to do a release later today. Edit: This is fixed now. Upgrade to 1.32.3 |
dsherret
added a commit
that referenced
this issue
Apr 1, 2023
I was testing this out and it's badly needed. For now, it's not configurable and limited to 1,000 file system entries. Related to #18538
dsherret
added a commit
that referenced
this issue
Apr 1, 2023
I was testing this out and it's badly needed. For now, it's not configurable and limited to 1,000 file system entries. Related to #18538
This was referenced Apr 7, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OS: Windows 10 Version 10.0.19045.2728
From
deno 1.32.1+7722014
and up, runningdeno repl
or justdeno
from certain directories causes the deno process to hang with no repl prompt and with excessive memory usage.The bug is reproducible if running deno from
C:\
,C:\Windows
,C:\Users
,C:\Users\<current_user>
,C:\Windows\System32
,C:\Windows\SysWow64
. At the same time runinngdeno repl
fromC:\Users\<current_user>\Desktop
orC:\Windows\System32\wbem
proceeds as normal. These are the directories that I've tested which reproduced the bug 100% of the times. Other directories and drives seems unaffected.The last unaffected canary version with available binaries to download is
deno 1.32.1+e888c3f
Edit:
Just checked with the 1.32.2 release. It's still affected.
Edit2:
Checked 1.32.2 Linux under Windows WSL, it hangs when executing with the root dir (
/
) as the current directory.The text was updated successfully, but these errors were encountered: