You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.
Trying to change to a directory or run __avn_debug causes an infinite loop of processes to keep getting spawned. I am using zsh. chpwd_functions=( __avn_Chpwd ). I can think of nothing I can do to make this any simpler. I have tried various .nvmrc configurations. I have tried repeating the install setups while nvm use'ing different nvms. I continue to get never ending fork bombs. I have not found any way to begin to get debugging information about what is causing this.
Details
avnavn --version: 0.2.4
nodenode --version: v13.10.1
nvmnvm --version: v0.35.3
nn --version: none (i also tried homebrew install n, which was version 6.4.0, & got the same result)
zshzsh --version: 5.8
bashbash --version: 3.2.57
The output of __avn_debug in the directory with a .node-version file is:
this fork bombs (endlessly spawns new proceses) my system with no output to the screen.
Probably start debugging by editing $HOME/.avn/bin/avn.sh and commenting out parts of the script until it doesn't fork bomb any more. Could be specific to your config, but also could be a bug in the library. Let me know what you find.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Trying to change to a directory or run
__avn_debug
causes an infinite loop of processes to keep getting spawned. I am using zsh.chpwd_functions=( __avn_Chpwd )
. I can think of nothing I can do to make this any simpler. I have tried various .nvmrc configurations. I have tried repeating the install setups whilenvm use
'ing different nvms. I continue to get never ending fork bombs. I have not found any way to begin to get debugging information about what is causing this.Details
avn --version
: 0.2.4node --version
: v13.10.1nvm --version
: v0.35.3n --version
: none (i also tried homebrew install n, which was version 6.4.0, & got the same result)zsh --version
: 5.8bash --version
: 3.2.57The output of
__avn_debug
in the directory with a.node-version
file is:this fork bombs (endlessly spawns new proceses) my system with no output to the screen.
avn
is loaded in my~/.zshenv
file with:nvm specific
nvm
user I am confirming that I did not install with HomebrewThe text was updated successfully, but these errors were encountered: