[Qt-interest] QWaitCondition and QtConcurrent::blockingMap
A Arabadji
sneg.vx at googlemail.com
Thu Feb 26 13:40:58 CET 2009
Artyom wrote:
> Hi all,
>
> I am new to Qt and I am trying to use blockingMap to do some non-Qt
> computation. All computation completes successfully with a single call
> to blockingMap. However, once the program terminates I receive this
> message: `QWaitCondition: Destroyed while threads are still waiting'.
> What does this mean and is there a way to get rid of it? I browsed this
> newsgroup for possible answers but most of them deal with creating
> threads manually. Because blockingMap manages threads automatically I
> suspect this might be a bug.
>
> Regards,
> Arty
I guess I should clarify that I am running Windows Vista Business
64-bit, Microsoft Visual Studio 2008 SP1. The application is 32-bit and
I am using 32-bit libraries.
Arty
More information about the Qt-interest-old
mailing list