Creating QNetworkAccessManager throws exception
-
This single line:
@QNetworkAccessManager manager;@throws this exception in debug mode:
bq. warning: Exception at 0x7fefd3e940d, code: 0x6a6: Invalid RPC server, flags=0x1 (execution cannot be continued) (first chance)
I'm using Qt Creator 3.3.0 with Qt 5.4.0. MSVC2013 64 compiler.
All I could find is "bug report":https://bugreports.qt.io/browse/QTBUG-36180. Unfortunatelly there's no response what's going on. I hope someone will bring some light onto it.