This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
lsif-go --animation
hangs when listing dependencies on sourcegraph/sourcegraph
#228
Labels
Delve goroutines
I don't know why there are no goroutines in that block. It appears as though it's in deadlock.
However, I noticed there's a frame in
os/exec.(*Cmd).Start.func1
and deeper inio.Copy
waiting for stdout from a subprocessed, so I checkedpstree
for child processes and found:I ran it myself:
And it hung. When I typed
yes
, it said "permission denied".I'm not sure why this is hanging for me when recent lsif-go runs in CI are working https://github.com/sourcegraph/sourcegraph/runs/5252625222?check_suite_focus=true#step:4:5
The text was updated successfully, but these errors were encountered: