[Bug 155157] "Unknown Error" when using HTTP or POP3 KIO slave

Andreas Hartmetz ahartmetz at gmail.com
Wed Jan 9 08:51:49 CET 2008


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=155157         




------- Additional Comments From ahartmetz gmail com  2008-01-09 08:51 -------
May or may not be a duplicate of Bug 155043. I had the reporter run objdump -d -t on the libkdecore.so in his KDE4 library path to make sure that he really does have the version of KTcpSocket in kdelibs that works around a Qt bug regarding incorrect handling of infinite timeouts.
Subsequently added debug output in kdelibs strongly suggests a different Qt bug being involved as everything in kdelibs looked as expected, except for unexpected timeout errors after QSslSocket::waitForConnected. The Qt version was 4.3.3 IIRC. One thing to investigate is how the behavior of QAbstractSocket to qobject_cast<>() itself up to QSslSocket in some cases may play a role here. It shouldn't change anything however, if nothing else because KTcpSocket does not inherit QAbstractSocket but only QIODevice.

I think we really need a trace of QSslSocket::waitForConnected() to find out where it fails and whether it's a plain bug, a configuration problem or whatever else.


More information about the Kdelibs-bugs mailing list