Processes in system are not terminated properly #82
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If close any program while Process manager is running (or terminate any process in the Process manager itself) it's row doesn't disappear from Process manager processes list and continue to be displayed with zero values.
Also, processes numbering looks a little bit odd, but I am not sure that it is a bug and not intended to be so.
UPD. @Doczom did some investigation and found that the problem is not in Process manager code itself, but rather in kernel code, especially in file /kernel/trunk/core/sys32.inc.
For example, System Monitor faces the same bug and use stub to check for empty processes and skip them:
Thus, this issue should be marked as Category/Kernel and maybe have higher priority, than Medium.
Process manager doesn't delete rows of terminated processesto Processes in system are not terminated properlyKernel bug was fixed in
d235c8914c
, and SysMon stub was remade to proper filtration of ghost processes inf366d6d925
.Thus, this issue can be closed now.