Processes in system are not terminated properly #82
Labels
No Label
C
Category/Applications
Category/Drivers
Category/General
Category/Kernel
Category/Libraries
Eolite
FASM
FS
HLL
Influence/Settings
Influence/Text/TYPO
IRCC
Kernel
Kind
Breaking
Kind
Bug
Kind
Build
Kind
Documentation
Kind
Enhancement
Kind
Feature
Kind
Security
Kind
Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: KolibriOS/kolibrios#82
Loading…
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 properly