-
Notifications
You must be signed in to change notification settings - Fork 9
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
Unable to build with OCaml 4.14, receive SIGBUS #12
Comments
Interestingly, this seems like it might be a bug in
|
Okay not as sure about that anymore, it might have just been a faulty llvm trace -- |
I had the same error with OCaml 4.14.0 + 4.14.1 on macOS arm64 using the following compilers:
I upgraded to ocaml-base-compiler.4.14.2 and the SIGBUS went away. In an odd coincidence, I ran into an error at the same location very recently in ocaml-ppx/ppxlib#466 (section "Initial Attempt. OUTDATED and FIXED"). It was almost the same except then I did not receive a SIGBUS, but I was using bytecode so that wasn't surprising. And that older problem had an easy root cause. |
When trying to build metapp (both
master
and 0.4.4), I'm receiving a SIGBUS during (what I presume is) themetapp.ppx
step of the process.This is on macOS 14.2.1 and XCode 15.1.
Steps to reproduce
opam install ocaml-base-compiler.4.14.1
opam install . --deps-only
dune build --versbose
When doing the above, I get the following output:
The text was updated successfully, but these errors were encountered: