This is a bug in Qt. I've reported in upstream to Trolltech and I'll
post any reply I get here.

Minimal example to reproduce:

sslbug.pro:
TARGET=sslbug
CONFIG += debug
QT = core network
SOURCES=sslbug.cpp

sslbug.cpp:
#include <QtCore>
#include <QtNetwork>

int main(int argc, char **argv) {
  QCoreApplication a(argc, argv);

  QSslSocket sock;
  sock.connectToHostEncrypted("extreme-gaming-clan.de", 64738);
  a.exec();
}

compile and run and it will segfault.

** Also affects: qt4-x11 (Ubuntu)
   Importance: Undecided
       Status: New

** Changed in: mumble (Ubuntu)
       Status: New => Confirmed

-- 
Mumble crashes when connecting to certain SSL certificate authenticated servers
https://bugs.launchpad.net/bugs/202776
You received this bug notification because you are a member of Kubuntu
Team, which is subscribed to qt4-x11 in ubuntu.

-- 
kubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs

Reply via email to