in reply to Segmentation coredump issue

What does perl -v return? Which versions of the modules are you using? Could be a bug in your perl version, or an XS module.

Replies are listed 'Best First'.
Re^2: Segmentation coredump issue
by Kal87 (Novice) on May 04, 2018 at 11:42 UTC
    perl -v returns v5.10.1

    Text::CSV_XS -- v1.35

    XML::Twig -- v3.52

      That version of perl is really pretty old. Can you replicate this by running a known crashing example against a modern perl build? Failing that, can you provide your shell script, a perl script along with an xml file (replace/remove sensitive data) known to cause the problem and I'll try to replicate the issue.