You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker run --rm node:18.7.0-alpine3.16
# or
docker run --rm -it node:18.7.0-alpine3.16 node
Output:
#
# Fatal error in , line 0
# unreachable code
#
#
#
#FailureMessage Object: 0x7ee2458c
Additional Information
Image node:18-slim works as expected.
Coredump is appended to this issue.
My procinfo
$ cat /proc/cpuinfo
processor : 0
model name : ARMv7 Processor rev 4 (v7l)
BogoMIPS : 38.40
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
processor : 1
model name : ARMv7 Processor rev 4 (v7l)
BogoMIPS : 38.40
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
processor : 2
model name : ARMv7 Processor rev 4 (v7l)
BogoMIPS : 38.40
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
processor : 3
model name : ARMv7 Processor rev 4 (v7l)
BogoMIPS : 38.40
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
Hardware : BCM2835
Revision : a02082
Serial : 00000000393d37bc
Model : Raspberry Pi 3 Model B Rev 1.2
Environment
Expected Behavior
Node should start without problems.
Current Behavior
Crash on starting "node" binary.
Possible Solution
Steps to Reproduce
docker run --rm node:18.7.0-alpine3.16 # or docker run --rm -it node:18.7.0-alpine3.16 node
Output:
Additional Information
Image
node:18-slim
works as expected.Coredump is appended to this issue.
My procinfo
core.gz
The text was updated successfully, but these errors were encountered: