You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
sg hangs after displaying the initial progress tree.
This appears to be some sort of deadlock in the check concurrency — manually patching the runner concurrency to be 1 instead of 10 allows it to proceed as expected. An obvious workaround for now would be to drop the default concurrency on Linux, but I would like to get some input and understand what's causing the deadlock a little better before doing that.
The text was updated successfully, but these errors were encountered:
LawnGnome
added
bug
An error, flaw or fault that produces an incorrect or unexpected result, or behavior.
sg
sg, the Sourcegraph developer command
labels
Jul 15, 2022
Steps to reproduce:
sg setup
(orsg setup -c
).Expected behavior:
No hang.
Actual behavior:
sg
hangs after displaying the initial progress tree.This appears to be some sort of deadlock in the check concurrency — manually patching the runner concurrency to be 1 instead of 10 allows it to proceed as expected. An obvious workaround for now would be to drop the default concurrency on Linux, but I would like to get some input and understand what's causing the deadlock a little better before doing that.
The text was updated successfully, but these errors were encountered: