This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: stackdump on cygwin (was: is there a cygwin maintainer for gnu emacs?)


> From: "emacs user" <emacs_user@hotmail.com>
> Bcc: 
> Date: Tue, 16 Aug 2005 04:47:39 -0400
> Cc: cygwin@cygwin.com, ehud@unix.mvs.co.il, eliz@gnu.org, 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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]