anaconda / nb_conda_kernels

Package for managing conda environment-based kernels inside of Jupyter
BSD 3-Clause "New" or "Revised" License
598 stars 70 forks source link

Zombie processes #231

Closed SamBoyd closed 10 months ago

SamBoyd commented 11 months ago

When running conda info, the process spawns some child process and doesnt wait for them before exiting. This causes the child processes to reach an unreapable zombie state in some environments. Continued use means that these zombie process can accumulate quite quickly.

Includes a small fix to test, python2 no longer supported by ipykernel