[exerb-dev:0571] REXMLでXMLドキュメントを処理するスクリプトがSEGV

Back to archive index

pegacorn subsc****@gmail*****
2011年 12月 17日 (土) 14:10:32 JST


こんにちは。pegacornです。

最近REXMLでXMLドキュメントを処理するスクリプトを作ったのですが、
exerb-5.3.0でexe化した実行ファイルでは動作しません。
何か解決策はないでしょうか?

OS:
Windows 7(32bit)

サンプルスクリプト:
#!ruby -Ks

require 'rexml/document'

test_xml = <<EOS
<?xml version="1.0" encoding="shift_jis"?>
<foo>bar</foo>
EOS

document = REXML::Document.new(test_xml)
document.write

実行結果:
rexml/encodings/SHIFT-JIS.rb:14: [BUG] Segmentation fault
ruby 1.8.7 (2010-12-23 patchlevel 330) [i386-mswin32]

以上、よろしくお願いします。

-- 
pegacorn




exerb-developer メーリングリストの案内
Back to archive index