-
-
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
FATAL ERROR: v8::FromJust Maybe value is Nothing. #2175
Comments
|
I'm getting this error as well, using Node: v18.3.0 |
Node 18.3 is not the latest Node 18 |
@OmgImAlexis I got a similar error in a test file, it uses the fs module to sync read, and write to some files. My OS is Ubuntu 22.04, after upgrading vitetest from v0.27.1 to v0.28.3, the error just disappeared, hope this helps. |
I got this on v0.33.0 and downgrading to v0.32.4 fixed it... |
I got this issue on v0.34.1 and v0.34.4. So I downgraded this to v0.32.4. After it I can't get the error. |
Similar Issues, v0.32.4 has no issues but anything higher nets the same error. |
Same issue, version: [email protected] |
Vitest 1.0.0 has now If the code you are testing is incompatible with |
Describe the bug
Similar issue as #1191
When hitting this I'm redirected to that issue but yet can't add a comment as it's "This conversation has been locked as resolved and limited to collaborators.".
While hitting this I also noticed sometimes my tests just stop without a crash. There's no summary, error, etc. they just stop.
Reproduction
I've yet to find what's causing this, it seems to happen randomly in my tests. If someone could point me to how to debug this I'm happy to try and get a repro going.
System Info
System: OS: Linux 5.10 Debian GNU/Linux 11 (bullseye) 11 (bullseye) CPU: (12) x64 Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz Memory: 6.41 GB / 7.72 GB Container: Yes Shell: 5.1.4 - /bin/bash Binaries: Node: 18.5.0 - /usr/local/bin/node Yarn: 1.22.19 - /usr/local/bin/yarn npm: 8.12.1 - /usr/local/bin/npm npmPackages: vitest: ^0.24.3 => 0.24.3
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: