An open API service indexing awesome lists of open source software.

https://github.com/brandonroberts/vitest-node22-segfault

Reproduction of segfault w/Vitest and node >=22
https://github.com/brandonroberts/vitest-node22-segfault

Last synced: 3 months ago
JSON representation

Reproduction of segfault w/Vitest and node >=22

Awesome Lists containing this project

README

        

# 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.