forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed as not planned
Labels
info-neededIssue requires more information from posterIssue requires more information from postertriage-neededNeeds assignment to the proper sub-teamNeeds assignment to the proper sub-team
Description
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version:
- OS Version:
Steps to Reproduce:
- Connect VSCode to the remote system using SSH connection
- enter debug session
- point mouse at the variable
- debug session will be crashed and you can see message - Server[1] disconnected unexpectedly
- the same in jupyter cell debug
My operation system windws 11. remote OS Ubuntu 20.
VSCode version
Version: 1.82.2 (user setup)
Commit: abd2f3db4bdb28f9e95536dfa84d8479f1eb312d
Date: 2023-09-14T05:55:25.390Z
Electron: 25.8.1
ElectronBuildId: 23779380
Chromium: 114.0.5735.289
Node.js: 18.15.0
V8: 11.4.183.29-electron.0
OS: Windows_NT x64 10.0.22621
extensions:
- Jupyter v2023.8.1002501831
- Python v2023.16.0
UPDATE:
the issue appear with tensorflow tensors only. for instance the code below will crash
gt_boxes = tf.constant([
[[0, 0, 2, 2], [2, 2, 4, 4]],
[[0, 0, 2, 2], [2, 2, 4, 4]]
], dtype=tf.float32)
pred_boxes = tf.constant([
[[0, 0, 2, 2], [2, 2, 4, 4]],
[[2, 2, 4, 4], [0, 0, 2, 2]]
], dtype=tf.float32)I tested it with different docker images (3 or 4 images) - the same result. currently i use nvcr.io/nvidia/tensorflow:23.08-tf2-py3 image and the issue is reproduces there also .
Metadata
Metadata
Assignees
Labels
info-neededIssue requires more information from posterIssue requires more information from postertriage-neededNeeds assignment to the proper sub-teamNeeds assignment to the proper sub-team