node-mysql2 icon indicating copy to clipboard operation
node-mysql2 copied to clipboard

Node completely crashes with package loaded on armv6l

Open iAmInActions opened this issue 4 years ago • 2 comments
trafficstars

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 

iAmInActions avatar May 27 '21 12:05 iAmInActions

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

Nilos avatar Oct 20 '21 12:10 Nilos

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

Malvineous avatar Nov 06 '21 15:11 Malvineous