Calvin,
This may have nothing to do with the latest code changes. There are
still plenty of features that have not been fixed (like I just did
for xpath). The parser class is one. I looked at the _xpath_context
code and there does not appear to be much of an opportunity for
corruption ther
Dan,
I am only working with libxml through the TAP class. It is a single XML
document being parsed with a moderate number of accesses to that
document. All of the SEGV do have the garbage_collect line at
approximately the same spot.
I started putting what I am doing together as a test case t
Calvin,
If you can produce a test case then I can find the problem.
XML::Document.file is just
a pass through for XML::Parser.
Dan
On Sep 23, 2007, at 17:18, Calvin Bascom wrote:
> Dan,
>
> I am only working with libxml through the TAP class. It is a
> single XML
> document being parsed w