From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7934 invoked by alias); 13 Jul 2006 15:07:58 -0000 Received: (qmail 7926 invoked by uid 22791); 13 Jul 2006 15:07:58 -0000 X-Spam-Check-By: sourceware.org Received: from gprsh89.isp.t-mobile.cz (HELO host0.dyn.jankratochvil.net) (62.141.24.89) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 13 Jul 2006 15:07:55 +0000 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.13.6/8.13.4) with ESMTP id k6DF75NI015671; Thu, 13 Jul 2006 17:07:09 +0200 Received: (from lace@localhost) by host0.dyn.jankratochvil.net (8.13.6/8.13.6/Submit) id k6DF72mp015670; Thu, 13 Jul 2006 17:07:02 +0200 Date: Thu, 13 Jul 2006 15:07:00 -0000 From: Jan Kratochvil To: Daniel Jacobowitz Cc: gdb-patches@sourceware.org, Christoph Bartoschek Subject: Re: RFC: Re: [patch] Fix for 'info threads' crashes if zombie threads exist Message-ID: <20060713150702.GA15645@host0.dyn.jankratochvil.net> References: <200606201524.45099.bartoschek@or.uni-bonn.de> <20060620132737.GA21951@nevyn.them.org> <20060619165609.GA14691@host0.dyn.jankratochvil.net> <20060620170451.GA17022@host0.dyn.jankratochvil.net> <20060620171109.GA28310@nevyn.them.org> <20060620185326.GA9482@host0.dyn.jankratochvil.net> <20060620190740.GA31643@nevyn.them.org> <20060713040135.GY24622@nevyn.them.org> <20060713132623.GA17780@host0.dyn.jankratochvil.net> <20060713134334.GA22807@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060713134334.GA22807@nevyn.them.org> User-Agent: Mutt/1.4.2.1i X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-07/txt/msg00152.txt.bz2 On Thu, 13 Jul 2006 15:43:34 +0200, Daniel Jacobowitz wrote: > On Thu, Jul 13, 2006 at 03:26:23PM +0200, Jan Kratochvil wrote: > > The test > > 1.Start print-threads within GDB > > 2.Set a breakpoint in __pthread_unwind > > 3.Run the program > > 4.When the program stops at the breakpoint, run `info threads' > > > > still fails the same way. Logs attached - attached also that patch of mine > > fixing/workaround it in some way. > > You didn't apply the patch, or else you didn't rebuild, I think. Did not apply the patch. I expected it is already committed. Works for me now, thanks. Regards, Jan