Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.7.0 RC
-
None
-
- Microsoft Lumia 950
- Microsoft Windows Mobile 10
-
-
0f6ededb157b3739b95c470f8dbf7b8bbb5a61cc 0f6ededb157b3739b95c470f8dbf7b8bbb5a61cc 6fa74764d91e876162e2a992a4087aaf4082c001 in 5.6 branch
Description
Development environment:
- Windows 10 Pro 64bit
- Qt 5.7 winphone_arm
- Visual Studio 2013
Target:
- Microsoft Lumia 950
- Microsoft Windows Mobile 10
Bugs:
class QUdpSocket:
- The bind function cause unhandled exception if you try to bind to wrong IP address, instead of return false.
class QTcpServer: - The listen function cause unhandled exception if yuu try to listen on wrong IP address, instead of return false;
- The signal readyRead is never fired.
- The readAll function returns always an empty buffer
class QNetworkAccessManager - the get functions appears successful, but no connection is established and no finished nor network error signal is never fired
The same code is fully functional as expected on Windows 10 pro and Android.