(gdb) p *bp $3 = {next = 0x70746e6e, function = 0x64, args = 0x8c70478, nargs = 1852141679, evalargs = 45 '-', debug_on_exit = 116 't'}
Several of these fields appear to be garbage. next is garbage, you found. nargs is garbage. function is garbage. The next step is to manually scan the same list, starting with backtrace_list, and see what elements it has before that point. And see what they say. What functions made them? This will give us a clue towards how the list got clobbered as it did. _______________________________________________ Emacs-pretest-bug mailing list Emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug