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

Panic on dep init: gps #517

Closed
mdp314 opened this issue May 4, 2017 · 1 comment
Closed

Panic on dep init: gps #517

mdp314 opened this issue May 4, 2017 · 1 comment

Comments

@mdp314
Copy link

mdp314 commented May 4, 2017

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

goroutine 1 [running]:
github.com/golang/dep/gps/pkgtree.wmToReach.func3(0xc420150550, 0x1, 0x1, 0xc42044c5c1, 0x32)
/Users/myuser//Go/src/github.com/golang/dep/gps/pkgtree/pkgtree.go:613 +0x78
github.com/golang/dep/gps/pkgtree.wmToReach.func4(0xc42044c5c1, 0x32, 0xc420150550, 0x1, 0x1, 0xc420150501)
/Users/myuser//Go/src/github.com/golang/dep/gps/pkgtree/pkgtree.go:752 +0x462
github.com/golang/dep/gps/pkgtree.wmToReach.func4(0xc42039a7e0, 0x2e, 0xc420150550, 0x1, 0x1, 0x1)
/Users/myuser//Go/src/github.com/golang/dep/gps/pkgtree/pkgtree.go:709 +0xd08
github.com/golang/dep/gps/pkgtree.wmToReach(0xc420645f68, 0xc420645f01, 0xc420645f28, 0xc42007f0e8)
/Users/myuser//Go/src/github.com/golang/dep/gps/pkgtree/pkgtree.go:791 +0xd1c
github.com/golang/dep/gps/pkgtree.PackageTree.ToReachMap(0xc4201a8160, 0x19, 0xc4201a0120, 0x10001, 0xc420201140, 0x166e580, 0xc42044eea0)
/Users/myuser//Go/src/github.com/golang/dep/gps/pkgtree/pkgtree.go:482 +0x2c0
github.com/golang/dep/gps.(*solver).getImportsAndConstraintsOf(0xc42069fc20, 0xc4201a8160, 0x19, 0x0, 0x0, 0x166e580, 0xc42044eea0, 0xc42033ea00, 0x4, 0x4, ...)
/Users/myuser//Go/src/github.com/golang/dep/gps/solver.go:548 +0x1f7
github.com/golang/dep/gps.(*solver).check(0xc42069fc20, 0xc4201a8160, 0x19, 0x0, 0x0, 0x166e580, 0xc42044eea0, 0xc42033ea00, 0x4, 0x4, ...)
/Users/myuser//Go/src/github.com/golang/dep/gps/satisfy.go:38 +0x238
github.com/golang/dep/gps.(*solver).findValidVersion(0xc42069fc20, 0xc420214500, 0xc42033ea00, 0x4, 0x4, 0x0, 0xc42033ea00)
/Users/myuser//Go/src/github.com/golang/dep/gps/solver.go:818 +0x2d5
github.com/golang/dep/gps.(*solver).createVersionQueue(0xc42069fc20, 0xc4201a8160, 0x19, 0x0, 0x0, 0xc42033ea00, 0x4, 0x4, 0x0, 0x0, ...)
/Users/myuser//Go/src/github.com/golang/dep/gps/solver.go:791 +0xafc
github.com/golang/dep/gps.(*solver).solve(0xc42069fc20, 0x0, 0x0, 0x2b)
/Users/myuser//Go/src/github.com/golang/dep/gps/solver.go:408 +0x471
github.com/golang/dep/gps.(*solver).Solve(0xc42069fc20, 0x50, 0x166a220, 0x16b7e08, 0xc42001a029)
/Users/myuser//Go/src/github.com/golang/dep/gps/solver.go:359 +0xab
main.(*initCommand).Run(0xc4201536a1, 0xc420138d20, 0xc42000c1c0, 0x0, 0x0, 0x0, 0x0)
/Users/myuser//Go/src/github.com/golang/dep/cmd/dep/init.go:166 +0xd66
main.main()
/Users/myuser//Go/src/github.com/golang/dep/cmd/dep/main.go:128 +0x6c2

@sdboyer
Copy link
Member

sdboyer commented May 5, 2017

Hi! We appreciate the issue. This one's a duplicate of #351, so gonna close this out in favor of that.

With future issues, if possible, please indicate the project you were running against (so that we can try to replicate), and include the trace output (via dep {init,ensure} -v).

@sdboyer sdboyer closed this as completed May 5, 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