[Interest] [QQuickView] deadlock on exit
Tim Blechmann
tim at klingt.org
Fri Jan 10 10:15:23 CET 2014
>> which causes an assertion failure in QCoreApplication::arguments() [2].
>> but if using QApplication without exec() is unsupported, maybe this
>> could be either fixed or removed or declared as unsupported?
>
> exec() is basically a loop around calling processEvents(). The question is
> what the loop control variable is. If you get the control wrong, your
> application won't exit at the right time.
is there any documentation, how this control should look like?
> That would be the symptom of "deadlock on exit". That's why I need a proper
> testcase.
More information about the Interest
mailing list