From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.os.cygwin,gmane.emacs.devel Subject: Re: stackdump on cygwin (was: is there a cygwin maintainer for gnu emacs?) Date: Wed, 17 Aug 2005 07:09:06 +0300 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1124251801 3350 80.91.229.2 (17 Aug 2005 04:10:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 17 Aug 2005 04:10:01 +0000 (UTC) Cc: jbuehler@spirentcom.com, cygwin@cygwin.com, emacs-devel@gnu.org Original-X-From: cygwin-return-111929-goc-cygwin=m.gmane.org@cygwin.com Wed Aug 17 06:09:52 2005 Return-path: Original-Received: from sourceware.org ([12.107.209.250]) by ciao.gmane.org with smtp (Exim 4.43) id 1E5FF9-0007Uy-5r for goc-cygwin@gmane.org; Wed, 17 Aug 2005 06:09:35 +0200 Original-Received: (qmail 14640 invoked by alias); 17 Aug 2005 04:09:23 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Original-Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Original-Received: (qmail 14628 invoked by uid 22791); 17 Aug 2005 04:09:18 -0000 Original-Received: from nitzan.inter.net.il (HELO nitzan.inter.net.il) (192.114.186.20) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 17 Aug 2005 04:09:18 +0000 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-57-175.inter.net.il [80.230.57.175]) by nitzan.inter.net.il (MOS 3.6.5-GR) with ESMTP id BEF68782 (AUTH halo1); Wed, 17 Aug 2005 07:09:06 +0300 (IDT) Original-To: "emacs user" In-reply-to: (emacs_user@hotmail.com) Xref: news.gmane.org gmane.os.cygwin:68165 gmane.emacs.devel:42167 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:42167 > From: "emacs user" > 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.