-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
CGo Pointer Errors #158
Comments
Also running into this issue with go 1.8 |
Yeah, this might require a bit of a design change, I'll do some investigation. |
Fix is coming in #167, but I've managed to mess up the memory management 👎 |
@Sentimentron Do you have plans to support/revisit this at a later date still? |
Two years later, I'm getting the same issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello! I'm using this library to do Logistic Regression on some metadata signals from an internal system at my employer. However, I've run into the following panic :
I can bulldoze by this error by using GODEBUG=cgocheck=0, but this isn't ideal.
The text was updated successfully, but these errors were encountered: