segfault in libc-2.31.so

md127

New Member
Feb 10, 2022
21
2
1
125
Getting this on syslog frequently now after running for a few days. What could be the issue?

Code:
Mar 10 07:11:54 snuc2 kernel: pvedaemon worke[1095677]: segfault at 7f350a554000 ip 00007f3514c28a70 sp 00007ffd04e36748 error 4 in libc-2.31.so[7f3514af2000+14b000]
Mar 10 07:11:54 snuc2 kernel: Code: c7 80 00 00 00 48 81 ea 80 00 00 00 76 57 48 89 f9 83 e1 7f 48 83 e7 80 48 01 ca 66 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 40 00 <c5> fd 74 0f c5 fd 74 57 20 c5 fd 74 5f 40 c5 fd 74 67 60 c5 ed eb
 
Last edited:
i'd say a segfault in libc is either due to corrupted files on disk, or faulty memory.
you can check the files in the installed packages with the 'debsums' tool, and check your memory with a memtest livecd
 
  • Like
Reactions: md127