Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Entire system crash from the interpreter #420

Open
LoganDark opened this issue Dec 16, 2018 · 2 comments
Open

Entire system crash from the interpreter #420

LoganDark opened this issue Dec 16, 2018 · 2 comments

Comments

@LoganDark
Copy link

require('fs').readFileSync('/bin/node').toString('utf8'), in the interpreter, crashes the entire system.

There's a bunch of extremely fast scrolling text and then the system immediately powers off.

@piranna
Copy link
Member

piranna commented Dec 16, 2018

Obviously, bin/node is the Node.js executable, not only is binary but also is really big, so it's normal it output garbage. It should not crash, this could be for an out of memory problem, or some instruction inside the Node.js binary itself. Can you provide more info about how it crash?

@LoganDark
Copy link
Author

@piranna The screen floods with text very quickly and then the system immediately shuts off, check the issue.

it's normal it output garbage

The text is by the kernel (i.e. has timestamps and ASCII and all that).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants