Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSH data race #435

Open
ivcosla opened this issue Jun 25, 2019 · 1 comment
Open

SSH data race #435

ivcosla opened this issue Jun 25, 2019 · 1 comment
Assignees

Comments

@ivcosla
Copy link

ivcosla commented Jun 25, 2019

Sometimes when executing ssh integration environment, and running ssh test a data race appears on the ssh server node. Attached are the logs for every node, the data race appears in A log, line 126.

nodeA.log
nodeB.log
nodeC.log

@ivcosla ivcosla added this to To do in Skywire Mainnet via automation Jun 25, 2019
@evanlinjin
Copy link

Looking at the logs, I see: panic: send on closed channel -> A quick hack is to use sync.Mutex to ensure close/write actions do not overlap. Of cause, if there is a more elegant, yet obvious, solution, do that instead.

@Darkren Darkren self-assigned this Jun 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

3 participants