On Tuesday, 4 February 2020 08:06:12 PST maitai wrote:
> this crashes:
>      QApplication app(argc, argv);
>      qWarning()<<"test";
>      QNetworkAccessManager inet;
>      qWarning()<<"after test";

And do I understand correctly that a test application containing that will not 
crash?

Then the problem is not in these lines. It's just triggering a bug that 
happened before. Please look at the rest of your application. Bisect it 
(remove half) and see if the problem continues. If it doesn't, re-add that 
half and remove the other half. Repeat until you have a testcase.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel System Software Products



_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to