What is a CPU soft lockup?

10,804

I found the response...

A soft lockup is the symptom of a task or kernel thread using and not releasing a CPU for a period of time.

The technical reason behind a soft lock involves CPU interrupts and nmiwatchdog. For each CPU on the system, a watchdog process gets created. This process “wakes up” once per second, gets the current time stamp for the CPU it is responsible for, and saves this into the CPU data structure.

Regards!

Share:
10,804

Related videos on Youtube

Salvatore.isc
Author by

Salvatore.isc

Updated on September 18, 2022

Comments

  • Salvatore.isc
    Salvatore.isc over 1 year

    I like to know, What is a CPU soft lockup? and possible causes, I can only tell you that was presented in a server based on RedHat Linux with the message Kernel Bug. Thanks everyone!

  • Jx7
    Jx7 about 7 years
    Is there any tool for identify soft lock occurring in my system or not if yes then what happen next.?
  • Nikos Alexandris
    Nikos Alexandris over 6 years
    @AnkurLoriya If you dmesg, you will see the relevant messages.