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

Node completely crashes with package loaded on armv6l #1327

Open
iAmInActions opened this issue May 27, 2021 · 2 comments
Open

Node completely crashes with package loaded on armv6l #1327

iAmInActions opened this issue May 27, 2021 · 2 comments

Comments

@iAmInActions
Copy link

iAmInActions commented May 27, 2021

Error Log:

#
# Fatal error in , line 0
# Liftoff bailout should not happen. Cause: Armv6 not supported

#
#
#
#FailureMessage Object: 0xb61fe2a8
1973 Illegal instruction

Hardware Info:

OS: Raspbian GNU/Linux 10 (buster) armv6l 
Host: Raspberry Pi Zero W Rev 1.1 
Kernel: 5.10.17+ 
Uptime: 1 hour, 4 mins 
Packages: 817 (dpkg) 
Shell: bash 5.0.3 
Terminal: /dev/pts/0 
CPU: BCM2835 (1) @ 1.000GHz 
Memory: 73MiB / 477MiB 
@Nilos
Copy link

Nilos commented Oct 20, 2021

I think the reason for this is Webassembly. At least when I "disabled" it delete global.WebAssembly a similar issue got resolved for me.

@Malvineous
Copy link

delete global.WebAssembly didn't work for me, but launching the node binary with the --no-expose-wasm parameter did the trick.

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

3 participants