search for: rb_gc

Displaying 1 result from an estimated 1 matches for "rb_gc".

Did you mean: r_gc
2011 Feb 10
3
Using RJB in a Rails 3 app?
I''m trying to interact with a java library (Aspose Slides) inside of my Rails 3 app. I''m trying to get the rjb gem installed but I keep running into the same error when I try to start the app: [BUG] cross-thread violation on rb_gc() (null) Abort trap I''m on OSX 10.6.6, running ruby 1.8.7-p174 (via RVM) and Rails 3.0.4. I tried a couple of methods for getting this to work on OSX with the first one being the official rjb page: http://rjb.rubyforge.org/ I also tried the "RJB Setup" section in this arti...