Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

I am getting segmentation fault core dumped when I am running my perl script What can be the reason
  • Comment on getting segmentation fault core dumped when I am running

Replies are listed 'Best First'.
Re: getting segmentation fault core dumped when I am running
by Corion (Patriarch) on Aug 21, 2013 at 11:18 UTC

    Most likely you are using a faulty (version of) an XS module. Maybe that module was installed using the wrong version (or the wrong parameters) to the C compiler.