We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I upgraded to MacOS Big Sur and ran gossm and it returned a killed 9
killed 9
A colleague ran a dtrace on the command see the following.
sudo dtruss gossm
The command returned the following message.
dtrace: failed to execute gossm: Bad executable (or shared library)
The same colleague recompiled the binary on Big Sur and this fixed it.
@aidansteele can you please re-publish new recompiled binaries.
The text was updated successfully, but these errors were encountered:
Ooh thanks for the heads up, I'll do that ASAP! 👍
Sorry, something went wrong.
it was me :V
i think the newer go libraries fix the cross-compatible compilation for that if you haven't got big sur
No branches or pull requests
I upgraded to MacOS Big Sur and ran gossm and it returned a
killed 9
A colleague ran a dtrace on the command see the following.
sudo dtruss gossm
The command returned the following message.
dtrace: failed to execute gossm: Bad executable (or shared library)
The same colleague recompiled the binary on Big Sur and this fixed it.
@aidansteele can you please re-publish new recompiled binaries.
The text was updated successfully, but these errors were encountered: