OSMC freezing/crashing after June 2020 update

OSMC has been crashing or freezing a lot since the June 2020 update.

I have uploaded the logs here: https://paste.osmc.tv/gorulovosu

Any help on the cause would be great. Thanks Gary

First try is always to remove overclocking and overvoltage settings to see if it solves the issues.

Thanks for the info.

Is overclocking and overvoltage set by default on the vanilla install then? Is there any guides on how to do this?

Thanks

No it is not set on a vanilla OSMC install. You must have done it yourself.
Edit /boot/config.txt and remove the entries.

Weird I have never done this but will remove anyway!

I found the overvoltage entry. If the overclocking line called something else?

gpu_mem_1024=256
disable_splash=1
core_freq=500
start_x=1
sdtv_aspect=1
disable_overscan=1
arm_freq=1000
sdram_freq=500
hdmi_ignore_cec_init=1
gpu_mem_256=112
gpu_mem_512=144
dtoverlay=gpio-ir,gpio_pin=18

These values values are higher than default

Thanks, have made those changes now as below. Hopefully this stabilises it!

gpu_mem_1024=256
disable_splash=1
core_freq=250
start_x=1
sdtv_aspect=1
disable_overscan=1
arm_freq=900
sdram_freq=400
hdmi_ignore_cec_init=1
gpu_mem_256=112
gpu_mem_512=144
dtoverlay=gpio-ir,gpio_pin=18

Haven’t had a crash since! Thanks for your help @fzinken

I must of been one of the ones that entered the overclocking menu which changed the values as certainly did not modify these myself!