Subject: | Make Test Faiure [SEGFAULT] |
perl 5.005_03
redhat 6.2
libxml2 2.4.18
libxslt 1.0.14
'make test' kaks during calls to to the object's transform() method; backtrace follows:
Program received signal SIGSEGV, Segmentation fault.
0x402170a4 in xmlXPathFreeCompExpr () from /usr/lib/libxml2.so.2
#0 0x402170a4 in xmlXPathFreeCompExpr () from /usr/lib/libxml2.so.2
#1 0x402864be in xsltFreeKeyDef () from /usr/lib/libxslt.so.1
#2 0x4028655d in xsltFreeKeyDefList () from /usr/lib/libxslt.so.1
#3 0x4027c484 in xsltFreeStylesheet () from /usr/lib/libxslt.so.1
#4 0x40272256 in XS_XML__LibXSLT__Stylesheet_DESTROY () from /home/kip/cvs/XML-LibXSLT/./blib/arch/auto/XML/LibXSLT/LibXSLT.so
#5 0x80894d8 in Perl_pp_entersub ()
#6 0x80b498d in Perl_runops_standard ()
#7 0x8059a01 in perl_call_sv ()
#8 0x808dccc in Perl_sv_clear ()
#9 0x808e028 in Perl_sv_free ()
#10 0x809bd83 in Perl_free_tmps ()
#11 0x8059156 in perl_run ()
#12 0x80577e1 in main ()
#13 0x400699cb in __libc_start_main (main=0x8057770 <main>, argc=6, argv=0xbffffb14, init=0x8056a94 <_init>,
fini=0x80b4a2c <_fini>, rtld_fini=0x4000ae60 <_dl_fini>, stack_end=0xbffffb0c) at ../sysdeps/generic/libc-start.c:92
note: i tried it with both the latest CPAN version and the CVS version
(seen above) with the same results.
-kip