This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix PPC non-CFI + CFI unwinding (incomplete in HEAD)


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 ()


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]