emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116516: Another update of MS-Windows entries in etc


From: Eli Zaretskii
Subject: [Emacs-diffs] trunk r116516: Another update of MS-Windows entries in etc/PROBLEMS.
Date: Fri, 21 Feb 2014 16:46:50 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116516
revision-id: address@hidden
parent: address@hidden
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Fri 2014-02-21 18:47:04 +0200
message:
  Another update of MS-Windows entries in etc/PROBLEMS.
modified:
  etc/PROBLEMS                   problems-20091113204419-o5vbwnq5f7feedwu-1498
=== modified file 'etc/PROBLEMS'
--- a/etc/PROBLEMS      2014-02-21 09:02:19 +0000
+++ b/etc/PROBLEMS      2014-02-21 16:47:04 +0000
@@ -1934,6 +1934,22 @@
 accessible by right-clicking "My Computer" or "Computer", selecting
 "Manage", then clicking on "Services".)
 
+** 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.
+
+One solution for this problem is to find an alternative build of the
+same optional library that does not depend on the libgcc DLL.
+
+Another possibility is to rebuild Emacs with the -shared-libgcc
+switch, which will force Emacs to load libgcc_s_dw2-1.dll on startup,
+ahead of any optional DLLs loaded on-demand later in the session.
+
 ** PATH can contain unexpanded environment variables
 
 Old releases of TCC (version 9) and 4NT (up to version 8) do not correctly


reply via email to

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