Skip to content

Dead processes removal from waiting queue #6

@atwardzik

Description

@atwardzik

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions