summaryrefslogtreecommitdiff
path: root/doc/forum/Weird_SSH_issue/comment_3_8347b69df64b737f4e5df854c55d4e92._comment
blob: adc64e5d4575676e82c214b3bca719fba5cdf640 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[[!comment format=mdwn
 username="joey"
 subject="""comment 3"""
 date="2016-03-06T17:54:20Z"
 content="""
It also seemed to affect the first spin and not the second one when I was
seeing it. But that was 1-2 weeks ago, and I am not currently reproducing
the issue.

If you can reproduce it consistently, it would be good to check if the
concurrent output layer, which involves intercepting all command output and
serializing it, might be involved. If you edit
`src/Utility/Process/Shim.hs` and make it simply `import System.Process as X`
and remove the other import, that will bypass the concurrent output layer.
"""]]