Images 💾

Last commit ⭐

commit e931b2ecd9481c760dfaffafd3197c8a8a1c77de
Author:     Liav A <liavalb@gmail.com>
AuthorDate: Thu Apr 6 11:07:48 2023 +0300
Commit:     Andrew Kaster <akaster@serenityos.org>
CommitDate: Mon Apr 10 11:25:01 2023 -0600

    SystemMonitor: Handle zombie processes properly
    
    SystemMonitor had a bug in which it would crash in case there are zombie
    processes left in the system.
    The fix for this is to check if a process has no threads (which will
    indicate that the process is a zombie and is waiting to be reaped), and
    if that's the case, artificially create a thread row that is just enough
    to represent the zombie process.