-
Notifications
You must be signed in to change notification settings - Fork 997
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
system
calls on aarch64 darwin fail opaquely with llvm-{18,19}
#928
Comments
13 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This may be related to #896, although I cannot tell.
Empirically, calls to the
system
procedure (for instance(system "echo foo")
) fail on chez scheme 10.1.0 and 10.0.0 when compiled with llvm 18 / 19, but not with llvm 17. I have not observed this on aarch64 linux. Here's a sample repl transcript:This was tested through nix, and currently affects the latest scheme obtainable on macos on nixos, though I'll make a PR to patch this downstream.
The text was updated successfully, but these errors were encountered: