Re: [ MP2] startup problem with XML::LibXML

2003-01-26 Thread pascal barbedor



hi

what version of libxml2 should I use 
?


I tried to compile version 
1.52
against versions libxml2-2.5.1 
precompiled binary from xmlsoft

test failed with segfault

t\08findnodes.t list of failed 
6-18
t\13dtd.t 
list of failed 11-12

if I nmake install nevertheless , apache 
startup problem remains.


before that I tried to compile XML::LibXML 
1.52 against a slightly prior version of libxml2
all test successful but the problem with 
apache startup remains.

--

with XML::LibXML 1.54_3

more tests do not pass
t\02parse...dubiousTest returned status 2 (wstat 512, 
0x200)DIED. FAILED tests 221-460Failed 240/460 tests, 47.83% 
okayt\08findnodes...dubiousTest returned status 5 (wstat 1280, 
0x500)DIED. FAILED tests 6-35Failed 30/35 tests, 14.29% 
okayt\11memory..skipped 
all skipped: no reason 
givent\19encodingskipped 
all skipped: no reason 
givent\20extras..okt\23rawfunctionsokFailed 
Test Stat Wstat Total Fail Failed List of 
Failed---t\02parse.t 
2 512 460 240 52.17% 
221-460t\08findnodes.t 5 1280 
35 30 85.71% 6-352 tests skipped.

-
With XML::LibXML 1.53



t\08findnodesdubiousTest 
returned status 5 (wstat 1280, 0x500)DIED. FAILED tests 6-18Failed 
13/18 tests, 27.78% 
okayt\11memory...skipped 
all skipped: no reason givent\13dtd..FAILED tests 
11-12Failed 2/16 tests, 87.50% 
okayt\19encoding.skipped 
all skipped: no reason given

Failed Test Stat 
Wstat Total Fail Failed List of 
Failed---t\08findnodes.t 
5 1280 18 13 72.22% 
6-18t\13dtd.t 
16 2 12.50% 11-122 tests 
skipped.




Re: [ MP2] startup problem with XML::LibXML

2003-01-26 Thread Randy Kobes
On Sun, 26 Jan 2003, pascal barbedor wrote:

 hi
 
 what version of libxml2 should I use ?
 
 
 I tried to compile version 1.52
 against  versions libxml2-2.5.1 precompiled binary from xmlsoft
 
 test failed with segfault
 
 t\08findnodes.t   list of failed 6-18
 t\13dtd.tlist of failed 11-12
 
 if I nmake install nevertheless , apache startup problem remains.

I also found XML::LibXML had problems on Win32 against 
libxml2-2.5.1.

 
 
 before that I tried to compile XML::LibXML 1.52 against a
 slightly prior version of libxml2 all test successful but the
 problem with apache startup remains.
[ ... ]

I found that libxml2-2.4.26 worked OK with XML::LibXML's tests,
but not latter versions (eg, 2.4.30). Christian Glahn, in a
recent post on the perl-xml mailing list, also saw such problems,
so it's not a Windows specific thing.

I just tried making up a static XML::LibXML/XML::LibXSLT,
to see if that would help any, but this still causes problems
when used in a startup file.

-- 
best regards,
randy




Re: [ MP2] startup problem with XML::LibXML

2003-01-25 Thread pascal barbedor
it is version 1.54

pascal


- Original Message - 
From: Matt Sergeant [EMAIL PROTECTED]
To: pascal barbedor [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Saturday, January 25, 2003 8:00 PM
Subject: Re: [ MP2] startup problem with XML::LibXML


On Saturday, Jan 25, 2003, at 09:49 Europe/London, pascal barbedor 
wrote:

 
 PROBLEM :
 APACHE SEGFAULT WITH XML::LibXML on WIN32

What version of XML::LibXML? Try version 1.52, not 1.53 which is very 
buggy.

Matt.