At server.rs:58-67, SetInformationJobObject and AssignProcessToJobObject return values are ignored. If the parent is already inside a job that disallows breakaway (Win 7/8, certain MSI/orchestrators, debuggers), assignment silently fails and stremio-runtime.exe survives the shell's death as a zombie holding port 11470. Should check return value and fall back to manual child.kill() via a Drop impl.
At
server.rs:58-67,SetInformationJobObjectandAssignProcessToJobObjectreturn values are ignored. If the parent is already inside a job that disallows breakaway (Win 7/8, certain MSI/orchestrators, debuggers), assignment silently fails andstremio-runtime.exesurvives the shell's death as a zombie holding port 11470. Should check return value and fall back to manualchild.kill()via aDropimpl.