System is going to auto reboot or cpu stall or hang

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
harry6264
Posts: 4
Joined: 2024-12-05 03:18

System is going to auto reboot or cpu stall or hang

#1 Post by harry6264 »

Hi All,

We recently migrated debian from CentOS and we are seeing cpu yield is more in Debian (> 4 uSec) compared to CentOS(2 uSec).
May I know why it is more ? if not, what is the configuration to check
My application was running fine on CentOS but not stable on Debian with sudden auto reboot or hang or stall issues
Attachments
Crash.png

reinob
Section Moderator
Section Moderator
Posts: 1239
Joined: 2014-06-30 11:42
Has thanked: 122 times
Been thanked: 57 times

Re: System is going to auto reboot or cpu stall or hang

#2 Post by reinob »

What debian version is this?
Your kernel is 5.10.0-25-rt-amd64, which is extremely old.
And from your dmesg above, it is also tainted, which means you have loaded some non-standard kernel module.

You will have to provide lots of details if you want any help with this, and for all intents and purposes, you may not even be running debian.

harry6264
Posts: 4
Joined: 2024-12-05 03:18

Re: System is going to auto reboot or cpu stall or hang

#3 Post by harry6264 »

Below are the OS version & kernel version installed
root@Dev:~# cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

root@Dev:~# cat /etc/debian_version
11.3

root@Dev:~# uname -r
5.10.0-25-rt-amd64

Aki
Global Moderator
Global Moderator
Posts: 4056
Joined: 2014-07-20 18:12
Location: Europe
Has thanked: 113 times
Been thanked: 535 times

Re: System is going to auto reboot or cpu stall or hang

#4 Post by Aki »

Hello,
harry6264 wrote: 2024-12-05 03:35 We recently migrated debian from CentOS and we are seeing cpu yield is more in Debian (> 4 uSec) compared to CentOS(2 uSec). May I know why it is more ? if not, what is the configuration to check
You asking two different questions:
  • "System is going to auto reboot or cpu stall or hang (the topic)": the current discussion I assume is for this topic
  • "Cpu yield is more in Debian (> 4 uSec) compared to CentOS(2 uSec) [..] why it is more ?" : open a different discussion for this topic; if you do, please report the complete command (with output) you used to measure cpu yield and the reason you are using a "rt" kernel.
System instability can be caused by many factors, some relevant are hardware problems/failures (i.e. for auto-reboot) or system overload (for stall/hang). You can monitor your system continuously over time to find some clues as to what is happening. Your decision to install an "rt" kernel may facilitate other contributing factors.

Hope this helps.

--
note: please send again as text (between code tags) the kernel error messages in the first post.

--
edit Mon Dec 9 18:17:07 CET 2024: moved to "General Questions" sub-forum.
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

Post Reply