Skip to content
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

NodeJS crash #595

Open
ninja- opened this issue Sep 23, 2020 · 4 comments
Open

NodeJS crash #595

ninja- opened this issue Sep 23, 2020 · 4 comments

Comments

@ninja-
Copy link

ninja- commented Sep 23, 2020

 1: 0xa3ac30 node::Abort() [/home/user/.nvm/versions/node/v14.5.0/bin/node]
 2: 0xaae1d9  [/home/user/.nvm/versions/node/v14.5.0/bin/node]
 3: 0xc19bab  [/home/user/.nvm/versions/node/v14.5.0/bin/node]
 4: 0xc1b156  [/home/user/.nvm/versions/node/v14.5.0/bin/node]
 5: 0xc1b7d6 v8::internal::Builtin_HandleApiCall(int, unsigned long*, v8::internal::Isolate*) [/home/user/.nvm/versions/node/v14.5.0/bin/node]
 6: 0x13f5159  [/home/user/.nvm/versions/node/v14.5.0/bin/node]

I have this meaningless crash when I try to run a simple NestJS-based app - after manually patching bug with cli-color.
There is nothing interesting in the core dump as well, and it doesn't seem to be related to native modules.

Node version: 14.12.0/14.5.0 - same bug

@ninja-
Copy link
Author

ninja- commented Sep 23, 2020

(llnode) v8 bt

  • thread Self-hosting fails #1: tid = 2924453, 0x00007fe2bd0fe18b libc.so.6`gsignal + 203, name = 'node', stop reason = signal SIGABRT
  • frame #0: 0x00007fe2bd0fe18b libc.so.6gsignal + 203 frame #1: 0x00007fe2bd0dd859 libc.so.6abort + 299
    frame pdfkit errors #2: 0x0000000000a3ac41 nodenode::Abort() + 33 frame #3: 0x0000000000aae1d9 nodenode::Abort(v8::FunctionCallbackInfov8::Value const&) + 9
    frame Consider a known modules dictionary for asset embedding #4: 0x0000000000c19bab nodev8::internal::MaybeHandle<v8::internal::Object> v8::internal::(anonymous namespace)::HandleApiCallHelper<false>(v8::internal::Isolate*, v8::internal::Handle<v8::internal::HeapObject>, v8::internal::Handle<v8::internal::HeapObject>, v8::internal::Handle<v8::internal::FunctionTemplateInfo>, v8::internal::Handle<v8::internal::Object>, v8::internal::BuiltinArguments) + 491 frame #5: 0x0000000000c1b156 nodev8::internal::Builtin_Impl_HandleApiCall(v8::internal::BuiltinArguments, v8::internal::Isolate*) + 166
    frame Add very manual test harness, fs inlining for fontkit #6: 0x0000000000c1b7d6 nodev8::internal::Builtin_HandleApiCall(int, unsigned long*, v8::internal::Isolate*) + 22 frame #7: 0x00000000013f5159 nodeBuiltins_CEntry_Return1_DontSaveFPRegs_ArgvOnStack_BuiltinExit + 57
    frame aws-sdk errors #8: 0x000000000138d982 initialize(this=0x1bc24bf40d79:<Object: NestFactoryStatic>, 0x1bc24bf40e91:<function: AppModule at /home/user/IdeaProjects/typescript-starter/dist3/index.js:34692:81>, 0x2c2f018c9ee9:<Object: NestContainer>, 0x2c2f018c8d71:<Object: ApplicationConfig>, 0x2c2f018c7d81:<Object: AbstractHttpAdapter>) at /home/user/IdeaProjects/typescript-starter/dist3/index.js:9836:21 fn=0x000030a07db9b349
    frame auth0 errors #9: 0x00000000013ba650 (this=0x212240800849:, 0x2207805c0471:) at fn=0x00002c2f018cd6f1
    frame twilio errors #10: 0x000000000143660e
    frame fs-inliner doesn't work for install-node.now.sh #11: 0x00000000013ad044
    frame Few questions around context #12: 0x000000000138b578
    frame Fixing circular case #13: 0x0000000000ce6cfb node`v8::internal::(anonymous namespace)::Invoke(v8::internal::Isolate*, v8::internal::(anonymous namespace)::InvokeParams const&) + 1883

@ShareQiu1994
Copy link

I have the same problem, My solution now is to return NCC to 0.23.0... node Vesrion 12.16.0

@ninja-
Copy link
Author

ninja- commented Dec 12, 2020

@ShareQiu1994 I think I solved it, but I don't remember how

@ryndm
Copy link

ryndm commented Feb 3, 2021

@ShareQiu1994 I think I solved it, but I don't remember how

Why would you do that :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants