search for: rb_gc_disabl

Displaying 2 results from an estimated 2 matches for "rb_gc_disabl".

Did you mean: rb_gc_disable
2004 Dec 13
3
win32-thread experiment
Hi all, I''ve checked in some semi-working code into CVS for win32-thread. I don''t really expect this to ever work properly, given that the Ruby interpreter itself isn''t thread safe, but I thought it was fun to tinker. Anyway, with that in mind, give the following a shot: require "win32/thread" t = Win32::Thread.new{ puts "hello" sleep 2 }
2007 Feb 16
8
term vector blues
I have a lot of crashes when I try to use term vectors. Here''s an example, which crashes pretty consistently. This problem seems to be somewhat sensitive to platform... people on other OS''s and ruby versions have reported no error. I have seen this with ferret 0.10.13 and 0.10.14 on debian stable using ruby 1.8.2, but I have observed the same problem on various other systems as