From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andrei Lihu Newsgroups: gmane.emacs.help Subject: Re: Emacs crashes when I try to quit Date: Mon, 17 Dec 2012 15:27:53 +0000 (UTC) Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1355758216 31237 80.91.229.3 (17 Dec 2012 15:30:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 17 Dec 2012 15:30:16 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 17 16:30:31 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TkceC-00070G-VH for geh-help-gnu-emacs@m.gmane.org; Mon, 17 Dec 2012 16:30:29 +0100 Original-Received: from localhost ([::1]:34435 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tkcdz-0007Kf-LU for geh-help-gnu-emacs@m.gmane.org; Mon, 17 Dec 2012 10:30:15 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:37073) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tkcdo-0007GK-IC for help-gnu-emacs@gnu.org; Mon, 17 Dec 2012 10:30:11 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tkcdi-0001jr-4z for help-gnu-emacs@gnu.org; Mon, 17 Dec 2012 10:30:03 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:44746) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tkcdh-0001iq-RZ for help-gnu-emacs@gnu.org; Mon, 17 Dec 2012 10:29:57 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Tkcdn-0006lM-Qo for help-gnu-emacs@gnu.org; Mon, 17 Dec 2012 16:30:04 +0100 Original-Received: from 86.122.168.12 ([86.122.168.12]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 17 Dec 2012 16:30:03 +0100 Original-Received: from andrei.lihu by 86.122.168.12 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 17 Dec 2012 16:30:03 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 63 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 86.122.168.12 (Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:88186 Archived-At: Giant Y gmail.com> writes: > > Dear all,I encountered a problem that Emacs crashes when I try to exit the program. Any of C-x C-c, File -> Quit, and using the mouse to close the program leads to the problem. > > The platform I use is Windows 7 64bit with emacs 23.4.1. I have not change anything in any files after I re-installed emacs and it  still has the problem. > > The picture in the attachment was reported by the system. I translate them into English as follows: > > > GNU Emacs: The extensible self-documenting text editor has stopped working.An error has happened and it makes the program stop the work. If there is a useful solution, Windows will close the program and inform you. > > Actually I do not think these information will help much. But something is better than nothing. > -> posted by  Giant Y > > > > > Hi, I got a similar problem with emacs on Win 7 64 bit. I looked into Event Viewer and saw: Faulting application name: emacs.exe, version: 24.2.0.0, time stamp: 0x503d72ca Faulting module name: libgcc_s_dw2-1.dll, version: 0.0.0.0, time stamp: 0x4bc96cad Exception code: 0x40000015 Fault offset: 0x00016646 Faulting process id: 0x2578 Faulting application start time: 0x01cddc67da6670ae Faulting application path: C:\emacs\bin\emacs.exe Faulting module path: C:\Program Files (x86)\gnuplot\binary\libgcc_s_dw2-1.dll Report Id: 1a09d21e-485b-11e2-b445-005056c00008 Removing the gnuplot installation from disk, registry and env varibles fixed the issue. Good luck !