https://bugzilla.redhat.com/show_bug.cgi?id=1644377 tla2k15@xxxxxxx changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution|--- |NOTABUG Last Closed| |2018-11-02 13:25:17 --- Comment #7 from tla2k15@xxxxxxx --- (In reply to Petr Pisar from comment #6) > (In reply to tla2k15 from comment #4) > > $ strace -fq -e open,openat -- /usr/bin/perl -w /usr/bin/autom4te > > --language=autoconf --output=configure configure.ac > [...] > > openat(AT_FDCWD, "/usr/local/share/perl5/Carp.pm", O_RDONLY|O_CLOEXEC) = 6 > [...] > > openat(AT_FDCWD, "/usr/local/lib64/perl5/Scalar/Util.pm", > > O_RDONLY|O_CLOEXEC) = 5 > > openat(AT_FDCWD, "/usr/local/lib64/perl5/List/Util.pm", O_RDONLY|O_CLOEXEC) > > = 5 > > openat(AT_FDCWD, "/usr/local/lib64/perl5/auto/List/Util/Util.so", > > O_RDONLY|O_CLOEXEC) = 5 > > --- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x5} --- > > +++ killed by SIGSEGV (core dumped) +++ > > Segmentation fault (core dumped) > > You have Carp, Scalar::Util, and List::Util Perl modules built locally, > possibly against a different perl or with an incompatible compiler or linker > flags. And that very probably causes the crash. "perl -e 'use Scalar::Util'" > command should crash for you too. > > Either rebuild them or remove them from /usr/local. Removing /usr/local/lib64/perl5 fixes the issue. Apologies for the noise. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ perl-devel mailing list -- perl-devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to perl-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/perl-devel@xxxxxxxxxxxxxxxxxxxxxxx