On a running a "yum -y update " after a clean install of CentOS 8.2.2004 (minimal, with software RAID), this system throws a segfault. Issue is not seen on CentOS 7 (CentOS-7-x86_64-DVD-1810).
[ 150.749517] ld[13854]: segfault at ffffffffffffffff ip 00007f7bfead2c79 sp 00007fff834cc118 error 5 in libc-2.28.so[7f7bfe975000+1b9000]
[ 150.749557] Code: 4c 17 fe 66 89 37 c3 48 81 fa 00 10 00 00 0f 87 6c ff ff ff 48 81 fa 00 01 00 00 0f 87 91 00 00 00 48 81 fa 80 00 00 00 72 5a <c5> fe 6f 06 c5 fe 6f 4e 20 c5 fe 6f 56 40 c5 fe 6f 5e 6
0 c5 fe 6f
Issue is also seen on 1 other system (same specs).
CPU: Intel(R) Xeon(R) Silver 4216 CPU @ 2.10GHz
Memory: M393A4K40CB2-CTD * 4 (also tried with 1)
[root@cph2 ~]# uname -a
Linux cph2 4.18.0-193.6.3.el8_2.x86_64 #1 SMP Wed Jun 10 11:09:32 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Any ideas on what we could do here?
segfault in libc-2.28.so - yum update after clean install
-
- Posts: 65
- Joined: 2020/02/10 19:06:06
Re: segfault in libc-2.28.so - yum update after clean install
When you say the system throws a segfault, do you mean WHILE it's running yum?
Re: segfault in libc-2.28.so - yum update after clean install
Turned out to be hardware related, we replaced the CPU + motherboard with the server vendor and the segfaults are gone now.