This reproduces a segfault with nodejs >= 22 and Vitest
npm install
npm run test
- If the
pool
isvmThreads
andalias
is set, the segault is thrown. - If the
alias
is commented out andpool
isvmThreads
, no segfault is thrown. - If the
pool
is notvmThreads
andalias
is set, no segault is thrown. - No segfault is thrown at all with node 20.