You are not logged in.
This started today or yesterday but once or twice a day the screen randomly goes black followed by some error i didn`t have time to read and xorg restarting , I admit I have not searched too much for a solution and I am posting this after few reasearch , this is my only pc and tomorrow (12 hr from now ) , I have a important exam and I if it happens in the exam I will be screwed
Found this in journalctl:
Apr 10 01:02:06 systemd-coredump[15125]: Process 497 (Xorg) of user 1000 dumped core.
Stack trace of thread 497:
#0 0x00007f53e4527ef5 raise (libc.so.6 + 0x3cef5)
#1 0x00007f53e4511862 abort (libc.so.6 + 0x26862)
#2 0x000055c47d48f6ea OsAbort (Xorg + 0x14a6ea)
#3 0x000055c47d4911b1 FatalError (Xorg + 0x14c1b1)
#4 0x000055c47d496e09 n/a (Xorg + 0x151e09)
#5 0x00007f53e4527f80 __restore_rt (libc.so.6 + 0x3cf80)
#6 0x00007f53e303469c n/a (nvidia_drv.so + 0xdc69c)
#7 0x00007f53e301d823 n/a (nvidia_drv.so + 0xc5823)
#8 0x00007f53e3398a28 n/a (nvidia_drv.so + 0x440a28)The whole journalctl: https://gist.github.com/cb7726a91edb47e … 59c01ee7ca
Xorg.0.log: https://gist.github.com/77b55e8d82e9469 … 3253a03948
Xorg.1.log: https://gist.github.com/88c35fc810dbd1d … a70f1ba57a
Last edited by chrepechrep (2021-05-22 13:09:20)
Offline
Xorg crashes in the nvidia driver - there isn't much context to that (kernel module errors etc.) what what sticks out in the provided journal is the proximity to a packet filter being loaded.
The cause for that is apparentl PacketTracer (because BPFs get un/loaded all the time when PT crashes…) which is hopefully not relevant for your exam.
Check older journals and see whether this is a constant pattern (BPFs loaded, Xor crashes in nvidia_drv.so), stop PacketTracer (if you can) - and pray.
Good luck.
Offline