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-boun...@qt-project.org> On Behalf Of Scott Bloom
Sent: fredag 14. april 2023 19:39
To: interest@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
_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to