From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30863 invoked by alias); 29 Jun 2009 18:30:28 -0000 Received: (qmail 30809 invoked by uid 22791); 29 Jun 2009 18:30:26 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 29 Jun 2009 18:30:20 +0000 Received: (qmail 22842 invoked from network); 29 Jun 2009 18:30:18 -0000 Received: from unknown (HELO orlando.local) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 29 Jun 2009 18:30:18 -0000 From: Pedro Alves To: Jan Kratochvil Subject: Re: [patch] Fix internal-error on dead LWPs with no associated thread Date: Mon, 29 Jun 2009 18:30:00 -0000 User-Agent: KMail/1.9.10 Cc: gdb-patches@sourceware.org References: <20090629100922.GA26882@host0.dyn.jankratochvil.net> <200906291136.28812.pedro@codesourcery.com> <20090629174929.GA9652@host0.dyn.jankratochvil.net> In-Reply-To: <20090629174929.GA9652@host0.dyn.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906291931.22369.pedro@codesourcery.com> 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/msg00837.txt.bz2 On Monday 29 June 2009 18:49:29, Jan Kratochvil wrote: > Your patch works for my testcase and I failed to find any countercase for it. > It has no regressions on {x86_64,i686}-fedora-linux-gnu. Thanks for testing. > Could you please check it in? Done. 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. > Also the attached testcase needs an approval. Approved. -- Pedro Alves