Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Wed, 17 Aug 2005 07:09:06 +0300 Message-Id: From: Eli Zaretskii To: "emacs user" CC: jbuehler AT spirentcom DOT com, cygwin AT cygwin DOT com, emacs-devel AT gnu DOT org In-reply-to: (emacs_user@hotmail.com) Subject: Re: stackdump on cygwin (was: is there a cygwin maintainer for gnu emacs?) Reply-to: Eli Zaretskii References: > From: "emacs user" > Bcc: > Date: Tue, 16 Aug 2005 04:47:39 -0400 > Cc: cygwin AT cygwin DOT com, ehud AT unix DOT mvs DOT co DOT il, eliz AT gnu DOT org, emacs-devel AT gnu DOT 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/