Skip to content
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

do not pass go pointers to the C code #5

Closed
wants to merge 1 commit into from

Conversation

idavydov
Copy link

This is a proposed solution for #4.

Not a cleanest solution. But I don't know how to do this properly, I saw some go projects affected by golang/go#12416 using the same strategy.

This is a proposed solution for afbarnard#4.
@idavydov idavydov closed this May 11, 2016
@idavydov
Copy link
Author

Apparently this doesn't solve the problem. I get errors like this in my code:

panic: runtime error: invalid memory address or nil pointer dereference [recovered]
    panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xb code=0x1 addr=0x0 pc=0x0]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant