This repository was archived by the owner on Sep 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1k
Panic on dep init #391
Comments
Yeah, definitely different. That's a call that should be surrounded by a nil check. It doesn't happen reliably, right? In any case, easy fix - thanks for the report! |
sdboyer
added a commit
to sdboyer/gps
that referenced
this issue
Apr 16, 2017
A bad interleaving could (and has - golang/dep#391) cause the context cancellation select branch to run before the normal process termination branch.
sdboyer
added a commit
to sdboyer/gps
that referenced
this issue
Apr 16, 2017
A bad interleaving could (and has - golang/dep#391) cause the context cancellation select branch to run before the normal process termination branch.
(now fixed) |
I can confirm this is fixed for me. Thanks for fixing it so quickly! 🥇 |
krisnova
pushed a commit
to krisnova/dep
that referenced
this issue
Apr 21, 2017
A bad interleaving could (and has - golang#391) cause the context cancellation select branch to run before the normal process termination branch.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I think this is a different bug than #351 because it bubbles up from the
source_manager.go
notsolver.go
. Also, it doesn't occur with the Apr 12th version ofdep
.The text was updated successfully, but these errors were encountered: