From owner-freebsd-ports-bugs@freebsd.org Mon Apr 17 17:42:22 2017 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC442D4201F for ; Mon, 17 Apr 2017 17:42:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D2C491C22 for ; Mon, 17 Apr 2017 17:42:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v3HHgMBr068533 for ; Mon, 17 Apr 2017 17:42:22 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 218710] Compiled against LibreSSL 2.5.3, audio/mumble crashes when trying to access any server Date: Mon, 17 Apr 2017 17:42:22 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: peter.kien@posteo.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: feld@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2017 17:42:23 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218710 Bug ID: 218710 Summary: Compiled against LibreSSL 2.5.3, audio/mumble crashes when trying to access any server Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: feld@FreeBSD.org Reporter: peter.kien@posteo.org Flags: maintainer-feedback?(feld@FreeBSD.org) Assignee: feld@FreeBSD.org Hello, ;) ...and here's the backtrace (looks like a QT-related issue doesn't it?): (gdb) bt #0 0x00000008013ccd8c in X509_STORE_add_cert () from /usr/local/lib/libcrypto.so.41 #1 0x00000008042595ee in QSslSocket::qt_metacall () from /usr/local/lib/qt4/libQtNetwork.so.4 #2 0x000000080425ba0e in QSslSocket::qt_metacall () from /usr/local/lib/qt4/libQtNetwork.so.4 #3 0x0000000804257304 in QSslSocket::writeData () from /usr/local/lib/qt4/libQtNetwork.so.4 #4 0x00000008047a9b32 in QMetaObject::activate () from /usr/local/lib/qt4/libQtCore.so.4 #5 0x000000080423bf5f in QAbstractSocket::hostFound () from /usr/local/lib/qt4/libQtNetwork.so.4 #6 0x000000080423b12b in QAbstractSocket::disconnectFromHost () from /usr/local/lib/qt4/libQtNetwork.so.4 #7 0x000000080424564a in QLocalServer::qt_metacall () from /usr/local/lib/qt4/libQtNetwork.so.4 #8 0x000000080360f42c in QApplicationPrivate::notify_helper () from /usr/local/lib/qt4/libQtGui.so.4 #9 0x0000000803611a52 in QApplication::notify () from /usr/local/lib/qt4/libQtGui.so.4 #10 0x0000000804791886 in QCoreApplication::notifyInternal () from /usr/local/lib/qt4/libQtCore.so.4 #11 0x00000008047bec10 in QEventDispatcherGlib::QEventDispatcherGlib () from /usr/local/lib/qt4/libQtCore.so.4 #12 0x0000000806bdd7b5 in g_main_context_dispatch () from /usr/local/lib/libglib-2.0.so.0 #13 0x0000000806bddae4 in g_main_context_pending () from /usr/local/lib/libglib-2.0.so.0 #14 0x0000000806bddb74 in g_main_context_iteration () from /usr/local/lib/libglib-2.0.so.0 #15 0x00000008047be65e in QEventDispatcherGlib::processEvents () from /usr/local/lib/qt4/libQtCore.so.4 #16 0x000000080478ee82 in QEventLoop::exec () from /usr/local/lib/qt4/libQtCore.so.4 #17 0x000000080468908a in QThread::exec () from /usr/local/lib/qt4/libQtCore.so.4 #18 0x00000000004b4d78 in ?? () #19 0x000000080468acac in QThreadStorageData::finish () from /usr/local/lib/qt4/libQtCore.so.4 #20 0x0000000805434b55 in thread_start (curthread=3D) at /usr/src/lib/libthr/thread/thr_create.c:289 #21 0x0000000000000000 in ?? () --=20 You are receiving this mail because: You are the assignee for the bug.=