-
Notifications
You must be signed in to change notification settings - Fork 169
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
asmcli install segmentation fault #1182
Comments
Thank you for the report! This must have been something fairly recent since I got one internal report a couple of days ago after a long stretch of no MacOS issues. I'll try and get a fix in as soon as I can get a repro case and figure out what changed. |
Thanks. Is there any log/debug information I could provide to assist? |
There's nothing obvious I can think of. From first looks it seems like the code that's supposed to override the system So short answer: not really, but thank you for offering :) |
The issue is with
That line keeps repeating and eventually fails with "Segmentation Fault: 11" Interestingly, I can cd to the
Would be nice to have a documentation for manual steps that I can use to setup asm; skipping asmcli. |
Random question: is this problem cropping up on a Mac? |
Yes. on MacOS Catalina version 10.15.7
Even tried with this; but no luck
|
I know this isn't a great response, but we don't support MacOS for reasons like this. Apple has a history of changing seemingly random shell-related configs/tools between releases, and we don't have any way of doing any kind of automated testing. You should be able to run it on Cloud Shell, or use a Docker container. There's a Dockerfile in asmcli/ that's used for testing. If we can get someone with an affected machine to find the issue I'm happy to make a compatibility fix. |
Installing For |
I'm also having this issue on Mac OS
and got the error:
I've also installed |
You need to be on a later version of bash, not the apple default to get rid of the segfault. But even then, there's kpt invocation issues when running on macos. Run it in cloud shell |
I know MacOS is not officially supported but I did see you try and look into issues still when they happen.
Trying to install on MacOS 12.3 (x86) and getting the following error:
asmcli: Getting account information...
asmcli: Downloading kpt..
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 669 100 669 0 0 2846 0 --:--:-- --:--:-- --:--:-- 2834
100 12.3M 100 12.3M 0 0 14.2M 0 --:--:-- --:--:-- --:--:-- 14.2M
asmcli: Downloading ASM..
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 41.8M 100 41.8M 0 0 41.0M 0 0:00:01 0:00:01 --:--:-- 41.0M
asmcli: Downloading ASM kpt package...
[2] 87836 segmentation fault ./asmcli install
The text was updated successfully, but these errors were encountered: