[Bug 290676] devel/qt6-base: Fix thread names on FreeBSD
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 Oct 2025 07:06:54 UTC
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@FreeBSD.org
Reporter: kevinz5000@gmail.com
Assignee: kde@FreeBSD.org
Flags: maintainer-feedback?(kde@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.