Description
I did not yet manage to reproduce this crash with a minimal application in combination with an arbitrary network.
I am attaching a backtrace, maybe you can do something with it.
This is what triggers the crash:
A webenginewidget is created and filled with the following html:
QString("<html>" "<body onload='setTimeout( function() { window.location=\"%1\"; }, 1000 );'>" "Please wait - Loading webpage '%1'..." "</body>" "</html>") .arg( targetUrl )
The target URL can only be accessed via a proxy. To trigger the crash wrong credentials are supplied.
Therefore the "Please wait - Loading webpage" message persists.
Now close the dialog and observe the crash.