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
Build code, error similar #3368
package main /**/ import "C" func main() { var a = C.enum_test(1) }
panic:
# test panic: runtime error: invalid memory address or nil pointer dereference [signal 0xb code=0x1 addr=0x0 pc=0x40ec96] goroutine 1 [running]: main.(*Package).rewriteRef(0xc20808e2a0, 0xc2080a0000) /opt/go.1.5/src/cmd/cgo/gcc.go:610 +0x1466 main.(*Package).Translate(0xc20808e2a0, 0xc2080a0000) /opt/go.1.5/src/cmd/cgo/gcc.go:170 +0x197 main.main() /opt/go.1.5/src/cmd/cgo/main.go:269 +0x1059
The text was updated successfully, but these errors were encountered:
CL https://golang.org/cl/15264 mentions this issue.
Sorry, something went wrong.
9c258c6
No branches or pull requests
Build code, error similar #3368
panic:
The text was updated successfully, but these errors were encountered: