-
-
Notifications
You must be signed in to change notification settings - Fork 925
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JRuby raises SystemCallError instead of Errno::EMSGSIZE #4606
Comments
I think I can fix this. |
and all is well ... thanks to @etehtsea |
Is this the same bug? $ ruby rcv.rb $ cat rcv.rb sock = UDPSocket.new |
Environment
Summary
JRuby raises
SystemCallError
instead ofErrno:: EMSGSIZE
when writing too large of a message to a UDP socket. See dwbutler/logstash-logger#128.Setup
Ruby script (run from irb):
Expected Behavior
MRI 2.4.1:
Actual Behavior
JRuby 9.0.5.0:
The text was updated successfully, but these errors were encountered: