help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs crashes when I try to quit


From: Eli Zaretskii
Subject: Re: Emacs crashes when I try to quit
Date: Mon, 17 Dec 2012 17:59:51 +0200

> From: Andrei Lihu <andrei.lihu@gmail.com>
> 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]