From owner-freebsd-hackers@FreeBSD.ORG Wed Nov 2 10:33:16 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 ED38C1065674 for ; Wed, 2 Nov 2011 10:33:16 +0000 (UTC) (envelope-from luca.pizzamiglio@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id ABCFC8FC1F for ; Wed, 2 Nov 2011 10:33:16 +0000 (UTC) Received: by qadz32 with SMTP id z32so12936qad.13 for ; Wed, 02 Nov 2011 03:33:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:cc:content-type; bh=N2EIdndSKM7b9NO5UUmLlXUE5d3Gx4Hs154R0N0L2Ic=; b=IdXDsm5HK4Wpmu76i6uycQe6gnxov//9hanIyTb2YGqgxVBOz9XmM5YGfhSFHpFB0e PGWhQywF8Tjqwn7oujHFrl+hAnWE+Rahj3Rkw3f/iJaSAen0y5hF9R+RxX8+tUbPXIqI UhNly5sxajehFMYAx245OYRa999CQGPRgVtuw= Received: by 10.224.173.195 with SMTP id q3mr1674095qaz.21.1320228103093; Wed, 02 Nov 2011 03:01:43 -0700 (PDT) MIME-Version: 1.0 Received: by 10.224.46.19 with HTTP; Wed, 2 Nov 2011 03:01:22 -0700 (PDT) From: Luca Pizzamiglio Date: Wed, 2 Nov 2011 11:01:22 +0100 Message-ID: To: Lee Thomas Content-Type: text/plain; charset=ISO-8859-1 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 10:33:17 -0000 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