Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

dep init crashes #360

Closed
bgaifullin opened this issue Mar 31, 2017 · 1 comment
Closed

dep init crashes #360

bgaifullin opened this issue Mar 31, 2017 · 1 comment

Comments

@bgaifullin
Copy link

dep init crashes with the following stack trace

panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x50 pc=0x133ed2c]

goroutine 53 [running]:
github.com/golang/dep/vendor/github.com/sdboyer/gps.(*SourceMgr).SyncSourceFor(0xc4200849c0, 0xc420558000, 0x19, 0x0, 0x0, 0x0, 0x0)
/go/src/github.com/golang/dep/vendor/github.com/sdboyer/gps/source_manager.go:461 +0x10c
main.getProjectData.func1(0xc420558000, 0x19, 0xc4200849c0)
/go/src/github.com/golang/dep/cmd/dep/init.go:226 +0x6c
created by main.getProjectData
/go/src/github.com/golang/dep/cmd/dep/init.go:251 +0xab5
@sdboyer
Copy link
Member

sdboyer commented Mar 31, 2017

Thanks for the report! Sorry you ran into that. It's fixed upstream, we just haven't integrated latest gps in a while. (See e.g. #250)

@sdboyer sdboyer closed this as completed Mar 31, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants