NMI watchdog: BUG: soft lockup - CPU # stuck for #s! [X:3005]" in message log file after a Flame application crash
Issue:
After a Flame application crash there is a error message in the system /var/log/messages log file:
Apr 8 19:20:36 hostname kernel: NMI watchdog: BUG: soft lockup - CPU#9 stuck for 22s! [X:3005]
Environment:
Linux CentOS 7.xCauses:
Current time for CPU is greater than Watchdog threshold causing a soft lockup.Solution:
To resolve this behavior, perform the following steps as root user:- Edit the file '/etc/sysctl.conf' and add the following line at the end
- "kernel.watchdog_thresh=30"
- Save and Exit.
- Reboot machine.
Comments
Post a Comment