David Kastrup <[EMAIL PROTECTED]> writes:

> I'll try.  Anyway, I set the breakpoint on abort as well and tried
> getting any useful information out of "it".  

gdbinit always sets a breakpoint on abort -- defined in emacs.c.

>                                              No such luck.  Probably
> the stack frame is not in useful state.  Perhaps I need to switch to
> gcc4 as compiler as that is supposed to output sufficient debug
> information to let the debugger keep track of variable values even in
> the presence of optimization.

I just use

  ./configure CFLAGS="-g -O0" 


-- 
Kim F. Storm <[EMAIL PROTECTED]> http://www.cua.dk



_______________________________________________
Emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to