-
-
Notifications
You must be signed in to change notification settings - Fork 6.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
Maximum call stack size exceeded #9062
Comments
Looks like this was resolved in |
…tack errors, closes jestjs#9062)
- previous version of graceful-fs causes max. call stack errors in some cases
@SimenB Could a new version be released with this fix? It is breaking my React Native Android app build randomly |
Would also like a patch release with this fix as we have some tests crashing out because of this. |
+1 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
🐛 Bug Report
When running acceptance tests, I am sometimes getting a maximum call stack size error.
To Reproduce
Sorry, but I cannot reproduce it 100%. It sometimes happens when I create a writable stream:
Expected behavior
Does not crash on max. call stack.
Link to repl or repo (highly encouraged)
It seems to sometimes reproduce on this repository:
https://github.com/alesmenzel/churchill
when running the
npm run test:acceptance -- file
here is a screenshot from travis-ci running the tests ( https://prnt.sc/pkr5zy )
envinfo
The text was updated successfully, but these errors were encountered: