Charlie Savage wrote:
I do not have a test case. The code is just loading bunch of file one
after another in the string, then parses it and extracts few elements
using XPath. Peculiarity of the code is that I am loading couple of
hundred thousands of those xml files. The error does not always gets
triggered, but if I run it several of times, I certainly get the
error after processing at least 30000 files, however sometimes I can
load more 400000 without any problems.
I do not know the cause of it yet. Will be looking into it tomorrow,
but any help is appreciated.
Please let me know if you have any ideas.
By the way, I am unable to compile current svn trunk.
Hmm, works here for me. What problems are you having.
ruby_xml_node.c:535: error: conflicting types for ‘ruby_xml_node_last_get’
ruby_xml_node.c:229: error: previous implicit declaration of
‘ruby_xml_node_last_get’ was here
You did not define prototype for this function. See this patch
http://www.stanford.edu/~priimak/patches/ruby-libxml.revision.526.patch.0
I wonder why you did not have any problems compiling it?
Did you get the chance to incorporate patch provided by Tom Bugby?
No - I'm hoping he updates it (mostly I just don't have time for it
right now). Feel free to update it and submit it if you'd like.
Charlie
------------------------------------------------------------------------
_______________________________________________
libxml-devel mailing list
libxml-devel@rubyforge.org
http://rubyforge.org/mailman/listinfo/libxml-devel
_______________________________________________
libxml-devel mailing list
libxml-devel@rubyforge.org
http://rubyforge.org/mailman/listinfo/libxml-devel