I run the Resque background task and keep getting a segmentation error when I call a gem that uses Rjb. Everything works fine, though, if you run out of place in the background. Here is the line in gem that causes the error:
def self.rjb_initialize return if ::Rjb::loaded? ::Rjb::load(nil, self.jvm_args)
Pearl downloads .jar files, as you can see, but then again, everything works fine when not in the background. What can cause the problem and can it be fixed?
Stpn
source share