-
Notifications
You must be signed in to change notification settings - Fork 4
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
bzl is segfaulting #122
Comments
Hi @jasonschroeder-sfdc thanks for the report! Will try and repro. Is this an arm (m1) or intel-based processor? |
The testing above was done on an Intel MacBook pro laptop.
I've also tested the arm64 binary on my Mac Studio M1, and it crashes as
well. Let me know if you would like a separate issue for that arm64, or I
can add those details to the original post.
Cheers!
…On Mon, Mar 6, 2023, 6:38 PM Paul Cody Johnston ***@***.***> wrote:
Hi @jasonschroeder-sfdc <https://github.com/jasonschroeder-sfdc> thanks
for the report! Will try and repro. Is this an arm (m1) or intel-based
processor?
—
Reply to this email directly, view it on GitHub
<#122 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFWGG6RCTGRL7K3QMLGO7LW22NQFANCNFSM6AAAAAAVQUY7WI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi @pcj, I see v1.4.16 has been released (https://get.bzl.io/darwin_arm64/bzl and https://get.bzl.io/darwin_amd64/bzl) and it doesn't crash 🎉 . But I still cannot use it from within VS Code extension. When I set "bsv.bzl.server.release": "v1.4.16" in the VSCode Extension settings, then the following URLs fail with a 404 https://get.bzl.io/darwin_amd64/v1.4.16/bzl Does something need to be updated on the download site? UPDATE: |
Hi, I am trying to use
bzl
tool on macOS Ventura 13.2.1 but the CLI is segfault'ing. There's no additional information.The following versions are segfaulting (for me):
I tried to run it under
lldb
but only get assembly:The text was updated successfully, but these errors were encountered: