From owner-freebsd-ports@FreeBSD.ORG Wed Feb 26 23:39:05 2014 Return-Path: Delivered-To: ports@FreeBSD.org 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 7927AB13 for ; Wed, 26 Feb 2014 23:39:05 +0000 (UTC) Received: from mail-we0-x22b.google.com (mail-we0-x22b.google.com [IPv6:2a00:1450:400c:c03::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 15B0A1981 for ; Wed, 26 Feb 2014 23:39:04 +0000 (UTC) Received: by mail-we0-f171.google.com with SMTP id u56so2283501wes.30 for ; Wed, 26 Feb 2014 15:39:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=f3/GhnRh5cHAjme39bdEZ1tO/v6fMZLSPelyTrhsk44=; b=oAltBDq/3o0WzI2ubBs+XDpI3CCbHd5qAEf/7/cYmGm2zgJvZ45HfkrApghWLWLgH2 twX9+0T7hld+8+Lt9ntefr8bg41KxFyzR3xKddixQe/OAzb050jGnsPAQ162lVYyTMtS y8GFo//UdtqP8d6z6h0RKKpwC2OjODauvXXEoqwl0k0DZTIM10ZYv5cDqQGi2Gqv1eA1 2ZUA6FdJx6mMSxENa6FvHijkhARVBSbgtgLTxWmGmY7BQexp7/Vzo7T8sx4gQJIpjVvv mX8yl63vXMU/9pxCvlUmrb0nAZXqfiDwR1NzO89O8v1IaFPBmKwbl1N+iAHnEsjOdfke djhg== MIME-Version: 1.0 X-Received: by 10.180.87.9 with SMTP id t9mr6843434wiz.36.1393457943508; Wed, 26 Feb 2014 15:39:03 -0800 (PST) Received: by 10.194.121.106 with HTTP; Wed, 26 Feb 2014 15:39:03 -0800 (PST) Date: Wed, 26 Feb 2014 18:39:03 -0500 Message-ID: Subject: FreeBSD Port: rtorrent-devel-0.9.3_2 From: Manas Bhatnagar To: ports@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Feb 2014 23:39:05 -0000 Hello, I am finding a segmentation fault in this program. I am running FreeBSD 10.0-RELEASE. To reproduce, open rtorrent, press backspace, press tab. Console output is: **** Caught Segmentation fault, dumping stack: Stack dump not enabled. fish: Job 1, "rtorrent" terminated by signal SIGABRT (Abort) **** I tried running GDB as a friend of mine suggested (I have never used GDB before) and this is what I get: *** Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 805806400 (LWP 100159/rtorrent)] 0x000000000048a255 in torrent::File::range_second () *** Thanks, Manas