node-mysql2
node-mysql2 copied to clipboard
Node completely crashes with package loaded on armv6l
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
I think the reason for this is Webassembly. At least when I "disabled" it delete global.WebAssembly a similar issue got resolved for me.
delete global.WebAssembly didn't work for me, but launching the node binary with the --no-expose-wasm parameter did the trick.