From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26440 invoked by alias); 21 Jan 2007 21:47:44 -0000 Received: (qmail 26427 invoked by uid 22791); 21 Jan 2007 21:47:43 -0000 X-Spam-Check-By: sourceware.org Received: from 195.22.55.53.adsl.nextra.cz (HELO host0.dyn.jankratochvil.net) (195.22.55.53) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 21 Jan 2007 21:47:39 +0000 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.13.8/8.13.8) with ESMTP id l0LLlOVL000707; Sun, 21 Jan 2007 22:47:24 +0100 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.13.8/8.13.8/Submit) id l0LLlLBC000706; Sun, 21 Jan 2007 22:47:21 +0100 Date: Sun, 21 Jan 2007 21:47:00 -0000 From: Jan Kratochvil To: Daniel Jacobowitz Cc: gdb-patches@sourceware.org, brobecker@adacore.com Subject: Re: [PATCH] Fix PPC non-CFI + CFI unwinding (incomplete in HEAD) Message-ID: <20070121214721.GA648@host0.dyn.jankratochvil.net> References: <20070113093052.GA27383@host0.dyn.jankratochvil.net> <20070113160420.GB28179@nevyn.them.org> <200701131631.l0DGVW3W029896@brahms.sibelius.xs4all.nl> <20070113164028.GA29436@nevyn.them.org> <20070114213414.GA5184@host0.dyn.jankratochvil.net> <20070120195722.GA25573@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070120195722.GA25573@nevyn.them.org> User-Agent: Mutt/1.4.2.2i 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: 2007-01/txt/msg00446.txt.bz2 On Sat, 20 Jan 2007 20:57:22 +0100, Daniel Jacobowitz wrote: ... > I tried combining them myself. Could you let me know if this patch > still fixes your bug? Yes. Regards, Lace CVS HEAD: (gdb) bt #0 0x0ff278cc in poll () from /lib/tls/libc.so.6 ... #16 0x0ff278b4 in poll () from /lib/tls/libc.so.6 Backtrace stopped: previous frame inner to this frame (corrupt stack?) CVS HEAD with both {Joel's+mine} and {+yours} patch: (gdb) bt #0 0x0ff278cc in poll () from /lib/tls/libc.so.6 #1 0x0f97f0f0 in ?? () from /usr/lib/libglib-2.0.so.0 #2 0x0f97f704 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0 #3 0x0f008d00 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0 #4 0x10013c70 in e_shell_startup_wizard_create () #5 0x10019678 in e_shell_construct () #6 0x100197bc in e_shell_new () #7 0x1001ab30 in ?? () #8 0x0f9813c4 in ?? () from /usr/lib/libglib-2.0.so.0 #9 0x0f97d040 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 #10 0x0f97f2e4 in ?? () from /usr/lib/libglib-2.0.so.0 #11 0x0f97f704 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0 #12 0x0e9c6b6c in bonobo_main () from /usr/lib/libbonobo-2.so.0 #13 0x1001b0d0 in main ()