Disable asan's alternative stack for the signal handlers.
I have faced the situation when asan tries to unmap altenative
stack's memory, which was already unmaped, perhaps by updated python.
Change-Id: I48d92e128b850fa28879c6908924c773398456c2
sed -e 's/-fprofile-correction//' -i Makefile.pre.in
%endif
+%{?asan: export ASAN_OPTIONS=use_sigaltstack=false:`cat /ASAN_OPTIONS` }
+
%configure \
--prefix=%{_prefix} \
--libdir=%{_libdir} \
sed -e 's/-fprofile-correction//' -i Makefile.pre.in
%endif
+%{?asan: export ASAN_OPTIONS=use_sigaltstack=false:`cat /ASAN_OPTIONS` }
+
%configure \
--prefix=%{_prefix} \
--libdir=%{_libdir} \