in reply to Re^2: Investigating segmentation core file in perl
in thread Investigating segmentation core file in perl

Run the following, adjusting for local conditions
gdb -e /usr/bin/perl -c /var/cores/localhost.perl.core.1610952111
Then inside the gdb shell try the following to see what was going on
bt # gives a frame stack bt full # framestack with value of variables