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
Linux calls these "zombie processes" which sounds scary, except they are completely dead but have left an entry in the process table.
The spawning process needs to properly cleanup when they complete some how.
I'm not sure if this is actually a problem besides cluttering the process table. But maybe the system will eventually run out of process handles?