in reply to segmentation fault

Perl isn't bug free some segmentation faults can happen. Or it could be that you are using a package or module that uses XS code, and the segfault is happening there. Or it's linked to some library that cause the segfault.

But you are not showing any code, you are not showing any error message, nor are you even telling what you are doing when the segfault happens. So, don't expect a miracle answer.

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.