-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Install nodejs on redhat server by compile source v0.10.36, make finished, but its cant work! #9119
Comments
Can you please include the whole error message? Also, running the node binary with gdb like following:
and getting a callstack by typing:
when the program crashes would probably help. It would be even better if you could include the same information for a debug build (use Thank you! |
@misterdjules (gdb) r -v Program received signal SIGABRT, Aborted. |
@misterdjules ../deps/cares/src/ares_process.c: In function ‘read_udp_packets’: |
So somehow this call is failing. Maybe it's possible to ptrace() it and figure out what error was returned from |
when complete make, i exec cmd "./node -v", show "Aborted"! why? pls help me!
{ 'target_defaults': { 'cflags': [],
'default_configuration': 'Release',
'defines': [],
'include_dirs': [],
'libraries': []},
'variables': { 'clang': 0,
'gcc_version': 42,
'host_arch': 'x64',
'node_install_npm': 'true',
'node_prefix': 'nodejs',
'node_shared_cares': 'false',
'node_shared_http_parser': 'false',
'node_shared_libuv': 'false',
'node_shared_openssl': 'false',
'node_shared_v8': 'false',
'node_shared_zlib': 'false',
'node_tag': '',
'node_unsafe_optimizations': 0,
'node_use_dtrace': 'false',
'node_use_etw': 'false',
'node_use_openssl': 'true',
'node_use_perfctr': 'false',
'node_use_systemtap': 'false',
'openssl_no_asm': 0,
'python': '/usr/local/bin/python',
'target_arch': 'x64',
'v8_enable_gdbjit': 0,
'v8_no_strict_aliasing': 1,
'v8_use_snapshot': 'true',
'want_separate_host_toolset': 0}}
creating ./config.gypi
creating ./config.mk
The text was updated successfully, but these errors were encountered: