Skip to content

brandonroberts/vitest-node22-segfault

Repository files navigation

Vitest Segfault w/node >= 22

This reproduces a segfault with nodejs >= 22 and Vitest

Setup

npm install

Run Tests

npm run test

Notes

  • If the pool is vmThreads and alias is set, the segault is thrown.
  • If the alias is commented out and pool is vmThreads, no segfault is thrown.
  • If the pool is not vmThreads and alias is set, no segault is thrown.
  • No segfault is thrown at all with node 20.

About

Reproduction of segfault w/Vitest and node >=22

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages