Skip to content

nodejs does not execute node commands properly in the container #40652

Closed as not planned
@qinzhiben11

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?

  1. install docker
    apt install docker-ce
  2. In the mips64 architecture, pull the httpd image from dockerhub
    docker pull httpd:latest
  3. Forcing containers to run using httpd images
    docker run -it httpd:latest /bin/bash
  4. Installing nodejs in a container
    apt update && apt install nodejs
  5. 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions