Re: [xml] Tru64 UNIX 5.1/IRIX 6.5 test suite errors



On Wed, Oct 26, 2005 at 09:06:20AM -0500, Albert Chin wrote:
I'm getting the following errors from Tru64 UNIX 5.1 and IRIX 6.5 for
libxml 2.6.22:

  put runtest into a debugger, run it (you can specify a string argument,
it will run only the tests matching that substring) and put a breakpoint
in __xmlRaiseError . Configuring without shared libs may help.

  I'm worried about the first one, those should have been ironed out a long time
ago...

paphio:~/XML -> gdb ./runtest
...
(gdb) b __xmlRaiseError
Breakpoint 1 at 0x804f6dc: file error.c, line 443.
(gdb) r "XML regression tests"
Starting program: /u/veillard/XML/runtest "XML regression tests"
[Thread debugging using libthread_db enabled]
[New Thread -1208043840 (LWP 21801)]
## XML regression tests
[Switching to Thread -1208043840 (LWP 21801)]

Breakpoint 1, __xmlRaiseError (schannel=0,
    channel=0x804fd91 <xmlParserWarning>, data=0x8906f90, ctx=0x8906f90,
    nod=0x0, domain=8, code=1549, level=XML_ERR_WARNING, file=0x0, line=0,
    str1=0x8911658 "title.xml", str2=0x0, str3=0x0, int1=143683472, col=0,
    msg=0x81011f0 "failed to load external entity \"%s\"\n") at error.c:443
443         xmlParserCtxtPtr ctxt = NULL;
(gdb) c
Continuing.
## XML regression tests on memory
Total 202 tests, no errors

Program exited normally.
(gdb)

Daniel

-- 
Daniel Veillard      | Red Hat http://redhat.com/
veillard redhat com  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]