Centos is crashing sudenly while I am working

Issues related to applications and software problems
Post Reply
abhijit
Posts: 14
Joined: 2017/11/09 04:27:22

Centos is crashing sudenly while I am working

Post by abhijit » 2020/02/13 03:35:02

My Centos 7 PC is crashing regularly and unexpectedly and giving following message as in the attached image
Attachments
Error_crash1.jpg
Error_crash1.jpg (182.95 KiB) Viewed 429 times

User avatar
KernelOops
Posts: 428
Joined: 2013/12/18 15:04:03
Location: xfs file system

Re: Centos is crashing sudenly while I am working

Post by KernelOops » 2020/02/13 05:26:28

I don't see any errors in that screen, those appear like boot messages.

Maybe X crashed and dropped you to the shell? is the system usable at this point or is it completely frozen?
--
R.I.P. CentOS :cry:
--

abhijit
Posts: 14
Joined: 2017/11/09 04:27:22

Re: Centos is crashing sudenly while I am working

Post by abhijit » 2020/02/13 06:49:22

Yes, it is completely frozen.
It happens while I am using my gnome desktop.

User avatar
KernelOops
Posts: 428
Joined: 2013/12/18 15:04:03
Location: xfs file system

Re: Centos is crashing sudenly while I am working

Post by KernelOops » 2020/02/13 09:32:24

You need to look at the journal logs, something is crashing, maybe the video card driver/module.

For example, the following command will show you all kernel logs from the PREVIOUS boot (the one that crashed):

Code: Select all

journalctl -k -b -1
or to see all logs and not just kernel, use:

Code: Select all

journalctl -b -1
maybe there is something there to give you a clue what is crashing.
--
R.I.P. CentOS :cry:
--

Post Reply