https://bugzilla.redhat.com/show_bug.cgi?id=1644377
tla2...@mail.ru changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(tla2...@mail.ru) | --- Comment #4 from tla2...@mail.ru --- (In reply to Petr Pisar from comment #2) > The stack trace indicates the perl executable crashed when loading an XS > module into the interpreter. I suspect the reporter has third-party XS > modules installed in his system that are used instead of the system ones. > > But we need more details: > > Can you provide us the configure.ac? We cannot reproduce the crash without > it. Or at least tell us where did you get the file from. > > Could you run the "/usr/bin/perl -w /usr/bin/autom4te --language=autoconf > --output=configure configure.ac" or the command you used to invoke it under > a strace ("strace -fq -e open,openat -- /usr/bin/perl -w /usr/bin/autom4te > --language=autoconf --output=configure configure.ac") so that we can see > what files perl attempts to load? $ strace -fq -e open,openat -- /usr/bin/perl -w /usr/bin/autom4te --language=autoconf --output=configure configure.ac openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/lib64/libperl.so.5.28", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/lib64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/lib64/libresolv.so.2", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/lib64/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/lib64/libm.so.6", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/lib64/libcrypt.so.1", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/lib64/libutil.so.1", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/lib64/libc.so.6", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/dev/urandom", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/usr/lib/locale/en_GB.utf8/LC_TIME", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/usr/lib64/gconv/gconv-modules.cache", O_RDONLY) = 3 openat(AT_FDCWD, "/usr/bin/autom4te", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/usr/share/autoconf/Autom4te/C4che.pm", O_RDONLY|O_CLOEXEC) = 4 openat(AT_FDCWD, "/usr/lib64/perl5/vendor_perl/Data/Dumper.pm", O_RDONLY|O_CLOEXEC) = 5 openat(AT_FDCWD, "/usr/share/perl5/vendor_perl/constant.pm", O_RDONLY|O_CLOEXEC) = 6 openat(AT_FDCWD, "/usr/share/perl5/strict.pm", O_RDONLY|O_CLOEXEC) = 7 openat(AT_FDCWD, "/usr/share/perl5/warnings/register.pm", O_RDONLY|O_CLOEXEC) = 7 openat(AT_FDCWD, "/usr/share/perl5/warnings.pm", O_RDONLY|O_CLOEXEC) = 7 openat(AT_FDCWD, "/usr/local/share/perl5/Carp.pm", O_RDONLY|O_CLOEXEC) = 6 openat(AT_FDCWD, "/usr/share/perl5/vendor_perl/Exporter.pm", O_RDONLY|O_CLOEXEC) = 6 openat(AT_FDCWD, "/usr/share/perl5/XSLoader.pm", O_RDONLY|O_CLOEXEC) = 6 openat(AT_FDCWD, "/usr/lib64/perl5/vendor_perl/auto/Data/Dumper/Dumper.so", O_RDONLY|O_CLOEXEC) = 6 openat(AT_FDCWD, "/usr/share/perl5/bytes.pm", O_RDONLY|O_CLOEXEC) = 6 openat(AT_FDCWD, "/usr/share/autoconf/Autom4te/Request.pm", O_RDONLY|O_CLOEXEC) = 5 openat(AT_FDCWD, "/usr/share/perl5/Class/Struct.pm", O_RDONLY|O_CLOEXEC) = 6 openat(AT_FDCWD, "/usr/share/perl5/vendor_perl/Exporter/Heavy.pm", O_RDONLY|O_CLOEXEC) = 6 openat(AT_FDCWD, "/usr/share/perl5/vars.pm", O_RDONLY|O_CLOEXEC) = 5 openat(AT_FDCWD, "/usr/share/autoconf/Autom4te/ChannelDefs.pm", O_RDONLY|O_CLOEXEC) = 4 openat(AT_FDCWD, "/usr/share/autoconf/Autom4te/Channels.pm", O_RDONLY|O_CLOEXEC) = 5 openat(AT_FDCWD, "/usr/share/perl5/File/Basename.pm", O_RDONLY|O_CLOEXEC) = 6 openat(AT_FDCWD, "/usr/share/autoconf/Autom4te/FileUtils.pm", O_RDONLY|O_CLOEXEC) = 4 openat(AT_FDCWD, "/usr/share/perl5/File/stat.pm", O_RDONLY|O_CLOEXEC) = 5 openat(AT_FDCWD, "/usr/lib64/perl5/Fcntl.pm", O_RDONLY|O_CLOEXEC) = 6 openat(AT_FDCWD, "/usr/lib64/perl5/auto/Fcntl/Fcntl.so", O_RDONLY|O_CLOEXEC) = 6 openat(AT_FDCWD, "/usr/share/perl5/overload.pm", O_RDONLY|O_CLOEXEC) = 6 openat(AT_FDCWD, "/usr/share/perl5/overloading.pm", O_RDONLY|O_CLOEXEC) = 7 openat(AT_FDCWD, "/usr/lib64/perl5/IO/File.pm", O_RDONLY|O_CLOEXEC) = 5 openat(AT_FDCWD, "/usr/share/perl5/Symbol.pm", O_RDONLY|O_CLOEXEC) = 6 openat(AT_FDCWD, "/usr/share/perl5/SelectSaver.pm", O_RDONLY|O_CLOEXEC) = 6 openat(AT_FDCWD, "/usr/lib64/perl5/IO/Seekable.pm", O_RDONLY|O_CLOEXEC) = 6 openat(AT_FDCWD, "/usr/lib64/perl5/IO/Handle.pm", O_RDONLY|O_CLOEXEC) = 7 openat(AT_FDCWD, "/usr/lib64/perl5/IO.pm", O_RDONLY|O_CLOEXEC) = 8 openat(AT_FDCWD, "/usr/lib64/perl5/auto/IO/IO.so", O_RDONLY|O_CLOEXEC) = 8 openat(AT_FDCWD, "/usr/lib64/perl5/vendor_perl/File/Spec.pm", O_RDONLY|O_CLOEXEC) = 5 openat(AT_FDCWD, "/usr/lib64/perl5/vendor_perl/File/Spec/Unix.pm", O_RDONLY|O_CLOEXEC) = 5 openat(AT_FDCWD, "/usr/lib64/perl5/vendor_perl/Cwd.pm", O_RDONLY|O_CLOEXEC) = 6 openat(AT_FDCWD, "/usr/lib64/perl5/vendor_perl/auto/Cwd/Cwd.so", O_RDONLY|O_CLOEXEC) = 6 openat(AT_FDCWD, "/usr/share/perl5/File/Compare.pm", O_RDONLY|O_CLOEXEC) = 5 openat(AT_FDCWD, "/usr/share/perl5/File/Copy.pm", O_RDONLY|O_CLOEXEC) = 5 openat(AT_FDCWD, "/usr/lib64/perl5/Config.pm", O_RDONLY|O_CLOEXEC) = 6 openat(AT_FDCWD, "/usr/lib64/perl5/vendor_perl/Time/HiRes.pm", O_RDONLY|O_CLOEXEC) = 6 openat(AT_FDCWD, "/usr/lib64/perl5/vendor_perl/auto/Time/HiRes/HiRes.so", O_RDONLY|O_CLOEXEC) = 6 openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 6 openat(AT_FDCWD, "/lib64/librt.so.1", 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 are receiving this mail because: You are on the CC list for the bug. _______________________________________________ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org 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@lists.fedoraproject.org