Dmitri Priimak wrote:
Dmitri Priimak wrote:
Charlie Savage wrote:


Dmitri Priimak wrote:
One more thing.

In addition to crashes I seem to be getting these errors at random times

   rb_gc_mark(): unknown data type 0x28(0xb7dce198) non object

They appear in random places when of calling LibXML::XML classes and methods.
Could someone elaborate on source of these errors.

That one I have never seen.  Google turn up anything?
Yes. For example http://www.ruby-forum.com/topic/58150 Second message in there says:

    This means an object in your application referring a broken
    reference, i.e. a C extension you are using has a bug.


--
Dmitri Priimak

_______________________________________________
libxml-devel mailing list
libxml-devel@rubyforge.org
http://rubyforge.org/mailman/listinfo/libxml-devel
Actually it seem to always happen at
   parser.string = data

where parser = LibXML::XML::Parser.new

Which ultimately originates in line 1049 in gc.c ( function gc_mark_children ) in ruby-1.8.7-p72
Any ideas?

--
Dmitri Priimak

_______________________________________________
libxml-devel mailing list
libxml-devel@rubyforge.org
http://rubyforge.org/mailman/listinfo/libxml-devel

Reply via email to