-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Ever since 3.0.0 running mocha tests in my project crashes on startup with an error 0xC0000005 #2697
Comments
Also fails with latest node 4.0.0-rc.1 |
Do you have any idea about what part of your test suite is making it crash? |
wut? also, it doesn't cleanly @capaj if you |
@rvagg yes, npm 3 gets stuck on downloading a git submodule. Is this not supported anymore by NPM? Specifically the last npm command when running npm i --verbose is:
|
@rvagg oh there was a git submodule I forgot to mention. So you would have to do a recursive clone. Also I have tried from a scratch on my windows machine with npm 3.3.2 and Node 4.0.0-rc.1 and it works. Tests run as before. @targos I guess this was some problem with my npm dependencies. Glad it is resolved now. |
This is running on windows 10 64-bit, I will try on Ubuntu as well. I have reproduced so far on two machines with io.js versions 3.2.0 and 3.3.0.
Node.js 12.7 works fine. IO.js 2.5.0 works fine. Any newer version just fails.
Googling makes me think, this is a possible race condition-the process finished with exit code -1073741819 (0xC0000005).
Reproduce: clone https://github.com/capaj/Moonridge.git and
npm i
, and finallymocha
. Then the crash should occur.The text was updated successfully, but these errors were encountered: