[EMAIL PROTECTED] 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
can work happily. If it turns out you really need that part of the
API, and it dumps core in your application, then we can revisit the
issue.
The Perl test harness is a very rigorous environment - some problems
that appear within make test never appear in code, so before I go
jumping to fix problems, its better that you test the code you want to
run and see if it works.
Thanks for using XML-Xerces.
Cheers,
jas.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]