internal error when setting watchpoints in programs with fork() on ppc

Pedro Alves pedro@codesourcery.com
Fri Nov 4 22:52:00 GMT 2011


On Friday 04 November 2011 22:17:24, Edjunior Barbosa Machado wrote:
> Hi,
> 
> testing upstream gdb, I'm facing this internal error when running gdb.threads/watchpoint-fork.exp testcase (from this non-upstreamed patch http://sourceware.org/ml/gdb-patches/2010-12/msg00043.html, found in gdb from Fedora and enterprise distros) on ppc64, more specifically in the `set follow-fork-mode child' part of the test:
> 
> ../../gdb.git/gdb/frame.c:2375: internal-error: frame_cleanup_after_sniffer: Assertion `frame->prologue_cache == NULL' failed.
> 
> Actually, noticed that before this error, gdb fails to read r31 due to a wrong pid when issuing ptrace call on fetch_register() from ppc-linux-nat.c. This gdb-follow-child-stale-parent.patch from Jan Kratochvil (http://web.archiveorange.com/archive/v/iRKxrvg3CBOJl9wyV0pi, attached bellow) fixes this issue. Does this look ok for FSF gdb as well?

I really couldn't tell what was the real problem from this description.

-- 
Pedro Alves



More information about the Gdb-patches mailing list