emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-24 d9ad26a: Mention zlib1.dll as a potential reason


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-24 d9ad26a: Mention zlib1.dll as a potential reason for libgcc-induced crashes.
Date: Wed, 26 Nov 2014 15:54:30 +0000

branch: emacs-24
commit d9ad26a6df4110d32454496d2d864fb9a15d6d00
Author: Eli Zaretskii <address@hidden>
Date:   Wed Nov 26 17:54:24 2014 +0200

    Mention zlib1.dll as a potential reason for libgcc-induced crashes.
---
 etc/PROBLEMS |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index cea2213..771c9d9 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -1948,11 +1948,11 @@ accessible by right-clicking "My Computer" or 
"Computer", selecting
 ** Emacs crashes when exiting the Emacs session
 
 This was reported to happen when some optional DLLs, such as those
-used for displaying images or the GnuTLS library, which are loaded
-on-demand, have a runtime dependency on the libgcc DLL,
-libgcc_s_dw2-1.dll.  The reason seems to be a bug in libgcc which
-rears its ugly head whenever the libgcc DLL is loaded after Emacs has
-started.
+used for displaying images or the GnuTLS library or zlib compression
+library, which are loaded on-demand, have a runtime dependency on the
+libgcc DLL, libgcc_s_dw2-1.dll.  The reason seems to be a bug in
+libgcc which rears its ugly head whenever the libgcc DLL is loaded
+after Emacs has started.
 
 One solution for this problem is to find an alternative build of the
 same optional library that does not depend on the libgcc DLL.



reply via email to

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