From owner-freebsd-hackers@FreeBSD.ORG Wed Nov 2 12:22:08 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A810106566C for ; Wed, 2 Nov 2011 12:22:08 +0000 (UTC) (envelope-from lthomas_lists@lthomas.net) Received: from oproxy3-pub.bluehost.com (oproxy3.bluehost.com [IPv6:2605:dc00:100:2::a3]) by mx1.freebsd.org (Postfix) with SMTP id 3E01C8FC08 for ; Wed, 2 Nov 2011 12:22:08 +0000 (UTC) Received: (qmail 31489 invoked by uid 0); 2 Nov 2011 12:22:08 -0000 Received: from unknown (HELO fast21.fastdomain.com) (74.220.199.21) by oproxy3.bluehost.com with SMTP; 2 Nov 2011 12:22:07 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lthomas.net; s=default; h=Message-ID:References:In-Reply-To:Subject:Cc:To:From:Date:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=152jUIy98sD4094DumUBuiBv4rhJYULxi3O7IX4tqRU=; b=PMKgRVVKX7PcpNxScoMaXBCioNhWJWeivIUuBp03HEe9oBaaJ/YsIrLp5tJTlnfXz1xq2b0NI94jDPR944N6Z9pbVYmjGeS3uWKQd6nRf1xiU2Z5wzgTWuFphfuX5Eko; Received: from localhost ([127.0.0.1] helo=www.lthomas.net) by fast21.fastdomain.com with esmtpa (Exim 4.76) (envelope-from ) id 1RLZpX-0004vB-Pk; Wed, 02 Nov 2011 06:22:07 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 02 Nov 2011 06:22:07 -0600 From: Lee Thomas To: Luca Pizzamiglio In-Reply-To: References: Message-ID: <733c3f271bba27a17d891dd0b68b3010@lthomas.net> X-Sender: lthomas_lists@lthomas.net User-Agent: Roundcube Webmail/0.5.4 X-Identified-User: {3486:fast21.fastdomain.com:lthomasn:lthomas.net} {sentby:smtp auth 127.0.0.1 authed with lthomas_lists@lthomas.net} Cc: FreeBSD Hackers Subject: Re: Patch for PR ports/157342: devel/gdb (Invalid selected thread) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Nov 2011 12:22:08 -0000 Excellent! Thanks for fixing that. Lee Thomas On Wed, 2 Nov 2011 11:01:22 +0100, Luca Pizzamiglio wrote: > Hi Lee, > > On devel/gdb 7.3.1 there is big stability problem with threaded > application. > I experimented several segmentation faults using gdb 3.7.1 > > ports/162093 it's my mantainer-update PR to solve this issue and it > closes the ports/157342 too. > > You could already try it! > > Regards > > Luca Pizzamiglio