Skip to content

Pipewire: QThread::setPriority fails #11465

Closed
@daschuer

Description

Bug Description

With Mixxx 2.3.4 I see the following warning in the mixxx.log

Warning []: QThread::setPriority: Cannot determine scheduler priority range

It comes from Qt https://github.com/qt/qtbase/blob/5.12.5/src/corelib/thread/qthread_unix.cpp#L827
And indicates that the command QThread::currentThread()->setPriority(QThread::TimeCriticalPriority);
fails. There is already a comment that this call has no effect, but why does this obscure warning appear?

Version

2.3.4

OS

Linux

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions