FATAL ERROR: v8::FromJust Maybe value is Nothing.
See original GitHub issueEnvironment
- Operating System:
Linux
- Node Version:
v14.18.1
- Nuxt Version:
3-3.0.0-27234368.47ea41d
- Package Manager:
Yarn
- Bundler:
Webpack
- User Config:
-
- Runtime Modules:
-
- Build Modules:
-
Steps to reproduce
- Install a fresh Nuxt 3
- Delete app.vue
- Run
yarn dev -o
- Create ./pages directory
- See error
ℹ Directory pages/ created. Restarting nuxt... 21:24:20
FATAL ERROR: v8::FromJust Maybe value is Nothing.
1: 0xa389b0 node::Abort() [/usr/local/bin/node]
2: 0x96e0af node::FatalError(char const*, char const*) [/usr/local/bin/node]
3: 0xbb773a v8::Utils::ReportApiFailure(char const*, char const*) [/usr/local/bin/node]
4: 0xa3c19d node::fs::FileHandle::CloseReq::Resolve() [/usr/local/bin/node]
5: 0xa3c2f9 [/usr/local/bin/node]
6: 0x13b992d [/usr/local/bin/node]
7: 0x13be0b6 [/usr/local/bin/node]
8: 0x13d0524 [/usr/local/bin/node]
9: 0x13be9e8 uv_run [/usr/local/bin/node]
10: 0xafab43 node::worker::Worker::Run() [/usr/local/bin/node]
11: 0xafb5f8 [/usr/local/bin/node]
12: 0x7f176d5e5609 [/lib/x86_64-linux-gnu/libpthread.so.0]
13: 0x7f176d50c293 clone [/lib/x86_64-linux-gnu/libc.so.6]
Aborted (core dumped)
error Command failed with exit code 134.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Expected behaviour
Restart Nuxt without error.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:11
- Comments:31 (14 by maintainers)
Top Results From Across the Web
FATAL ERROR: v8::FromJust Maybe value is Nothing #6899
The command that caused this was vitest run which is running my tests. FATAL ERROR: v8::FromJust Maybe value is Nothing. 1: 00007FF6422194EF ...
Read more >Error when building angular with nx FATAL ERROR: v8
sometimes I got the following error when building a angular app with nx on the build server. FATAL ERROR: v8::FromJust Maybe value is...
Read more >FATAL ERROR: v8::FromJust Maybe value is Nothing
Version: 4.2.2, 4.4.0, 6.2.0; Platform: 4.2.0-35-generic #40-Ubuntu SMP x86_64 x86_64 x86_64 GNU/Linux; Subsystem: ubuntu 15.10.
Read more >FATAL ERROR: v8::FromJust Maybe value is Nothing. #2947
Description. I'm currently migrating a test suite with ~100 tests from Mocha to AVA. Writing those tests is a breeze, but unfortunately the...
Read more >src/api/api.cc - v8/v8 - Git at Google
FATAL("API fatal error handler returned after process out of memory"); ... Utils::ApiCheck(false, "v8::FromJust", "Maybe value is Nothing.");.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I also encounter a similar issue with @nuxt/bridge:
Nuxi report:
I don’t have a proper way to replicate this error as this spawns randomly while coding in the project.
The last time I had it was when editing a plugin, the replacement made the server crash.
Edit for additional context:
node_modules
and reinstall everything so it boots up again.Alright, made a reproduction without
@nuxt/content
v2: https://github.com/Atinux/nuxt-maybe-value-reproYou will need to save faster and more times the
~/plugins/foo.ts
because I did not add any parsing logic in it, but basically it is related to memory usage.