質問編集履歴
4
ログ追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -38,14 +38,31 @@
|
|
38
38
|
|
39
39
|
また停止していたのでエラーのタイミングで以下のログが出力されていました。落ちたことしか分からなそうなので有益ではなさそうですが一応共有します
|
40
40
|
|
41
|
+
```ここに言語を入力
|
41
42
|
2023-11-23 11:24:45.075 [warning] Persistent process reconnection "1" failed Could not find pty on pty host
|
42
43
|
2023-11-23 11:24:45.075 [error] [RPC Response] PtyService#attachToProcess Could not find pty on pty host
|
43
44
|
2023-11-23 11:24:45.075 [warning] Shell integration cannot be enabled for executable "C:\Windows\System32\cmd.exe" and args []
|
44
45
|
2023-11-23 11:24:45.113 [warning] Shell integration cannot be enabled for executable "C:\Windows\System32\cmd.exe" and args []
|
46
|
+
```
|
45
47
|
|
46
48
|
15:52追記
|
47
49
|
ログファイルの所在は判明しましたがvscodeのコンソールで確認できること以上の情報は記録されていませんでした…
|
48
50
|
|
49
51
|
現在拡張機能をMS発行のPython関係のみにして最低限で実行していましたが、やはり途中で停止していました。拡張機能が原因ではないみたいです
|
50
52
|
|
53
|
+
20231127_1104追記
|
54
|
+
拡張機能Pythonと日本語化の2つだけにしても停止してました。やはり拡張機能ではないのか?
|
51
55
|
|
56
|
+
詳細ログ出力モードで実行して止まった瞬間のptyホストの出力結果を追記します。でもこれどの処理で止まったかやっぱり不明なままですね…
|
57
|
+
```console:ptyホスト
|
58
|
+
2023-11-27 10:39:30.998 [trace] [RPC Request] PtyService#refreshIgnoreProcessNames(["starship","oh-my-posh","bash","zsh"])
|
59
|
+
2023-11-27 10:39:30.998 [trace] [RPC Response] PtyService#refreshIgnoreProcessNames undefined
|
60
|
+
2023-11-27 10:39:30.998 [trace] [RPC Request] PtyService#attachToProcess(2)
|
61
|
+
2023-11-27 10:39:30.998 [warning] Persistent process reconnection "2" failed Could not find pty on pty host
|
62
|
+
2023-11-27 10:39:30.998 [error] [RPC Response] PtyService#attachToProcess Could not find pty on pty host
|
63
|
+
2023-11-27 10:39:30.998 [trace] [RPC Request] PtyService#attachToProcess(1)
|
64
|
+
2023-11-27 10:39:30.998 [warning] Persistent process reconnection "1" failed Could not find pty on pty host
|
65
|
+
2023-11-27 10:39:30.998 [error] [RPC Response] PtyService#attachToProcess Could not find pty on pty host
|
66
|
+
```
|
67
|
+
|
68
|
+
|
3
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -42,3 +42,10 @@
|
|
42
42
|
2023-11-23 11:24:45.075 [error] [RPC Response] PtyService#attachToProcess Could not find pty on pty host
|
43
43
|
2023-11-23 11:24:45.075 [warning] Shell integration cannot be enabled for executable "C:\Windows\System32\cmd.exe" and args []
|
44
44
|
2023-11-23 11:24:45.113 [warning] Shell integration cannot be enabled for executable "C:\Windows\System32\cmd.exe" and args []
|
45
|
+
|
46
|
+
15:52追記
|
47
|
+
ログファイルの所在は判明しましたがvscodeのコンソールで確認できること以上の情報は記録されていませんでした…
|
48
|
+
|
49
|
+
現在拡張機能をMS発行のPython関係のみにして最低限で実行していましたが、やはり途中で停止していました。拡張機能が原因ではないみたいです
|
50
|
+
|
51
|
+
|
2
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -35,3 +35,10 @@
|
|
35
35
|
|
36
36
|
一応、拡張機能がメモリを食いすぎてる等の悪さをしている可能性もあるので添付します
|
37
37
|

|
38
|
+
|
39
|
+
また停止していたのでエラーのタイミングで以下のログが出力されていました。落ちたことしか分からなそうなので有益ではなさそうですが一応共有します
|
40
|
+
|
41
|
+
2023-11-23 11:24:45.075 [warning] Persistent process reconnection "1" failed Could not find pty on pty host
|
42
|
+
2023-11-23 11:24:45.075 [error] [RPC Response] PtyService#attachToProcess Could not find pty on pty host
|
43
|
+
2023-11-23 11:24:45.075 [warning] Shell integration cannot be enabled for executable "C:\Windows\System32\cmd.exe" and args []
|
44
|
+
2023-11-23 11:24:45.113 [warning] Shell integration cannot be enabled for executable "C:\Windows\System32\cmd.exe" and args []
|
1
ニュアンスの調整
test
CHANGED
File without changes
|
test
CHANGED
@@ -19,7 +19,10 @@
|
|
19
19
|
```
|
20
20
|
|
21
21
|
### 試したこと
|
22
|
+
vscode code 134等で検索していくつかの海外記事がヒットしましたが、具体的なエラー内容は特定できませんでした。
|
23
|
+
(code128+6らしいのでそこの詳細が分かれば原因特定に進めそうなのですが…google翻訳しながらだと全然理解できませんでした)
|
24
|
+
|
22
|
-
|
25
|
+
[コレ](https://github.com/microsoft/vscode/issues/97557)などを見るにメモリ不足に陥っている可能性がある?
|
23
26
|
|
24
27
|
[クラッシュダンプの生成方法](https://github.com/Microsoft/vscode/wiki/Native-Crash-Issues)については喫緊の業務対応に追われて工数が取れてないのでまだ試せていません
|
25
28
|
|