Read the statement by Michael Teeuw here.
why does my MM on pi crash every night?
-
-
@dazza120 thx… had seen that… and it looks like the ui thread had died… (when debugging in the past)
both the other systems have swap at 1024 (odroid has 2meg ram) and 1978 (nano has 4gig ram) -
just for info… both the main modules background images and my water monitor app, stop processing while hidden, and my mmm-sleepwake puts the mirror to sleep (by hiding all the modules)
-
just crashed again, watchdog killed it… not memory…
so I found the only path thru my water monitoring module with code that isn’t mine, and wrapped it in an exception handler to see if it is failing…
we shall see
-
@sdetweil so far, does not crash.
If I add Watchdog, it gets restarted.
I’ve made the timeouts really long. Still fails overnight -
Not sure, but worthy to check wifi autosleep of rpi, I think humbly.
-
@Sean thanks, will check.
-
@Sean
power mgmt was off for that wireless adapter…
the other two systems are on ethernet wire
-
i took out Watchdog, it caused restarts every night… the system ran fine overnight, without any issues…
so I think there is a problem with Watchdog itself…
-
watchdog has a problem… removing… have not crashed since increase swap space…
will close for now as I work on the watchdog socket problem