[Interest] [QQuickView] deadlock on exit
Thiago Macieira
thiago.macieira at intel.com
Thu Jan 9 17:10:23 CET 2014
On quinta-feira, 9 de janeiro de 2014 12:00:09, Tim Blechmann wrote:
> 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.
That would be the symptom of "deadlock on exit". That's why I need a proper
testcase.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20140109/fa291094/attachment.sig>
More information about the Interest
mailing list