Mongrel with Ruby 1.9.
Posted
by JussiR
on Stack Overflow
See other posts from Stack Overflow
or by JussiR
Published on 2010-05-04T12:54:33Z
Indexed on
2010/05/04
12:58 UTC
Read the original article
Hit count: 321
When starting the server, I get this strange error after updating to Ruby 1.9:
" [BUG] cross-thread violation on rb_gc() ruby 1.8.6 (2008-08-11) [i386-mswin32]
This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. "
My mongrel version is 1.1.6, which should be compatible with Ruby 1.9. I also still have the Ruby 1.8.6 installation, so i assume that for some reason mongrel tries to access that and kills ruby? My rails version is 2.3.4, in case it matters.
© Stack Overflow or respective owner