From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Mar 31 09:50:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C22C3E4F for ; Mon, 31 Mar 2014 09:50:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 9C5362A9 for ; Mon, 31 Mar 2014 09:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2V9o0Uv032262 for ; Mon, 31 Mar 2014 09:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2V9o0lY032261; Mon, 31 Mar 2014 09:50:00 GMT (envelope-from gnats) Resent-Date: Mon, 31 Mar 2014 09:50:00 GMT Resent-Message-Id: <201403310950.s2V9o0lY032261@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, adrian chadd Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E64E1DDB for ; Mon, 31 Mar 2014 09:45:39 +0000 (UTC) Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B8C0B272 for ; Mon, 31 Mar 2014 09:45:39 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s2V9jdnZ001410 for ; Mon, 31 Mar 2014 09:45:39 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s2V9jdqN001406; Mon, 31 Mar 2014 09:45:39 GMT (envelope-from nobody) Message-Id: <201403310945.s2V9jdqN001406@cgiserv.freebsd.org> Date: Mon, 31 Mar 2014 09:45:39 GMT From: adrian chadd To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/188122: [qbittorrent] [libtorrent] sigsegv when qbittorrent is started X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2014 09:50:00 -0000 >Number: 188122 >Category: ports >Synopsis: [qbittorrent] [libtorrent] sigsegv when qbittorrent is started >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 31 09:50:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: adrian chadd >Release: 11-HEAD i386 >Organization: >Environment: FreeBSD lucy-11i386 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r263418M: Sun Mar 30 12:12:44 PDT 2014 adrian@lucy-11i386:/usr/home/adrian/work/freebsd/head/obj/usr/home/adrian/work/freebsd/head/src/sys/LUCY_11_i386 i386 >Description: qbittorrent SIGSEGV's after starting: adrian@lucy-11i386:~ % gdb762 qbittorrent GNU gdb (GDB) 7.6.2 [GDB v7.6.2 for FreeBSD] Copyright (C) 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i386-portbld-freebsd11.0". For bug reporting instructions, please see: ... Reading symbols from /usr/local/bin/qbittorrent...(no debugging symbols found)...done. (gdb) run Starting program: /usr/local/bin/qbittorrent [New LWP 100333] [New Thread 2ac03080 (LWP 100333)] [New Thread 2ac03800 (LWP 101019)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 2ac03080 (LWP 100333)] 0x28a5e4ec in libtorrent::session::init(std::__1::pair, char const*, libtorrent::fingerprint const&, int, unsigned int) () from /usr/local/lib/libtorrent-rasterbar.so.7 (gdb) bt #0 0x28a5e4ec in libtorrent::session::init(std::__1::pair, char const*, libtorrent::fingerprint const&, int, unsigned int) () from /usr/local/lib/libtorrent-rasterbar.so.7 #1 0x080b2cea in QBtSession::QBtSession() () #2 0x080d7036 in QBtSession::instance() () #3 0x082152d9 in MainWindow::MainWindow(QWidget*, QStringList const&) () #4 0x081f9df0 in main () (gdb) q A debugging session is active. Inferior 1 [process 5418] will be killed. Quit anyway? (y or n) y adrian@lucy-11i386:~ % adrian@lucy-11i386:~ % pkg info | grep qbittorrent qbittorrent-3.1.9 Bittorrent client using Qt4 and libtorrent-rasterbar adrian@lucy-11i386:~ % pkg info | grep libtorrent libtorrent-rasterbar-0.16.16 C++ library implementing a BitTorrent client qbittorrent-3.1.9 Bittorrent client using Qt4 and libtorrent-rasterbar >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: