Read the statement by Michael Teeuw here.
Electron exited with signal SIGILL error
-
Hello,
Have had my MM running for a few weeks. Been playing with PM2 a bit to try and learn that. Had the mirror running, came back about a day later and my RPi desktop screen was showing (MM closed). Tried PM2 logs and was getting a electron error. Stopped PM2 and tried to run MM via ‘npm run start’. I’m getting the error seen below, any suggestions? I changed nothing from when it was running properly.
pi@raspberrypi:~ $ cd ~/MagicMirror
pi@raspberrypi:~/MagicMirror $ npm run startmagicmirror@2.18.0 start
DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js
/home/pi/MagicMirror/node_modules/electron/dist/electron exited with signal SIGILLWhat is SIGILL and how do I resolve? Thanks
-
@rslohs sigil
https://support.sas.com/documentation/onlinedoc/ccompiler/doc700/html/lr1/z2005346.htmbasically, something tried to execute data, instead of code.
I don’t know what would cause this
-
reinstalled MM and back in business, who knows what happened