> From: Christoph Conrad <[EMAIL PROTECTED]> > Cc: [email protected] > Date: Tue, 10 Jan 2006 22:30:20 +0100 > > > Why did it stop after 3 frames? These frames don't tell anything > > useful about the crash. Can you supply more? > > Started from src dir now - same result. > > >> (gdb) xbacktrace Undefined command: "xbacktrace". Try "help". > > > That's because you didn't start GDB from the src directory. xbacktrace > > is a command defined in src/.gdbinit, so you need to invoke GDB from > > that directory in order to be able to use that command. > > Invoking xbacktrace now - no error, but also no output.
Can you rebuild with -gdwarf-2 -g3 instead of just -g, and then try again? _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
