> From: "emacs user" <[EMAIL PROTECTED]> > Bcc: > Date: Tue, 16 Aug 2005 04:47:39 -0400 > Cc: [email protected], [EMAIL PROTECTED], [EMAIL PROTECTED], > [email protected] > > here is a sample emacs.exe.stackdump file I get when emacs crashes. in the > absence of a detailed gdb GC debugging which I dont know how to do, does > this help?
It doesn't. You need to get an Emacs compiled with -g and not stripped, then run it under GDB, and when it crashes, type "bt", the GDB command that shows the function call traceback. _______________________________________________ Emacs-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-devel
