-
Notifications
You must be signed in to change notification settings - Fork 26
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
Stack overflow when building on ppc64, ppc64le #39
Comments
Forgot to mention that this is with OCaml 4.05. |
I’ve encountered the same problem on Alpine Linux and ppc64le. |
The true solution is rewriting the locale parser tail-recursive, but this takes some time. |
Has anyone tried it with recent compiler versions? |
It still fails with OCaml 4.13.0. The failure is here, but this is a scratch build so it'll disappear after a few days: https://koji.fedoraproject.org/koji/taskinfo?taskID=80558387 |
This is really "FYI" rather than a bug. It may even be a compiler bug. Anyway, when building on ppc64 or ppc64le there's a stack overflow in the final stages of the build:
It happens in the same place on both arches.
I worked around it by doing:
This doesn't happen on the other arches we test with (i686, x86_64, s390, s390x, aarch64, armv7hl).
The text was updated successfully, but these errors were encountered: