-
Notifications
You must be signed in to change notification settings - Fork 351
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
Go 1.17 segmentation violation on MacOS Big Sur #1836
Comments
Hello, thank you for reporting. |
That Docker command runs great. |
Is there any additional data like stacktrace or skipper version ( Both |
|
@joeypedicini92 you also built on a Mac, right? |
I just followed the steps in the readme exactly, and yeah also on mac |
Judging from the trace #1836 (comment) this sirupsen/logrus#1285 seems related |
Older version of indirect golang.org/x/sys caused SIGSEGV on Go 1.17 on MacOS Big Sur See sirupsen/logrus#1275 Fixes #1836 Signed-off-by: Alexander Yastrebov <alexander.yastrebov@zalando.de>
I have created a PR #1859 to update logrus @joeypedicini92 @marsmining Could you please check if PR fixes the problem? |
Thanks @AlexanderYastrebov. I can confirm it fixes the problem.
|
Older version of indirect golang.org/x/sys caused SIGSEGV on Go 1.17 on MacOS Big Sur See sirupsen/logrus#1275 Fixes #1836 Signed-off-by: Alexander Yastrebov <alexander.yastrebov@zalando.de>
Describe the bug
Using Go 1.17 I see error running
skipper
:To Reproduce
Install Go 1.17 on MacOS Big Sur then run:
And the run
skipper
.Expected behavior
No segmentation violation.
Observed behavior
Segmentation violation.
The text was updated successfully, but these errors were encountered: