forked from cloudfoundry/gosigar
-
Notifications
You must be signed in to change notification settings - Fork 76
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
fatal error: checkptr: unsafe pointer conversion #138
Labels
Comments
One temporary fix would be to annotate the function with |
Running the |
andrewkroh
added a commit
to andrewkroh/gosigar
that referenced
this issue
Jul 14, 2020
This is a temporary fix for elastic#138 to ignore the warning.
andrewkroh
added a commit
to andrewkroh/gosigar
that referenced
this issue
Jul 14, 2020
This is a temporary fix for elastic#138 to ignore the warning.
andrewkroh
added a commit
that referenced
this issue
Jul 15, 2020
This is a temporary fix for #138 to ignore the warning.
andrewkroh
added a commit
to andrewkroh/beats
that referenced
this issue
Jul 15, 2020
The system/filesystem tests are failing due to an unsafe pointer conversion. This temporarily ignores the unsafe pointer conversion warning. Underlying pointer conversion issue still needs addressed in gosigar. elastic/gosigar#138
6 tasks
andrewkroh
added a commit
to elastic/beats
that referenced
this issue
Jul 15, 2020
The system/filesystem tests are failing due to an unsafe pointer conversion. This temporarily ignores the unsafe pointer conversion warning. Underlying pointer conversion issue still needs addressed in gosigar. elastic/gosigar#138
andrewkroh
added a commit
to andrewkroh/beats
that referenced
this issue
Jul 15, 2020
The system/filesystem tests are failing due to an unsafe pointer conversion. This temporarily ignores the unsafe pointer conversion warning. Underlying pointer conversion issue still needs addressed in gosigar. elastic/gosigar#138 (cherry picked from commit d629868)
6 tasks
andrewkroh
added a commit
to elastic/beats
that referenced
this issue
Jul 15, 2020
The system/filesystem tests are failing due to an unsafe pointer conversion. This temporarily ignores the unsafe pointer conversion warning. Underlying pointer conversion issue still needs addressed in gosigar. elastic/gosigar#138 (cherry picked from commit d629868)
melchiormoulin
pushed a commit
to melchiormoulin/beats
that referenced
this issue
Oct 14, 2020
The system/filesystem tests are failing due to an unsafe pointer conversion. This temporarily ignores the unsafe pointer conversion warning. Underlying pointer conversion issue still needs addressed in gosigar. elastic/gosigar#138
Fixed by #141 according to the PR description. It does not reproduce for me with Go 1.22.2 under darwin/arm64. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Under Go 1.14.4 with the race detector running gosigar fails at
gosigar/sigar_util.go
Line 10 in 5603641
The text was updated successfully, but these errors were encountered: