Subject: | Adding "use Devel::Cover;" causes some of the bleadperl's "perl -d" tests to segfault |
Hi,
in this branch of bleadperl:
https://github.com/shlomif/perl/tree/shlomif-Devel-Cover-perl-dash-d-crash
(commit bb10a76756703e1681164492aad844d09e184741 )
I notice that building bleadperl (using
#!/bin/sh
rm -f config.sh Policy.sh
sh Configure -de -Dprefix=$HOME/apps/perl/bleadperl -Dusedevel
and then "make" and "make install"), and then installing Devel::Cover
and running from the bleadperl working copy, this command:
make -j12 test_harness TEST_FILES='../lib/perl5db.t'
Fails many tests, which report that the "perl -d" process segfaulted.
The branch was branched from shlomif-perl-d-add-tests-take-3 and the
only commit is to add "use Devel::Cover" at the top of lib/perl5db.pl .
Let me know if you want me to try to isolate the problem.
Regards,
-- Shlomi Fish