From mboxrd@z Thu Jan 1 00:00:00 1970 From: Harald Hoyer Subject: Re: [PATCH 08/33] 90multipath: Install libgcc_s library Date: Tue, 25 Nov 2014 13:25:42 +0100 Message-ID: <54747546.70804@redhat.com> References: <1416495428-36978-1-git-send-email-trenn@suse.de> <1416495428-36978-9-git-send-email-trenn@suse.de> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1416495428-36978-9-git-send-email-trenn-l3A5Bk7waGM@public.gmane.org> Sender: initramfs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Thomas Renninger Cc: hare-l3A5Bk7waGM@public.gmane.org, initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org On 20.11.2014 15:56, Thomas Renninger wrote: > From: Hannes Reinecke > > multipathd is using pthreads, which require libgcc_s for > pthread_cancel to work. Without it multipathd might crash > with SIGABRT. > > Signed-off-by: Hannes Reinecke > Signed-off-by: Thomas Renninger > --- > modules.d/90multipath/module-setup.sh | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/modules.d/90multipath/module-setup.sh b/modules.d/90multipath/module-setup.sh > index 3c2e3a9..7a60b2e 100755 > --- a/modules.d/90multipath/module-setup.sh > +++ b/modules.d/90multipath/module-setup.sh > @@ -87,6 +87,7 @@ install() { > inst $(command -v partx) /sbin/partx > > inst_libdir_file "libmultipath*" "multipath/*" > + inst_libdir_file 'libgcc_s.so*' > > if dracut_module_included "systemd"; then > inst_multiple \ > applied, thanks!