Powershell管理者経由で’connect /V’で接続するとクラッシュ
Eröffnet am: 2019-11-15 20:08
Letztes Update: 2024-02-25 00:33
Auswertung: | (Anonym) | Verantwortlicher: | (Keine) |
---|---|---|---|
Priorität: | 5 - Mittel | Meilenstein: | (Keine) |
Typ: | Fehler | Schweregrad: | 5 - Mittel |
Komponente: | (Keine) | Status: | Offen |
Lösung | Keine |
Einzelheiten
Powershell (管理者) から tertermマクロ経由で ’connect /V’ で接続すると切断時にクラッシュする。 '/V' オプションありの場合のみクラッシュする。
環境
- OS: windows10 pro (1809 build 17763.864) 64bit
- Teraterm: 4.104 (SVN# 8043)
- teraterm SSH接続先:
- OS: CentOS7
- IP: 192.168.1.131
再現手順:
- マクロファイル「test_connect.ttl」を作成
---- ここから test_connect.ttl ---- connect '/V 192.168.1.131:22 /ssh /2 /auth=password /user=root /passwd=P@ssw0rd' closett exit ---- ここまで ----
- キーボード「WIN+X」で「Windows PowerShell (管理者)」を起動
- powershell Start-process コマンドで ttpmacroを起動
PS C:\Windows\system32> start-Process 'C:\Program Files (x86)\teraterm\ttpmacro.exe' -ArgumentList @('/V','C:\Users\user\Desktop\test_connect.ttl')
- TTERMPRO.exe がクラッシュする。
---- ここから クラッシュダイアログ ---- --------------------------- Tera Term: Application fault --------------------------- eax=5C737265 ebx=0040A100 ecx=00AD1138 edx=00000000 esi=00000000 edi=00AD1138 ebp=0019FB14 esp=0019FAB4 eip=0040D204 efl=00010202 cs=0023 ss=002B ds=002B es=002B fs=0053 gs=002B Exception: ACCESS_VIOLATION #1 0x0040d204 in --- at C:\Program Files (x86)\teraterm\TTERMPRO.exe --------------------------- OK --------------------------- ---- ここまで ----
Kommentar
The pb is comming with the "/V" option. "/I" option is working, but with visible TT windows. .