crash> ps -S RU: 5 IN: 100 ID: 66 crash> ps | grep ID | head PID PPID CPU TASK ST %MEM VSZ RSS COMM 3 2 0 ffff8d91c778e200 ID 0.0 0 0 [rcu_gp] 4 2 0 ffff8d91c778b100 ID 0.0 0 0 [rcu_par_gp] 5 2 0 ffff8d91c778c980 ID 0.0 0 0 [kworker/0:0] 6 2 0 ff...
Hi@Dunge, sorry for the late reply. I do see the hiccup at that point in time but I am not sure what may be causing this. The only potential issue is that the system run out of memory at some point and the kernel oomkilled one of your dotnet processes. Is there a way to correla...
Normally it happens during kernel init that if any init process fails it will be restarted and cannot be killed, eventually cause running out of memory and kernel panic. It is not so easy to find out why, I would suggest starting from device tree. 0 Kudos Reply Post...
A daemon in Linux is abackgroundprocessthat performs certain operations or provides services without direct user intervention. Daemons are essential for the functioning of the operating system and for providing various services such as web servers, database servers, printer management, networking, and...
S Dec27 0:06 [kworker/0:2] ... With the above switches you'll get output regarding your processes like above. The switches aux will show you: all the users' processes show you the process listed in a user oriented fashion (by user names) show you all processes, not just ones ...