Bugzilla – Bug 928534
ldconfig aborts on signal 6
Last modified: 2015-04-26 12:31:35 UTC
On the virtual system d136 I see d136:~ # ldconfig -v [...] libcom_err.so.2 -> libcom_err.so.2.1 libcrack.so.2 -> libcrack.so.2.9.0 /usr/lib64: Aborted interesting d136:~ # ldconfig -vn /usr/lib64 works d136:~ # uname -r 3.19.4-1-desktop d136:~ # rpm -q glibc glibc-2.21-3.2.x86_64 beside this an older binary of ldcondig also shows this. Therefore I guess that something in the layout of the library structure and/or configuration for ldconfig cause the abort.
Maybe a dup of bug #908780
Specifying all paths used by ldconfig on the command line with option -n does not crash.
the machine has / type xfs and the problem went away after ln -sf libnuma.so.1.0.0 /usr/lib64/libnuma.so.1 so definitely a dup with numa being installed on 2015-01-22 this might be fixed meanwhile in kernel, but one cannot be sure *** This bug has been marked as a duplicate of bug 908780 ***