> From: "emacs user" <[EMAIL PROTECTED]> > Bcc: > Date: Tue, 16 Aug 2005 04:47:39 -0400 > Cc: cygwin@cygwin.com, [EMAIL PROTECTED], [EMAIL PROTECTED], > emacs-devel@gnu.org > > 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. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/