From: Aaron Patterson Date: 2009-09-11T00:45:12+09:00 Subject: [ruby-core:25516] Re: [Bug #2072] Segmentation faults with libxml-ruby and ruby 1.9.1 On Sep 9, 2009, at 11:05 PM, ������ ������ wrote: > Bug #2072: Segmentation faults with libxml-ruby and ruby 1.9.1 > http://redmine.ruby-lang.org/issues/show/2072 > > Author: ������ ������ > Status: Open, Priority: High > ruby -v: ruby 1.9.1p0 (2009-01-30 revision 21907) [i386-mswin32] > > I encountered segmentation fault when I used LibXML-ruby with Ruby > 1.9.1. > My environment is as follows: > OS: Windows XP Professional SP2 > Ruby: ruby 1.9.1p0 (2009-01-30 revision 21907) [i386-mswin32] > LibXml-ruby: 1.1.3 > > I can reproduce error just running ruby script which only require > 'xml'. > I can run libxml-ruby successfully with ruby 1.8.6 and 1.8.7. This is not a bug. The libxml-ruby gem that ships for windows is compiled against 1.8.6, and will not work with 1.9. You need to contact the libxml-ruby maintainers and get them to release a 1.9 compatible version. --- Aaron Patterson http://tenderlovemaking.com