You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I migrate my app from jruby 9.0.4.0 to 9.0.5.0, I'm getting a bunch of Java::JavaLang::ArrayIndexOutOfBoundsExceptions, at BaseUTF8Encoding.java:167. It doesn't seem to be deterministic though, as I can't get an example to reproduce it, and it only seems to crop up when I run my app in production, but then there are a lot of them. Perhaps this is what's causing #3635 as well?
When I migrate my app from jruby 9.0.4.0 to 9.0.5.0, I'm getting a bunch of
Java::JavaLang::ArrayIndexOutOfBoundsException
s, atBaseUTF8Encoding.java:167
. It doesn't seem to be deterministic though, as I can't get an example to reproduce it, and it only seems to crop up when I run my app in production, but then there are a lot of them. Perhaps this is what's causing #3635 as well?Here's a stack trace:
The text was updated successfully, but these errors were encountered: