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

go tip breaks completion #349

Closed
OneOfOne opened this issue Apr 29, 2016 · 2 comments
Closed

go tip breaks completion #349

OneOfOne opened this issue Apr 29, 2016 · 2 comments

Comments

@OneOfOne
Copy link

I'm guessing because of the new export format:

panic: Can't find the package clause
1(runtime.call32): /usr/src/go/src/runtime/asm_amd64.s:479
2(runtime.gopanic): /usr/src/go/src/runtime/panic.go:458
3(main.(*package_file_cache).process_package_data): /home/oneofone/code/go/src/github.com/nsf/gocode/package.go:108
4(main.(*package_file_cache).update_cache): /home/oneofone/code/go/src/github.com/nsf/gocode/package.go:91
5(main.update_packages.func1): /home/oneofone/code/go/src/github.com/nsf/gocode/autocompletecontext.go:374
6(runtime.goexit): /usr/src/go/src/runtime/asm_amd64.s:2054

panic: One of the package cache updaters panicked
1(runtime.call32): /usr/src/go/src/runtime/asm_amd64.s:479
2(runtime.gopanic): /usr/src/go/src/runtime/panic.go:458
3(main.update_packages): /home/oneofone/code/go/src/github.com/nsf/gocode/autocompletecontext.go:382
4(main.(*auto_complete_context).update_caches): /home/oneofone/code/go/src/github.com/nsf/gocode/autocompletecontext.go:166
5(main.(*auto_complete_context).apropos): /home/oneofone/code/go/src/github.com/nsf/gocode/autocompletecontext.go:303
6(main.server_auto_complete): /home/oneofone/code/go/src/github.com/nsf/gocode/server.go:179
7(main.(*RPC).RPC_auto_complete): /home/oneofone/code/go/src/github.com/nsf/gocode/rpc.go:26
8(runtime.call64): /usr/src/go/src/runtime/asm_amd64.s:480
9(reflect.Value.call): /usr/src/go/src/reflect/value.go:434
10(reflect.Value.Call): /usr/src/go/src/reflect/value.go:302
11(net/rpc.(*service).call): /usr/src/go/src/net/rpc/server.go:383
12(runtime.goexit): /usr/src/go/src/runtime/asm_amd64.s:2054

panic: Can't find the package clause
1(runtime.call32): /usr/src/go/src/runtime/asm_amd64.s:479
2(runtime.gopanic): /usr/src/go/src/runtime/panic.go:458
3(main.(*package_file_cache).process_package_data): /home/oneofone/code/go/src/github.com/nsf/gocode/package.go:108
4(main.(*package_file_cache).update_cache): /home/oneofone/code/go/src/github.com/nsf/gocode/package.go:91
5(main.update_packages.func1): /home/oneofone/code/go/src/github.com/nsf/gocode/autocompletecontext.go:374
6(runtime.goexit): /usr/src/go/src/runtime/asm_amd64.s:2054

more: https://gist.github.com/OneOfOne/e2eaf85a54cd25a11a47f74d41fbc94e

@dominikh
Copy link

Duplicate of #348 and #305

@OneOfOne
Copy link
Author

oops, closing.

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

No branches or pull requests

2 participants