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
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest