-
Notifications
You must be signed in to change notification settings - Fork 540
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
glide tree error "panic: runtime error: invalid memory address or nil pointer dereference" #440
Comments
I get the same error on OSX 10.10.5:
|
Fixed by #544 |
mattfarina
added a commit
that referenced
this issue
Aug 11, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using glide tree to print dependency tree , I found a error.
| |-- github.com/go-sql-driver/mysql (/home/gubei/gocode/src/github.com/xiaohuanggua/virgin/vendor/github.com/go-sql-driver/mysql)
| | |-- appengine/cloudsql ()
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xb code=0x1 addr=0x20 pc=0x4e2233]
goroutine 1 [running]:
panic(0x945080, 0xc82000e170)
/usr/local/Cellar/go/1.6/libexec/src/runtime/panic.go:464 +0x3e6
github.com/Masterminds/glide/dependency.srcDir(0x0, 0x0, 0xc81ffea1e0)
/Users/mfarina/Code/go/src/github.com/Masterminds/glide/dependency/resolver.go:927 +0x33
github.com/Masterminds/glide/dependency.IsSrcDir(0x0, 0x0, 0xc81ffea1e0)
/Users/mfarina/Code/go/src/github.com/Masterminds/glide/dependency/resolver.go:923 +0x2b
github.com/Masterminds/glide/tree.walkDeps.func1(0x0, 0x0, 0x0, 0x0, 0x7fa5ea9a1608, 0xc8202bc3f0, 0x0, 0x0)
/Users/mfarina/Code/go/src/github.com/Masterminds/glide/tree/tree.go:48 +0x92
path/filepath.Walk(0x0, 0x0, 0xc8201ccac8, 0x0, 0x0)
/usr/local/Cellar/go/1.6/libexec/src/path/filepath/path.go:394 +0x
my os system is fedora linux .
thank you for helping.
The text was updated successfully, but these errors were encountered: