[Bug 290676] devel/qt6-base: Fix thread names on FreeBSD

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Oct 30 07:06:54 GMT 2025


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290676

            Bug ID: 290676
           Summary: devel/qt6-base: Fix thread names on FreeBSD
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: kde at FreeBSD.org
          Reporter: kevinz5000 at gmail.com
          Assignee: kde at FreeBSD.org
             Flags: maintainer-feedback?(kde at FreeBSD.org)

Created attachment 265023
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=265023&action=edit
Patch

QThreads allow programmers to set an OS-visible thread name for debugging and
viewing (e.g. with the H option in top) via QThread::setObjectName(). However,
this is not available on FreeBSD.

The attached patch adds the required platform #ifdefs to get thread names
working on FreeBSD.

You can test with any application that uses QThread's setObjectName() to set
the current thread name. mixxx-qt6 is one such example of an application in
ports that uses this.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the kde-freebsd mailing list