Skip to content

Monitor processus (zombie process on OSX) #12

@Pierozi

Description

@Pierozi

We have an issue of Zombie process when the daemon are started by the client due to Dart bug, when the Flutter app is closed, the child process are not terminated.

We have to look if by any chance, the daemon receive any kind of POSIX signal when flutter app is closed.

If we have no way to kill a process without parent relation due to OSX Sandbox mode.
In that scenario we could consider implementing a process monitoring option of for parent PID process when started by flutter client, if that process is terminated, stop the daemon

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions