[HANK - Wed Feb 4 14:46:20 2004]:
Show quoted text> [guest - Wed Feb 4 11:44:07 2004]:
>
> > I have tried to run the test file on its own, but it fails at what I
> > think is test 8
> > I get ok 7 en_US
> > then I get Illegal Instruction(core dumped)
>
> Did you build Aspell with the same compiler used to build Perl?
>
> Running:
>
> make test TEST_VERBOSE=1
>
> or manually should give an idea of where it's failing. Can you post
> that information?
>
>
>
Here is the VERBOSE output, unfortunatly it isn't much more than the
other.
PERL_DL_NONLAZY=1 /opt/perl/bin/perl -Iblib/arch -Iblib/lib -
I/opt/perl/lib/5.6.1/sun4-solaris -I/opt/perl/lib/5.6.1 -e 'use
Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t
t/test..............dubious
Test returned status 0 (wstat 132, 0x84)
test program seems to have generated a core
FAILED--1 test script could be run, alas--no output ever seen
make: *** [test_dynamic] Error 2
Here is running test manually using perl t/*t
1..21
ok 1 destroyed by out of scope
ok 2
ok 3
ok 4
actual-dict-dir: /opt/aspell/lib/aspell/
actual-lang: en
conf: aspell.conf
conf-dir: /opt/aspell/etc
conf-path: /opt/aspell/etc/aspell.conf
data-dir: /opt/aspell/share/aspell
dict-dir: /opt/aspell/lib/aspell
encoding: iso8859-1
filter: url
mode: url
extra-dicts:
home-dir: /home/tlb
ignore: 1
ignore-accents: false
ignore-case: false
ignore-repl: false
jargon:
keyboard: standard
lang: en_US
language-tag: en_US
local-data-dir: /opt/aspell/lib/aspell/
master:
master-flags:
master-path: /opt/aspell/lib/aspell/
module: default
module-search-order:
per-conf: .aspell.conf
per-conf-path: /home/tlb/.aspell.conf
personal: .aspell.en.pws
personal-path: /home/tlb/.aspell.en.pws
prefix: /opt/aspell
repl: .aspell.en.prepl
repl-path: /home/tlb/.aspell.en.prepl
run-together: false
run-together-limit: 8
run-together-min: 3
run-together-specified: false
save-repl: true
set-prefix: true
size: +60
spelling:
strip-accents: false
sug-mode: fast
word-list-path: /opt/aspell/share/aspell
backup: true
reverse: false
time: false
keymapping: aspell
fm-email: url,email
fm-none:
fm-sgml: url,sgml
fm-tex: url,tex
fm-url: url
email-quote: >,|
email-margin: 10
tex-command: addtocounter pp,addtolength pp,alpha p,arabic
p,fnsymbol p,roman p,stepcounter p,setcounter pp,usecounter p,value
p,newcounter po,refstepcounter p,label p,pageref p,ref p,newcommand
poOP,renewcommand poOP,newenvironment poOPP,renewenvironment
poOPP,newtheorem poPo,newfont pp,documentclass op,usepackage op,begin
po,end p,setlength pp,addtolength pp,settowidth pp,settodepth
pp,settoheight pp,enlargethispage p,hyphenation p,pagenumbering
p,pagestyle p,addvspace p,framebox ooP,hspace p,vspace p,makebox
ooP,parbox ooopP,raisebox pooP,rule opp,sbox pO,savebox pooP,usebox
p,include p,includeonly p,input p,addcontentsline ppP,addtocontents
pP,fontencoding p,fontfamily p,fontseries p,fontshape p,fontsize
pp,usefont pppp,documentstyle op,cite p,nocite p,psfig p,selectlanguage
p,includegraphics op,bibitem op,geometry p,
tex-check-comments: false
tex-extension: tex
sgml-check: alt
sgml-extension: html,htm,php,sgml
ok 5
ok 6
ok 7 en_US
Illegal Instruction (core dumped)
I didn't install Aspell, it was installed by one of my sysadmin people,
but he tells me it was compiled with gcc version 2.95 which is the same
compiler I user for PERL.
It is causing a core dump at the $speller->check('test') command.
Thank you for your help.
Tim