Re: System is randomly freezing, would like troubleshooting help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



On 11 April 2023 17:49:33 CEST, Luna Celeste <luna@xxxxxxxxxxxx> wrote:
>>>it's been randomly hanging. 
>> 
>> Also, things that may help you track this down:
>> - monitor /proc/interrupts when it freezes
>
>This is a 16 core processor and there's too much output on my 27"
>display to view it all at once; suggestions?

I would try to run something like this in the background:
watch -n 1 "cat /proc/interrupts >> ~/watch.log && sync"

(I did not check that the command works as expected but you get the intention).

Once a crash is caught, analyze the produced logs. Perhaps you can monitor other files from sysfs/debugfs as well.

Another thing that comes to mind: perhaps your system is still running, albeit very slow. I see that you're running libvirt. I've had a problem like this on my host: for more than a year, it would randomly and seldomly "freeze" (become astonishingly slow) when starting a VM (Windows guest with multiple passthroughs). I tried to debug this by increasing journald/kernel log levels but the issue appears to have vanished lately. I just assumed that it was fixed upstream, but perhaps it's still there.




[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]

  Powered by Linux