deno icon indicating copy to clipboard operation
deno copied to clipboard

Zombie subprocesses

Open asantos00 opened this issue 4 years ago • 10 comments

Currently, when creating a subprocess using Deno.run, the process stays in "zombie mode" even after it is killed.

I've created a gist that reproduces this bug, and talked with @lucacasonato that confirmed it.

https://gist.github.com/asantos00/bdd4357cb91f18b368085eb44105ea97

asantos00 avatar Aug 17 '20 17:08 asantos00