Not sure what's up here and have done no investigation. This test is normally excluded.
TestIO#test_readlines_limit_0 = IRBreakJump.java:34:in `create': java.lang.NullPointerException
from IRRuntimeHelpers.java:143:in `initiateBreak'
from Interpreter.java:443:in `processReturnOp'
from Interpreter.java:608:in `interpret'
from Interpreter.java:680:in `INTERPRET_BLOCK'
from InterpretedIRBlockBody.java:39:in `commonYieldPath'
from IRBlockBody.java:133:in `doYield'
from BlockBody.java:78:in `yield'
from Block.java:143:in `yield'
from RubyArray.java:1619:in `reverseEach'
from RubyArray.java:1628:in `reverse_each'
from RubyArray$INVOKER$i$0$0$reverse_each.gen:-1:in `call'
from JavaMethod.java:458:in `call'
from CachingCallSite.java:79:in `callBlock'
from CachingCallSite.java:85:in `call'
from CallBase.java:394:in `interpret'
from Interpreter.java:376:in `processCall'
from Interpreter.java:605:in `interpret'
from Interpreter.java:697:in `INTERPRET_METHOD'
...
The text was updated successfully, but these errors were encountered:
Just checked this against 1.7.13 -X-C and we OOM. Weird that this manifests as NPE so we might be catching something somewhere we shouldn't but this test is uncovering an error in our Java bits of IO so I don't know how big of a deal this is:
Not sure what's up here and have done no investigation. This test is normally excluded.
The text was updated successfully, but these errors were encountered: