Clicking on Execute produces high cpu usage until the close the program.
Steps to reproduce:
- Open CachyOS Kernel Manager
- Click on Execute (bug, Execute must be disabled) or choose anyone kernel and click Execute
- Cancel operation or wait for successful completion
- 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) { |