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
We haven't had a problem with 0.10.0. With 0.11.0 betas on Windows, the conpty bits hang
if(this._useConpty){console.error('######################### 9')// we see thisconstconnect=(this._ptyNativeasIConptyNative).connect(this._pty,commandLine,cwd,env,c=>this._$onProcessExit(c));this._innerPid=connect.pid;console.error('######################### 10')// we don't see this}
We get the first printf, but not the second. We get no printfs for _$onProcessExit. We are spawning this from the Electron main process, which hasn't been a problem (and still isn't a problem, on every other platform). I have seen #512 but that user saw the hang on exit, whereas we can't even get the connection established.
Fwiw, the spawned command line is powershell.exe "echo hi"
The text was updated successfully, but these errors were encountered:
Environment details
Issue description
We haven't had a problem with 0.10.0. With 0.11.0 betas on Windows, the conpty bits hang
We get the first printf, but not the second. We get no printfs for
_$onProcessExit
. We are spawning this from the Electron main process, which hasn't been a problem (and still isn't a problem, on every other platform). I have seen #512 but that user saw the hang on exit, whereas we can't even get the connection established.Fwiw, the spawned command line is
powershell.exe "echo hi"
The text was updated successfully, but these errors were encountered: