-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
NodeJs fatal error when running tests #319
Comments
And I get similar issue on linux too. But with different project (will sent a link when I'm done with the branch) Like with Windows all tests pass but after that node crashes.
|
Yeah, I got that sometimes as well. Not sure how to debug it. Help wanted. |
I think it is something related with Take a look at the video on discussions room on vitest repo (50s of video running |
vitest/packages/vitest/src/node/pool.ts Line 99 in 801d939
Destroying the worker pool is causing the crash. Not sure why yet. |
Oh really? It does make the error not appearing at least for me, Thanks! I think we don't actually have to have that line. Just commented it out and let's see how it goes |
Describe the bug
When running tests on Windows I get a core dump from Node.
It is not consistent. Sometimes it works: https://github.com/fluent-vue/rollup-plugin-fluent-vue/runs/4635574629?check_suite_focus=true#step:6:17 and sometimes not: https://github.com/fluent-vue/rollup-plugin-fluent-vue/runs/4635579648?check_suite_focus=true
I don't think it is the same as #317. I tried to get stack trace for that issue to compare but it didn't work.
Reproduction
https://github.com/fluent-vue/rollup-plugin-fluent-vue
System Info
Used Package Manager
pnpm
Logs
Validations
The text was updated successfully, but these errors were encountered: