From 34a29cd0a50eea4a0e008fe3947c86179d536540 Mon Sep 17 00:00:00 2001 From: frsyuki Date: Tue, 29 Jun 2010 14:54:40 +0900 Subject: ruby: fixes SEGV problem caused by GC bug at MessagePack_Unpacker_mark. --- ruby/test/test_helper.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'ruby/test') diff --git a/ruby/test/test_helper.rb b/ruby/test/test_helper.rb index 19226ef..bf9fee8 100644 --- a/ruby/test/test_helper.rb +++ b/ruby/test/test_helper.rb @@ -5,3 +5,4 @@ rescue LoadError require File.dirname(__FILE__) + '/../lib/msgpack' end +GC.stress = true -- cgit v1.2.1