[Interest] Crash when creating QNetworkAccessManager in qt 5.14.x

Thiago Macieira thiago.macieira at intel.com
Tue Feb 4 17:12:11 CET 2020


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





More information about the Interest mailing list