From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Crashes on Windows Date: Wed, 20 Jun 2007 06:24:56 +0300 Message-ID: References: <4677D8E7.3050901@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1182309914 14899 80.91.229.12 (20 Jun 2007 03:25:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 20 Jun 2007 03:25:14 +0000 (UTC) Cc: lekktu@gmail.com, jasonr@gnu.org, emacs-devel@gnu.org To: dhruva Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 20 05:25:13 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I0qoe-0003MA-N0 for ged-emacs-devel@m.gmane.org; Wed, 20 Jun 2007 05:25:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I0qoe-0006qS-0J for ged-emacs-devel@m.gmane.org; Tue, 19 Jun 2007 23:25:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I0qoa-0006qM-64 for emacs-devel@gnu.org; Tue, 19 Jun 2007 23:25:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I0qoZ-0006qA-Ms for emacs-devel@gnu.org; Tue, 19 Jun 2007 23:25:03 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I0qoZ-0006q7-KT for emacs-devel@gnu.org; Tue, 19 Jun 2007 23:25:03 -0400 Original-Received: from romy.inter.net.il ([213.8.233.24]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I0qoY-0006tC-Ho; Tue, 19 Jun 2007 23:25:02 -0400 Original-Received: from HOME-C4E4A596F7 ([81.5.50.158]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id ICZ27570 (AUTH halo1); Wed, 20 Jun 2007 06:24:54 +0300 (IDT) In-reply-to: (message from dhruva on Wed, 20 Jun 2007 08:33:42 +0530) X-detected-kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:73379 Archived-At: > Date: Wed, 20 Jun 2007 08:33:42 +0530 > From: dhruva > Cc: Emacs Devel , Jason Rumney > > On 6/19/07, Juanma Barranquero wrote: > > I've had at least two crashes in the last week, so it must be something else. > > Have you tried capturing the process dump using "USERDUMP" utility > from MS? It can be configured to create a mini or a full dump on any > exception in a given process. I think it is much more efficient to use DrMingw configured as a JIT debugger. You get a meaningful traceback pinpointing the locus of the crash at the source level.