[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#902658: #902658,graceful/restart results in segfault if libcap-ng0 is loaded



This is happening on our Buster machines as well, apparently mpm-itk
(which we can't do without) is pulling in libcap-ng0:

$ cat /proc/5209/maps | awk '{print $6}' | sort -u |grep /|grep -v
"/dev"|while read line; do readelf -d $line |grep libcap && echo $line; done

 0x0000000000000001 (NEEDED)             Shared library: [libcap-ng.so.0]
/lib/x86_64-linux-gnu/libaudit.so.1.0.0
 0x000000000000000e (SONAME)             Library soname: [libcap-ng.so.0]
/lib/x86_64-linux-gnu/libcap-ng.so.0.0.0
 0x000000000000000e (SONAME)             Library soname: [libcap.so.2]
/lib/x86_64-linux-gnu/libcap.so.2.25
 0x0000000000000001 (NEEDED)             Shared library: [libcap.so.2]
/usr/lib/apache2/modules/mpm_itk.so

Is there a fix for libcap-ng0? For now, I'll try and rewrite our scripts
to avoid gracefully restarting apache.

Regards,

Filidor Wiese

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: