guysoft / MagicMirrorOS

MagicMirrorOS out-of-the-box distro
GNU General Public License v3.0
230 stars 26 forks source link

Blank screen after some hours - breakpoint debug exception #50

Closed bergernetch closed 2 years ago

bergernetch commented 2 years ago

After a few hours, the screen turns blank (black).

The error message in dmesg is Unhandled prefetch abort: breakpoint debug exception (0x002) at 0x03658e54

docker-compose logs shows nothing.

I can restore it by running cd /home/pi/magicmirror/run && docker-compose restart

Could this be an error in Electron itself?

khassel commented 2 years ago

Never saw such an error before, there are 2 things you could try:

bergernetch commented 2 years ago

I tried with a second Raspberry Pi, but it happened again. So I installed a fresh Raspian and the did a classic MagicMirror install without Docker. Now everything runs fine.