ruby: fixes SEGV problem caused by GC bug at MessagePack_Unpacker_mark.

This commit is contained in:
frsyuki
2010-06-29 14:54:40 +09:00
parent 9fffa9800a
commit 34a29cd0a5
2 changed files with 14 additions and 5 deletions

View File

@@ -5,3 +5,4 @@ rescue LoadError
require File.dirname(__FILE__) + '/../lib/msgpack'
end
GC.stress = true