Subject: | Text-Aspell test fail and segmentation fault on FC4 |
Problem with Text-Aspell-0.05
"make" compiles without errors or warnings.
# make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01-use.....ok
t/02-pod.....skipped
all skipped: Test::Pod 1.14 required
t/05-core....dubious
Test returned status 0 (wstat 11, 0xb)
DIED. FAILED tests 2-17
Failed 16/17 tests, 5.88% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/05-core.t 0 11 17 32 188.24% 2-17
1 test skipped.
Failed 1/3 test scripts, 66.67% okay. 16/18 subtests failed, 11.11% okay.
make: *** [test_dynamic] Error 255
Program:
use Text::Aspell;
my $speller = Text::Aspell->new;
yields "Segmentation fault" on second line
FC4 (2.6.12-1.1456_FC4) running on Dell Pentium III box
gcc (GCC) 4.0.1
aspell-en-0.51-12
aspell-devel-0.50.5-6
aspell-0.50.5-6
Perl 5.8.6
The shell command "aspell" runs fine.