Skip to content
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

node -n system hangs indefinitely (0.9.1) #67

Closed
asottile opened this issue May 15, 2014 · 2 comments
Closed

node -n system hangs indefinitely (0.9.1) #67

asottile opened this issue May 15, 2014 · 2 comments

Comments

@asottile
Copy link
Contributor

(venv)[anthony@anthony-VirtualBox](why_is_my_build_slower)]$ nodeenv --version
0.9.1
(venv[anthony@anthony-VirtualBox](why_is_my_build_slower)]$ node --version
v0.10.28
(venv)[anthony@anthony-VirtualBox](why_is_my_build_slower)]$ nodeenv -n system nenv
(venv)[anthony@anthony-VirtualBox](why_is_my_build_slower)]$ source nenv/bin/activate 
(nenv)(venv)[anthony@anthony-VirtualBox](why_is_my_build_slower)]$ node --version
# hangs indefinitely.  Looking at top there's a process that laternates between `bash` and `node` that is pegging a processor

I originally noticed this when my builds were timing out: https://travis-ci.org/pre-commit/pre-commit/jobs/25208998

This was working with 0.8.1

@ekalinin
Copy link
Owner

Yep, which node usage inside virtualenv wasn't a good idea.
Thanks for report. Fixed.

@asottile
Copy link
Contributor Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants