> Date: Sun, 27 Aug 2006 21:09:09 -0400 > From: "Ping Liang" <[EMAIL PROTECTED]> > Cc: [email protected] > > After getting to the point of doing "bt", as shown earlier, and doing two > "finish", I got this message: > > (gdb) finish > Run till exit from #0 0x7c9507a8 in ntdll!KiIntSystemCall () > from /cygdrive/c/WINDOWS/system32/ntdll.dll > Warning: > Cannot insert breakpoint 0. > Error accessing memory address 0x5: Input/Output error. > > It makes sense because frame #2 as shown in last email has this address of > 0x5. At this point "finish" will give the same message. > > So I am stuck there.
You could try "up 8", which will get you to a higher frame with a reasonable address, and then "finish". _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
