Iv'e installed an Ubuntu 18.04.4 server hosting docker containers and every few days the system crashes with the following entries in the system log:
Jun 16 08:52:13 shauls_home_server kernel: watchdog: BUG: soft lockup - CPU#4 stuck for 23s! [containerd:1293]
Jun 16 08:52:41 shauls_home_server kernel: watchdog: BUG: soft lockup - CPU#4 stuck for 23s! [containerd:1293]
Jun 16 08:52:45 shauls_home_server kernel: watchdog: BUG: soft lockup - CPU#9 stuck for 22s! [rtorrent main:4407]
Jun 16 08:52:45 shauls_home_server kernel: watchdog: BUG: soft lockup - CPU#10 stuck for 22s! [runc:11721]
Jun 16 08:53:09 shauls_home_server kernel: watchdog: BUG: soft lockup - CPU#4 stuck for 23s! [containerd:1293]
Jun 16 08:53:13 shauls_home_server kernel: watchdog: BUG: soft lockup - CPU#9 stuck for 23s! [rtorrent main:4407]
Jun 16 08:53:13 shauls_home_server kernel: watchdog: BUG: soft lockup - CPU#10 stuck for 23s! [runc:11721]
I've already tried this solution:
adding nouveau.modeset=0
to GRUB's Linux line.
And this: echo 20 > /proc/sys/kernel/watchdog_thresh
,
As suggested here.
Here is my Journalctl
log just before the crash.
Any help on how I can figure out what's causing the issue will be appreciated.