On Mon, Mar 16, 2009 at 8:50 PM, Stephen Bannasch
<stephen.banna...@deanbrook.org> wrote:
 In working on the rails xml_mini backend tests I found a test generating a
 > bus error when using libxml-ruby-1.1.2.

This works fine for me.  What version of libxml2 are you running?  Use
this command to find out:

  ruby -rubygems -e'require "libxml"; puts LibXML::XML::LIBXML_VERSION'

$ ruby -rubygems -e'require "libxml"; puts LibXML::XML::LIBXML_VERSION'
2.6.16

Also, it would be helpful if you could reproduce the problem outside of rails.

libxml dies on line 66 in this test outside of rails:

http://gist.github.com/80576

I simplified what Charlie did.
_______________________________________________
libxml-devel mailing list
libxml-devel@rubyforge.org
http://rubyforge.org/mailman/listinfo/libxml-devel

Reply via email to