You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install the latest versions of vscode and extensions for python, jupyter, and quarto.
Create a .qmd document with python chunks.
Create a new jupyter interactive window.
Execute chunks in the .qmd document through the button above the cell which says "Run Cell".
Problem description: things work as expected (input is sent to the interactive window), BUT shortly after, it starts spawning multiple kioslave5 processes in parallel, which consume all of the available CPU and make the vscode application unresponsive. Killing these processes manually doesn't appear to have any side effects. If not manually killed, these processes keep running even after the code process is killed.
The processes appear to be launched with the following command:
Setup: Debian Trixie (testing), vscode 1.95.0, Quarto 1.6.32, running KDE 5.27.11 which is what provides those kioslave5 processes. Issue wasn't happening with previous versions of vscode, but I'm not sure if what broke it was today's vscode update or some other system update.
The text was updated successfully, but these errors were encountered:
david-cortes
changed the title
Run Cell starts spawning multiple kioslave5 processes which consume all resources and crashRun Cell in VScode starts spawning multiple kioslave5 processes which consume all resources and crash
Oct 30, 2024
Steps to reproduce:
Problem description: things work as expected (input is sent to the interactive window), BUT shortly after, it starts spawning multiple
kioslave5
processes in parallel, which consume all of the available CPU and make the vscode application unresponsive. Killing these processes manually doesn't appear to have any side effects. If not manually killed, these processes keep running even after thecode
process is killed.The processes appear to be launched with the following command:
Setup: Debian Trixie (testing), vscode 1.95.0, Quarto 1.6.32, running KDE 5.27.11 which is what provides those
kioslave5
processes.Issue wasn't happening with previous versions of vscode, but I'm not sure if what broke it was today's vscode update or some other system update.The text was updated successfully, but these errors were encountered: