Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Soft lockup error

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
User avatar
DeadTOm76
Posts: 54
Joined: 2017-09-22 15:36
Location: USA
XMMP/Jabber: deadtom@deadtom.me

Soft lockup error

#1 Post by DeadTOm76 »

I have an old Dell Optiplex at home, acting as a file server.

Debian 9.9
4.9.0-9-amd64 #1 SMP Debian 4.9.168-1+deb9u2 (2019-05-13) x86_64 GNU/Linux
Intel(R) Core(TM)2 Duo CPU E7500 @ 2.93GHz
4GB of RAM

Twice this week, I've come home to find it completely unresponsive. I have to hold the power button to shut it down, and when it comes back up, kern.log shows a bunch of soft lockup errors.

Code: Select all

kernel: [668060.108000] NMI watchdog: BUG: soft lockup - CPU#0 stuck for 22s! [ps:31104]
Here is a bigger snippet of kern.log, on pastebin --> https://pastebin.com/pW2K5Z8t.

Everything I've found here and other places online says this is a bug that was resolved in an older kernel version, which isn't terribly helpful.

I have no idea what most of this information out of kern.log means. If someone smarter than me could point me in a direction here, I would greatly appreciate it.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Soft lockup error

#2 Post by Head_on_a_Stick »

You have a stack trace in the log but the symbols are missing.

If you install the kernel from the debug repository[1] and can reproduce this then you should probably submit a bug report with the trace included.

The systemd-coredump package will let you use

Code: Select all

coredumpctl
to collect the information.

[1] Add this line to your sources:

Code: Select all

deb http://deb.debian.org/debian-debug stretch-debug main
Then use

Code: Select all

# apt install -t stretch-debug linux-image-$(uname -r)
deadbang

User avatar
DeadTOm76
Posts: 54
Joined: 2017-09-22 15:36
Location: USA
XMMP/Jabber: deadtom@deadtom.me

Re: Soft lockup error

#3 Post by DeadTOm76 »

Alright. That's what I'll do. Thanks for the info.

kampmannpeine
Posts: 7
Joined: 2012-04-30 09:31

Re: Soft lockup error

#4 Post by kampmannpeine »

Is there any success?

Post Reply