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
The attached file tests that the BigDecimal security fix has been applied (to the MRI interpreter). MRI returns almost immediately. JRuby appears to go into an infinite loop.
/opt/jruby/bin/jruby bigdecimal_segfault_fix_test.rb
Loaded suite test/unit/bigdecimal_segfault_fix_test
Started
... never terminates.
The text was updated successfully, but these errors were encountered:
The files are lost to time and space, unfortunately. We did patch around recent BigDecial parsing bugs that affected the JVM, MRI, and other runtimes, so hopefully we got this one.
From: http://jira.codehaus.org/browse/JRUBY-3887.
OutOfMemoryError
on 1.7.18 and JRuby 9000 also fails to pass the test.The attached file tests that the BigDecimal security fix has been applied (to the MRI interpreter). MRI returns almost immediately. JRuby appears to go into an infinite loop.
/opt/jruby/bin/jruby bigdecimal_segfault_fix_test.rb
Loaded suite test/unit/bigdecimal_segfault_fix_test
Started
... never terminates.
The text was updated successfully, but these errors were encountered: