Hi All,
My spec files work on 1.8.
Running on 1.9.1-p243 (mingw) with rspec-1.2.9, I get a GC error :
F:\dev\ruby\DMX>rake ruby19:spec
(in F:/dev/ruby/DMX)
1.9.1
[BUG] cross-thread violation on rb_gc()
ruby 1.8.6 (2009-08-04) [i386-mingw32]
This application has requested the Runtime to terminate it in an unusual
way.
Please contact the application’s support team for more information.
My spec main file starts by printing RUBY_VERSION (gives 1.9.1), but the
bug report speaks of 1.8.6.
I understand the rspec gem installed by ‘gem install’ is not compatible
with 1.9. If this is the correct explanation, how can I get a correct
one (without a mingw compiler) ?
Thanks for your help.