Crash when using `c8 node --test`
Open
bug
needs more info
p2
- Dominant language
- JavaScript
- Stars
- 2.1k
- Forks
- 99
- PR merge metrics
- No merged PRs in 30d
Description
* **Version**: 7.12.0
* **Platform**: Node.js v18.12.1
Running `node --test` works fine. Running `c8 node tests/*.test.js` works fine too. However, running `c8 node --test` causes a segmentation fault.
```sh
$ c8 node --test
----------|---------|----------|---------|---------|-------------------
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
----------|---------|----------|---------|---------|-------------------
All files | 0 | 0 | 0 | 0 |
----------|---------|----------|---------|---------|-------------------
[1] 71112 segmentation fault (core dumped) c8 node --test
```
Contributor guide
Assessment
This issue has not been assessed yet.