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
try 1
gets
close
close end
exception stream closed
try 2
gets
close
close end
exception stream closed
try 3
gets
close
close endexception stream closed
gets
exception closed stream
try 4
gets
close
close end
exception stream closed
Actual Behavior
Run udp.rb on jruby-9.1.16
try 1
gets
close
exception stream closedclose end
try 2
gets
close
exception stream closed
getsclose end
exception closed stream
try 3
gets
close
exception stream closed
gets
In try3 close and gets didn't return.
The text was updated successfully, but these errors were encountered:
Environment
jruby-9.1.16.0/bin/jruby.bash --version
jruby 9.1.16.0 (2.3.3) 2018-02-21 8f3f95a OpenJDK 64-Bit Server VM 25.151-b12 on 1.8.0_151-8u151-b12-0ubuntu0.16.04.2-b12 +jit [linux-x86_64]
Linux 4.4.0-116-generic #140-Ubuntu SMP Mon Feb 12 21:23:04 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
The minimal code for reproducing the issue follows:
udp.rb
Expected Behavior
Run udp.rb on jruby-9.1.15
Actual Behavior
Run udp.rb on jruby-9.1.16
In try3 close and gets didn't return.
The text was updated successfully, but these errors were encountered: