https://bugzilla.redhat.com/show_bug.cgi?id=1644377

Petr Pisar <ppi...@redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tla2...@mail.ru
              Flags|                            |needinfo?(tla2...@mail.ru)



--- Comment #2 from Petr Pisar <ppi...@redhat.com> ---
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?

-- 
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

Reply via email to