Maximus5 / cygwin-connector

https://conemu.github.io/ terminal connector for cygwin/msys
https://conemu.github.io/en/CygwinMsysConnector.html
Other
82 stars 5 forks source link

exit from within ConEmu does not close the tab and keeps hanging #17

Open iongion opened 8 years ago

iongion commented 8 years ago

I've set-up this expression as launcher task for ConEmu:

set MSYSTEM=MINGW64 & W:\SDKs\msys2\usr\bin\conemu-msys2-64.exe -d W:\Workspace /usr/bin/bash -l -i

Which, on use, works as expected and drops me to a 64 bit msys bash shell. But when I try to exit, it appears to close, but the tab stays alive, there is a ssh-agent that is launched whenever a task starts, but that should be killed on every tab close/exit command. Maybe this is not happening and this is where it gets stuck.

Maximus5 commented 8 years ago
  1. I need example how to reproduce the problem. I suppose you have modified profile running agent, but you have not described that.
  2. You said "but that should be killed on every tab close/exit command". Really? By whom? Why do you think so?