-
-
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
Segmentation fault on Angular8 test on Node 13.2 #9244
Comments
I was able to reproduce this in a Docker container (
|
Thanks for the report! I've reported this upstream: nodejs/node#30730 |
It was a bug in V8, fixed by nodejs/node#30681. A new Node.js 13 release should happen next week. |
Perfect, thanks @targos! |
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
https://stackoverflow.com/questions/59090476/jest-with-angular8-and-node-13-segmentation-fault
Basic angular test fails on node 13.2 with Segmentation fault, but passes on node 13.1 and node 12
The test:
Class under tests:
I also noticed that the test passes if there are 5 or less test cases, and always fails on the 6th test.
To Reproduce
I've been following Angular CLI: “ng test” with Jest in 3 minutes (v2) tutorial to set up jest tests with Angular 8.
Added test as stated above.
ng test fails with segmentation fault
Expected behavior
tests pass
Link to repl or repo (highly encouraged)
Github repo:
https://github.com/lesiak/node13-angular-jest
Github Workflow test matrix:
https://github.com/lesiak/node13-angular-jest/commit/beec00272208404ce9c490d6d4dab40fbb9e6125/checks?check_suite_id=334253246
envinfo
The text was updated successfully, but these errors were encountered: