-
Notifications
You must be signed in to change notification settings - Fork 25
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 failure in utop #7
Comments
I haven't been able to reproduce the issue so far. This is what I'm doing (with OCaml 4.06.0 on Ubuntu 16.04 x86-64):
No Cryptokit.Error exception. Is there any way you could narrow down the issue? Because I can't. |
I can't reproduce the failure I was getting when compiling with I can reproduce the failure under For
For
|
I think this is the failure I saw previously under
dies with |
I also see a problem with compress. |
|
The following crashes at a random point in both utop and \ocaml:
Does someone else also see this crashing? |
changing the compression level doesn't make the problem go away |
|
I wanted to do this:
Because this is not for crypto. |
@hcarty can you reliably reproduce the problem with the script I sent? |
@UnixJunkie I get failure from the code in #7 (comment) as well under 4.06.0 |
#16 is a very likely culprit for this. |
I think this can be closed based on the recent PR that was merged. |
Example from a fresh utop/toplevel session using cryptokit 1.12 from opam on a 64bit Linux VM:
The last line raises:
The same exception is raised when compiling with ocamlopt.
The following works, however:
The text was updated successfully, but these errors were encountered: