Segmentation fault in ld-2.12.so

Issues related to applications and software problems
Post Reply
HansUnland
Posts: 1
Joined: 2017/12/27 15:58:33

Segmentation fault in ld-2.12.so

Post by HansUnland » 2017/12/27 17:35:55

Hi! I'm using Centos 6.9 on a remote webserver and came in trouble after a crashed Plesk update. Appearingly the update messed up the filesystem /dev/mapper/vg00-usr. I could fix this using fsck. But the next thing is an error message from httpd, sshd, yum, rpm and others. It says all the time something similar like that:

Code: Select all

yum[8768]: segfault at 8 ip 00007f2c2642982d sp 00007fff73d55e70 error 4 in ld-2.12.so[7f2c2641a000+20000]
Segmentation fault
My intention was to reinstall all packages. But without yum or rpm I have no idea how to do that. Is there probably any other way?

aegersz
Posts: 86
Joined: 2016/04/04 07:42:58

Re: Segmentation fault in ld-2.12.so

Post by aegersz » 2018/01/10 11:37:40

that is the loader and would be commonly used to read memory images from disk to memory (may be related) so why not try to fix your filesystem first to see if that is the root of your problem ... it's worth a try and let us know how you go.

Post Reply