Closed
Description
- Version:
node --version
v10.8.0
- Platform:
$ cat /etc/os-release
NAME=Fedora
VERSION="27 (Twenty Seven)"
ID=fedora
VERSION_ID=27
PRETTY_NAME="Fedora 27 (Twenty Seven)"
ANSI_COLOR="0;34"
CPE_NAME="cpe:/o:fedoraproject:fedora:27"
HOME_URL="https://fedoraproject.org/"
SUPPORT_URL="https://fedoraproject.org/wiki/Communicating_and_getting_help"
BUG_REPORT_URL="https://bugzilla.redhat.com/"
REDHAT_BUGZILLA_PRODUCT="Fedora"
REDHAT_BUGZILLA_PRODUCT_VERSION=27
REDHAT_SUPPORT_PRODUCT="Fedora"
REDHAT_SUPPORT_PRODUCT_VERSION=27
PRIVACY_POLICY_URL="https://fedoraproject.org/wiki/Legal:PrivacyPolicy"
$ uname -a
Linux edison 4.17.12-100.fc27.x86_64 #1 SMP Fri Aug 3 15:00:33 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
- Subsystem: Node
I get a segfault just by running node
-- no arguments, just trying to get an interactive shell:
$ type node
node is /opt/node-v10.8.0-linux-x64/bin/node
$ node
fish: “node” terminated by signal SIGSEGV (Address boundary error)
Here is the output from coredumpctl
:
PID: 91027 (node)
UID: 1000 (raman)
GID: 1000 (raman)
Signal: 11 (SEGV)
Timestamp: Tue 2018-08-14 12:06:28 EDT (5s ago)
Command Line: node
Executable: /opt/node-v10.8.0-linux-x64/bin/node
Control Group: /user.slice/user-1000.slice/session-2.scope
Unit: session-2.scope
Slice: user-1000.slice
Session: 2
Owner UID: 1000 (raman)
Boot ID: 6d5855baaf2c4f51ad2472a1a4631ae8
Machine ID: ced7a5bf77e545c28c0ba7b313e98ca1
Hostname: edison
Storage: /var/lib/systemd/coredump/core.node.1000.6d5855baaf2c4f51ad2472a1a4631ae8.91027.1534262788000000.lz4
Message: Process 91027 (node) of user 1000 dumped core.
Stack trace of thread 91027:
#0 0x00007ff3938b8c5a _ZN2v816FunctionTemplate3NewEPNS_7IsolateEPFvRKNS_20FunctionCallbackInfoINS_5ValueEEEENS_5LocalIS4_EENSA_INS_9SignatureEEEi (libnode.so)
#1 0x00007ff393e52481 _ZN4node17ContextifyContext4InitEPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEE (libnode.so)
#2 0x00007ff393e52443 _ZN4node14InitContextifyEN2v85LocalINS0_6ObjectEEENS1_INS0_5ValueEEENS1_INS0_7ContextEEE (libnode.so)
#3 0x00000000008baff3 _ZN4nodeL10GetBindingERKN2v820FunctionCallbackInfoINS0_5ValueEEE (node)
#4 0x0000000000b4ee49 _ZN2v88internal12_GLOBAL__N_119HandleApiCallHelperILb0EEENS0_11MaybeHandleINS0_6ObjectEEEPNS0_7IsolateENS0_6HandleINS0_10HeapObjectEEESA_NS8_INS0_20FunctionTemplateInfoEEENS8_IS4_EENS0_16B
#5 0x0000000000b4f9b9 _ZN2v88internal21Builtin_HandleApiCallEiPPNS0_6ObjectEPNS0_7IsolateE (node)
#6 0x00001fb8db2841bd n/a (n/a)
#7 0x00001fb8db293a09 n/a (n/a)
#8 0x00001fb8db293a09 n/a (n/a)
#9 0x00001fb8db290f95 n/a (n/a)
#10 0x00001fb8db28a4a1 n/a (n/a)
#11 0x0000000000e597f3 _ZN2v88internal9Execution4CallEPNS0_7IsolateENS0_6HandleINS0_6ObjectEEES6_iPS6_ (node)
#12 0x0000000000ae84b3 _ZN2v88Function4CallENS_5LocalINS_7ContextEEENS1_INS_5ValueEEEiPS5_ (node)
#13 0x00000000008be828 _ZN4node15LoadEnvironmentEPNS_11EnvironmentE (node)
#14 0x00000000008c2c96 _ZN4node5StartEPN2v87IsolateEPNS_11IsolateDataEiPKPKciS8_ (node)
#15 0x00000000008c191f _ZN4node5StartEiPPc (node)
#16 0x00007ff396579f2a __libc_start_main (libc.so.6)
#17 0x000000000087dbe5 _start (node)
This is running node
directly from the tar.xz download on nodejs.org (sha256 sum verified).
Node 8 and 9 work without any issues.
Metadata
Metadata
Assignees
Labels
No labels