Public bug reported:

I'm using Dapper, version 1.8 of Ruby, and whatever is the latest
version of libxml for Ruby.  The Ruby interpreter crashes with this
script:

#!/usr/bin/ruby
require "xml/libxml"
doc = XML::Document.file("test2.xml")
x=doc.root.properties
puts x.name


And using this data file:

<?xml version="1.0"?>
<root_node>
<something type="joe" name="doe" x="-200" y="0" orient="180" charge="500" />
</root_node>

** Affects: Ubuntu
     Importance: Undecided
         Status: Unconfirmed

-- 
Ruby crash with libxml
https://launchpad.net/bugs/76659

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to