[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#18226: why emacs will crash everytime i wanna close it?
From: |
Eli Zaretskii |
Subject: |
bug#18226: why emacs will crash everytime i wanna close it? |
Date: |
Mon, 11 Aug 2014 17:44:45 +0300 |
> From: "geeks" <geekswow@qq.com>
> Date: Mon, 11 Aug 2014 20:23:22 +0800
> Cc: 18226 <18226@debbugs.gnu.org>
>
> i use windows 7 x64, with emacs 24.3, if i run with --no-splash option, it
> will not crash, but after i run some program like auctex CcCpCs, then i try
> to quit, this same error may happen, confusing problem ...
Do you have a libintl-8.dll on your system that depends on
libgcc_s_dw2.dll? If you do, is that libintl-8.dll loaded into the
Emacs process when it crashes upon exit?
You can find out the DLL dependencies by running this command:
objdump -x libintl-8.dll | fgrep "DLL Name"
If you don't have objdump.exe, you can install the Dependency Walker
program from here:
http://www.dependencywalker.com/