Bug description
Sometime processes are killed before they get the resource. Under such condition the waiting queue should remove this process as soon as possible, as trying to dereference process pointer is an undefined behaviour.
Goal
Remove dead and zombie processes from waiting queue.
Affected Files
Bug description
Sometime processes are killed before they get the resource. Under such condition the waiting queue should remove this process as soon as possible, as trying to dereference process pointer is an undefined behaviour.
Goal
Remove dead and zombie processes from waiting queue.
Affected Files
src/kernel/resources.c