From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7457 invoked by alias); 26 Aug 2011 21:36:21 -0000 Received: (qmail 7372 invoked by uid 22791); 26 Aug 2011 21:36:20 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 26 Aug 2011 21:36:06 +0000 Received: (qmail 15555 invoked from network); 26 Aug 2011 21:36:05 -0000 Received: from unknown (HELO scottsdale.localnet) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 26 Aug 2011 21:36:05 -0000 From: Pedro Alves To: Jan Kratochvil Subject: Re: [patch 2/2] Do not bpstat_clear_actions on throw_exception #3 Date: Fri, 26 Aug 2011 21:36:00 -0000 User-Agent: KMail/1.13.6 (Linux/2.6.38-11-generic; KDE/4.7.0; x86_64; ; ) Cc: gdb-patches@sourceware.org References: <20110822145150.GB11817@host1.jankratochvil.net> <201108241119.03993.pedro@codesourcery.com> <20110826210420.GA15507@host1.jankratochvil.net> In-Reply-To: <20110826210420.GA15507@host1.jankratochvil.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201108262236.00967.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: 2011-08/txt/msg00517.txt.bz2 On Friday 26 August 2011 22:04:20, Jan Kratochvil wrote: > On Wed, 24 Aug 2011 12:19:03 +0200, Pedro Alves wrote: > > Installing the cleanup in fetch_inferior_event _after_ > > make_cleanup_restore_current_thread would fix this. > > OK this way? It fixed the reproducer (unsuitable for the testsuite) for me. Yes, thanks! -- Pedro Alves