Skip to content

VS Jupyter kernel crashes in debug mode #22042

@deep-learning-newbie

Description

@deep-learning-newbie

Does this issue occur when all extensions are disabled?: Yes/No

  • VS Code Version:
  • OS Version:

Steps to Reproduce:

  1. Connect VSCode to the remote system using SSH connection
  2. enter debug session
  3. point mouse at the variable
  4. debug session will be crashed and you can see message - Server[1] disconnected unexpectedly
  5. 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 postertriage-neededNeeds assignment to the proper sub-team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions