I do not know how to read the dump, but I can say that the JVM is crashing.
Try:
- Another version of the JVM; Java 6 u35 or Java 7 u7.
- Disabling JIT (
jruby -Xcompile.mode=OFF ) - Provide more JRuby memory than 500 MB.
There may also be some error with the JDBC adapter, but I am not familiar with the code base. In any case, it is best to come up with a minimal test case where the problem is observed. (Ideally, this would not include Rails.)
source share