1 Apr 2005 08:44
Re: Issues with building xerces-p
Jason E. Stewart <jason <at> openinformatics.com>
2005-04-01 06:44:04 GMT
2005-04-01 06:44:04 GMT
Gareth.Dicks <at> esa.int writes:
> The issue below is resolved. It was being caused by vi on my terminal not
> being able to handle the length of certain lines. When the file was saved
> the lines were being truncated!
Ah, good news.
> Alas, this is not the end of the problem....
>
> xerces-c is now installed and build ok. For xerces-p I have run the make
> command without problems, but some of the tests are failing with core
> dumps when I run 'make test'. An example of this is in DOMException, where
> the core dump occurs when the following is performed (around line 35):
>
> eval {
> $impl->createDocument('Bar', 'bar',$dt);
> };
>
> I've traced this back to calls that are made to a particular portion of
> DOMImplementation in xerces-c, but I'm really not sure what could be
> causing this or where to start looking to solve the problem. Suggestions
> would be appreciated.
In general, Perl should never dump core - it's very bad. Specifically
here, though, it should be a minor issue. I have seen this type of
problem happening on some installations, and have never been able to
debug the issue.
See if you can write the programs you want to write, and if so, you
(Continue reading)
RSS Feed