Subject: | Segfault when using Archive::Zip |
Linux 2.6.9-67.0.7.ELsmp
Perl v5.10.0 x86_64 linux multi thread
Test::Class v0.33
Archive::Zip v1.30
Simplest script to reproduce the problem:
use Archive::Zip;
use Test::Class;
Test::Class->runtests;
Output:
zsh: segmentation fault
Additional Information:
A trace of the program seemed to show that the segfault is happening in
Devel::Symdump, because the while loop in _symdump is iterating
infinitely. Beyond that I don't have enough technical understanding of
perl or these modules to explain what's going on.