Skip to content

Segmentation Fault #8310

@furkanmustafa

Description

@furkanmustafa
  • Version: 6.5.0
  • Platform: Linux thehostname 4.7.2 #21 SMP Fri Aug 26 03:23:44 UTC 2016 x86_64 GNU/Linux

I'm not exacly sure what's the main reason for this crash is, therefore I don't have a way to replicate. My application is quite simple and doesn't have any native modules. General outline is, the app connects to Mongo & Redis, uses babel, and is a simple background worker for kue tasks. Application works well for a while, and then segfaults.

Here is the coredumps;

Process 32573 (node) of user 1000 dumped core.

  Stack trace of thread 32573:
  #0  0x00007f198dd32367 kill (libc.so.6)
  #1  0x00007f198fe84ea9 uv_kill (libuv.so.1)
  #2  0x0000000000d68ae0 _ZN4node4KillERKN2v820FunctionCallbackInfoINS0_5ValueEEE (node)
  #3  0x00000000006f7bd1 _ZN2v88internal25FunctionCallbackArguments4CallEPFvRKNS_20FunctionCallbackInfoINS_5ValueEEEE (node)
  #4  0x000000000074d9ab n/a (node)
  #5  0x000000000074e078 n/a (node)
  #6  0x000000000074e1de n/a (node)
  #7  0x00000c3b85b092a7 n/a (n/a)

Process 32555 (npm) of user 1000 dumped core.

  Stack trace of thread 32555:
  #0  0x00007f8074ef5367 kill (libc.so.6)
  #1  0x00007f8077047ea9 uv_kill (libuv.so.1)
  #2  0x0000000000d68ae0 _ZN4node4KillERKN2v820FunctionCallbackInfoINS0_5ValueEEE (node)
  #3  0x00000000006f7bd1 _ZN2v88internal25FunctionCallbackArguments4CallEPFvRKNS_20FunctionCallbackInfoINS_5ValueEEEE (node)
  #4  0x000000000074d9ab n/a (node)
  #5  0x000000000074e078 n/a (node)
  #6  0x000000000074e1de n/a (node)
  #7  0x00002e45f53092a7 n/a (n/a)

Process 32579 (node) of user 1000 dumped core.

  Stack trace of thread 32579:
  #0  0x0000000000989f95 _ZN2v88internal9FieldType7AsClassEv (node)
  #1  0x000000000098a0f4 _ZN2v88internal9FieldType7ConvertEPNS0_4ZoneE (node)
  #2  0x0000000000787c8b _ZN2v88internal8compiler17AccessInfoFactory25ComputePropertyAccessInfoENS0_6HandleINS0_3MapEEENS3_INS0_4NameEEENS1_10
AccessModeEPNS1_18PropertyAccessInfoE (node)
  #3  0x000000000078831e _ZN2v88internal8compiler17AccessInfoFactory26ComputePropertyAccessInfosERKNS0_4ListINS0_6HandleINS0_3MapEEENS0_25Free
StoreAllocationPolicyEEENS4_INS0_4NameEEENS1_10AccessModeEPNS0_10ZoneVectorINS1_18PropertyAccessInfoEEE (node)
  #4  0x00000000007f9566 _ZN2v88internal8compiler29JSNativeContextSpecialization17ReduceNamedAccessEPNS1_4NodeES4_RKNS0_4ListINS0_6HandleINS0_
3MapEEENS0_25FreeStoreAllocationPolicyEEENS6_INS0_4NameEEENS1_10AccessModeENS0_12LanguageModeES4_ (node)
  #5  0x00000000007fb3af _ZN2v88internal8compiler29JSNativeContextSpecialization17ReduceNamedAccessEPNS1_4NodeES4_RKNS0_13FeedbackNexusENS0_6H
andleINS0_4NameEEENS1_10AccessModeENS0_12LanguageModeE (node)
  #6  0x00000000007fb43f _ZN2v88internal8compiler29JSNativeContextSpecialization17ReduceJSLoadNamedEPNS1_4NodeE (node)
  #7  0x00000000007fda15 _ZN2v88internal8compiler29JSNativeContextSpecialization6ReduceEPNS1_4NodeE (node)
  #8  0x00000000007ca506 _ZN2v88internal8compiler12GraphReducer6ReduceEPNS1_4NodeE (node)
  #9  0x00000000007caf5c _ZN2v88internal8compiler12GraphReducer9ReduceTopEv (node)
  #10 0x00000000007cb088 _ZN2v88internal8compiler12GraphReducer10ReduceNodeEPNS1_4NodeE (node)
  #11 0x00000000008325ed _ZN2v88internal8compiler8Pipeline12GenerateCodeEv (node)
  #12 0x00000000008895a2 _ZN2v88internal19OptimizedCompileJob11CreateGraphEv (node)
  #13 0x000000000088a945 n/a (node)
  #14 0x000000000088b6d9 _ZN2v88internal8Compiler16CompileOptimizedENS0_6HandleINS0_10JSFunctionEEENS1_15ConcurrencyModeE (node)
  #15 0x0000000000b63e05 _ZN2v88internal35Runtime_CompileOptimized_ConcurrentEiPPNS0_6ObjectEPNS0_7IsolateE (node)
  #16 0x0000073eda9092a7 n/a (n/a)

Metadata

Metadata

Assignees

No one assigned

    Labels

    v8 engineIssues and PRs related to the V8 dependency.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions