-
-
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
Zlib::Inflate - Getting Zlib::BufError inflating a string #4449
Comments
(Same on 9.1.7.0 on OS X.) Spec is at https://github.com/jruby/jruby/blob/master/spec/ruby/library/zlib/inflate/inflate_spec.rb |
Could be a bug in our logic or a bug in the jzlib library we implement zlib with. I'll try updating jzlib first. |
Ok, unfortunately we're already on the latest jzlib and I can reproduce the issue with JRuby master locally (OS X). @ymnk I have confirmed that the error is coming out of jzlib and it is a buffer error, but I'm unsure if it's something we're doing wrong or jzlib is doing wrong. If I remember right, you helped us implement this logic (and we have been very happy with jzlib!) Any thoughts on the error reported here? |
Without some work on jzlib I don't think we can fix this. Certainly will not make it for 9.1.8.0. |
Uncertain when this might make it, since it requires work on jzlib. @ymnk may not be maintaining it anymore. |
Environment
Scenario
ruby script.rb
script.rb
Expected Behavior
No errors, printing the string (something like
<samlp:AuthnRequest\n xmlns:samlp=\"urn:oasis:n ...
Actual Behavior
Getting an error:
The text was updated successfully, but these errors were encountered: