nodejs does not execute node commands properly in the container #40652
Closed as not planned
Description
Version
v10.15.2
Platform
Linux pve-mips-node1 4.19.0-loongson-3-server #4015 SMP Tue Jun 22 13:17:22 CST 2021 mips64 GNU/Linux
Subsystem
No response
What steps will reproduce the bug?
- install docker
apt install docker-ce - In the mips64 architecture, pull the httpd image from dockerhub
docker pull httpd:latest - Forcing containers to run using httpd images
docker run -it httpd:latest /bin/bash - Installing nodejs in a container
apt update && apt install nodejs - Execute the nodejs command
node
The error message is as follows:
// #
//# Fatal error in , line 0
//# Failed to flush the instruction cache
//#
//#
//#
//#FailureMessage Object: 0x7ffffbe3bcb8Trace/breakpoint trap (core dumped)
How often does it reproduce? Is there a required condition?
No response
What is the expected behavior?
No response
What do you see instead?
The error message is as follows:
// #
//# Fatal error in , line 0
//# Failed to flush the instruction cache
//#
//#
//#
//#FailureMessage Object: 0x7ffffbe3bcb8Trace/breakpoint trap (core dumped)
Additional information
No response
Metadata
Assignees
Labels
No labels
Activity