[Interest] Need some help tracking down an issue
Mårten Nordheim
marten.nordheim at qt.io
Fri Apr 14 20:02:29 CEST 2023
Hey!
It's likely similar to the issue seen here:
https://bugreports.qt.io/browse/QTBUG-109511
Qt itself may use the global thread pool for certain parallelization, so if the
global thread-pool is fully occupied without letting any new tasks run
then you may experience some hanging.
Mårten
From: Interest <interest-bounces at qt-project.org> On Behalf Of Scott Bloom
Sent: fredag 14. april 2023 19:39
To: interest at qt-project.org
Subject: [Interest] Need some help tracking down an issue
I have an opensource project that is Qt based, to find duplicate files. It started as a learning experience for working with thread pools.
Its pretty much 100% functional, however, I have issues where the GUI is non-responsive to user activity.
If anyone has the time, and willingness to do a code review with me, please let me know. You can see the project at http://github.com/towel42-com/FindDupe
Thanks in advance,
Scott
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20230414/b35e8646/attachment.htm>
More information about the Interest
mailing list