From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Emacs crashes when I try to quit Date: Mon, 17 Dec 2012 17:59:51 +0200 Message-ID: <83k3sgr7ns.fsf@gnu.org> References: NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1355759993 16357 80.91.229.3 (17 Dec 2012 15:59:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 17 Dec 2012 15:59:53 +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 17:00:08 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 1Tkd6r-0008DJ-5u for geh-help-gnu-emacs@m.gmane.org; Mon, 17 Dec 2012 17:00:05 +0100 Original-Received: from localhost ([::1]:50979 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tkd6d-0002tK-SD for geh-help-gnu-emacs@m.gmane.org; Mon, 17 Dec 2012 10:59:51 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:45367) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tkd6X-0002st-Ho for help-gnu-emacs@gnu.org; Mon, 17 Dec 2012 10:59:47 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tkd6W-0000xd-E0 for help-gnu-emacs@gnu.org; Mon, 17 Dec 2012 10:59:45 -0500 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:48155) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tkd6W-0000xM-65 for help-gnu-emacs@gnu.org; Mon, 17 Dec 2012 10:59:44 -0500 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MF600100MZ6SF00@a-mtaout22.012.net.il> for help-gnu-emacs@gnu.org; Mon, 17 Dec 2012 17:59:41 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MF6001BQN3GSV00@a-mtaout22.012.net.il> for help-gnu-emacs@gnu.org; Mon, 17 Dec 2012 17:59:41 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.172 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:88187 Archived-At: > From: Andrei Lihu > Date: Mon, 17 Dec 2012 15:27:53 +0000 (UTC) > > 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. So the conclusion is that libgcc_s_dw2-1.dll that came with gnuplot is incompatible with what Emacs was linked against. To solve this without having to remove gnuplot, find the file libgcc_s_dw2-1.dll that Emacs is using now (e.g., by using the "depends" program), and copy it into the same directory where you have emacs.exe.