Skip to content

High cpu usage after Execute, WorkerThread not close() #1

@Doaxan

Description

@Doaxan

Clicking on Execute produces high cpu usage until the close the program.
Steps to reproduce:

  1. Open CachyOS Kernel Manager
  2. Click on Execute (bug, Execute must be disabled) or choose anyone kernel and click Execute
  3. Cancel operation or wait for successful completion
  4. Check WorkerThread with top -H
    This seems to be caused by m_thread_running is always true in while(m_thread_running) loop.
    while (m_thread_running) {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions