From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12417 invoked by alias); 29 Jun 2009 18:59:27 -0000 Received: (qmail 12408 invoked by uid 22791); 29 Jun 2009 18:59:26 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 29 Jun 2009 18:59:21 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n5TIvIUM012196; Mon, 29 Jun 2009 14:57:18 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n5TIvIk4016245; Mon, 29 Jun 2009 14:57:18 -0400 Received: from host0.dyn.jankratochvil.net (sebastian-int.corp.redhat.com [172.16.52.221]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n5TIvGml032237; Mon, 29 Jun 2009 14:57:17 -0400 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.3/8.14.3) with ESMTP id n5TIvF3Z019725; Mon, 29 Jun 2009 20:57:15 +0200 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.3/8.14.3/Submit) id n5TIvEXO019721; Mon, 29 Jun 2009 20:57:14 +0200 Date: Mon, 29 Jun 2009 18:59:00 -0000 From: Jan Kratochvil To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: Re: [patch] Fix internal-error on dead LWPs with no associated thread Message-ID: <20090629185714.GA17494@host0.dyn.jankratochvil.net> References: <20090629100922.GA26882@host0.dyn.jankratochvil.net> <200906291136.28812.pedro@codesourcery.com> <20090629174929.GA9652@host0.dyn.jankratochvil.net> <200906291931.22369.pedro@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200906291931.22369.pedro@codesourcery.com> User-Agent: Mutt/1.5.19 (2009-01-05) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-06/txt/msg00841.txt.bz2 On Mon, 29 Jun 2009 20:31:21 +0200, Pedro Alves wrote: > We're now a bit closer to always context-switching > to the event thread in all-stop too. :-) Everytime we don't, > it's most likely a bug waiting to happen. Assuming THREAD_EXITED may get removed one day when there is no need for dead LWPs. > On Monday 29 June 2009 18:49:29, Jan Kratochvil wrote: > > Also the attached testcase needs an approval. > > Approved. Checked-in. http://sourceware.org/ml/gdb-cvs/2009-06/msg00195.html Thanks, Jan