QUdpSocket::setProxy crash
Code:
- QNetworkProxy proxy;
- proxy.setHostName("192.168.100.101");
- proxy.setPort(1080);
- proxy.setUser("");
- proxy.setPassword("");
- this->udpsocket->setProxy(proxy);
- qDebug() << "socket bind result:" << this->udpsocket->bind(abc,3321);
about 5 minutes, app crash….
4 replies
Please report a bug [bugreports.qt.nokia.com] if you are sure this is a Qt issue. Thanks!
Here: http://bugreports.qt.nokia.com/browse/QTBUG-13790 [bugreports.qt.nokia.com]
Sorry, i just log out ….
You must log in to post a reply. Not a member yet? Register here!


