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

use node 12.9.0 cause carsh problem #37902

Closed
tnodejs opened this issue Mar 25, 2021 · 4 comments
Closed

use node 12.9.0 cause carsh problem #37902

tnodejs opened this issue Mar 25, 2021 · 4 comments

Comments

@tnodejs
Copy link

tnodejs commented Mar 25, 2021

v8 nodeinfo
Information for process id 27676 (process=0x3d606e35ac69)
Platform = linux, Architecture = x64, Node Version = v12.9.0
Component versions (process.versions=0x1d892cefc121):
    alinode = 5.9.0
    ares = 1.15.0
    brotli = 1.0.7
    cldr = 35.1
    http_parser = 2.8.0
    icu = 64.2
    llhttp = 1.1.4
    modules = 72
    napi = 4
    nghttp2 = 1.39.2
    node = 12.9.0
    openssl = 1.1.1c
    tz = 2019a
    unicode = 12.1
    uv = 1.31.0
    v8 = 7.6.303.29-node.15
    zlib = 1.2.11
Release Info (process.release=0x1d892cefc1b1):
    name = node
    sourceUrl = https://nodejs.org/download/release/v12.9.0/node-v12.9.0.tar.gz
    headersUrl = https://nodejs.org/download/release/v12.9.0/node-v12.9.0-headers.tar.gz
Node.js Command line arguments (process.execArgv=0x1d892cefc1e9):
stop reason = signal SIGSEGV
    frame #0: 0x0000000000c95fb0 node`v8::internal::GlobalHandles::ClearWeakness(unsigned long*)
    frame #1: 0x0000000000a5037c node`node::util::WeakReference::IncRef(v8::FunctionCallbackInfo<v8::Value> const&) + 76
    frame #2: 0x00000000012dd53d node`Builtins_CallApiCallback at base.tq:295
    frame #3: 0x000023bc2ebc56e7
    frame #4: 0x000023bc2ec9c474
    frame #5: 0x00000000012da31d node`Builtins_JSEntryTrampoline at base.tq:295
    frame #6: 0x00000000012da0f8 node`Builtins_JSEntry at base.tq:295
    frame #7: 0x0000000000c65d80 node`v8::internal::(anonymous namespace)::Invoke(v8::internal::Isolate*, v8::internal::(anonymous namespace)::InvokeParams const&) + 432
    frame #8: 0x0000000000c66188 node`v8::internal::Execution::Call(v8::internal::Isolate*, v8::internal::Handle<v8::internal::Object>, v8::internal::Handle<v8::internal::Object>, int, v8::internal::Handle<v8::internal::Object>*) + 88
    frame #9: 0x0000000000b3060b node`v8::Function::Call(v8::Local<v8::Context>, v8::Local<v8::Value>, int, v8::Local<v8::Value>*) + 363
    frame #10: 0x000000000093febb node`node::AsyncWrap::EmitBefore(node::Environment*, double) + 171
    frame #11: 0x0000000000936750 node`node::InternalCallbackScope::InternalCallbackScope(node::Environment*, v8::Local<v8::Object>, node::async_context const&, node::InternalCallbackScope::ResourceExpectation) + 528
    frame #12: 0x0000000000936f85 node`node::InternalMakeCallback(node::Environment*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*, node::async_context) + 85
    frame #13: 0x0000000000946469 node`node::AsyncWrap::MakeCallback(v8::Local<v8::Function>, int, v8::Local<v8::Value>*) + 137
    frame #14: 0x0000000000a6d794 node`node::StreamBase::CallJSOnreadMethod(long, v8::Local<v8::ArrayBuffer>, unsigned long) + 180
    frame #15: 0x0000000000a6d9d3 node`node::EmitToJSStreamListener::OnStreamRead(long, uv_buf_t const&) + 483
    frame #16: 0x0000000000a760a6 node`node::LibuvStreamWrap::OnUvRead(long, uv_buf_t const*) + 166
    frame #17: 0x00000000012ca70e node`uv__read [inlined] uv__stream_eof(buf=0x00007ffe6e0579f0, stream=0x00000000039c9a48) at stream.c:1021
    frame #18: 0x00000000012ca69d node`uv__read(stream=0x00000000039c9a48) at stream.c:1217
    frame #19: 0x00000000012caac0 node`uv__stream_io(loop=<unavailable>, w=0x00000000039c9ad0, events=1) at stream.c:1321
    frame #20: 0x00000000012d0618 node`uv__io_poll(loop=0x00000000029b68c0, timeout=10) at linux-core.c:399
    frame #21: 0x00000000012bed85 node`uv_run(loop=0x00000000029b68c0, mode=UV_RUN_DEFAULT) at core.c:381
    frame #22: 0x0000000000a045e4 node`node::NodeMainInstance::Run() + 852
  * frame #23: 0x0000000000996ed4 node`node::Start(int, char**) + 660
@tnodejs
Copy link
Author

tnodejs commented Mar 25, 2021

Did we need to upgrade the nodejs version, I am not sure did it cause by the version which we are using or other problem.

@Ayase-252
Copy link
Member

@tnodejs

Hi,
Certainly, you could try to upgrade Node.js version to resolve your problem. However, without context, it is nearly impossible to indentify whether it is a problem inside Node.js.

Could you provide steps to reproduce the problem and code snippet in question, if any?

@tnodejs
Copy link
Author

tnodejs commented Mar 25, 2021

@tnodejs

Hi,
Certainly, you could try to upgrade Node.js version to resolve your problem. However, without context, it is nearly impossible to indentify whether it is a problem inside Node.js.

Could you provide steps to reproduce the problem and code snippet in question, if any?

thxs.
can not reproduce the problem, the node process restart random, we only can get the core file which show in the above. will try to upgrade the Node.js version later.

@Lxxyx Lxxyx added the v12.x label Mar 26, 2021
@tnodejs
Copy link
Author

tnodejs commented Apr 16, 2021

It is ok now after we upgrade the nodejs verison, I guess it was v12.x nodejs version problem.

@tnodejs tnodejs closed this as completed Apr 16, 2021
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