diff options
| author | Eli Zaretskii | 2014-11-26 17:54:24 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2014-11-26 17:54:24 +0200 |
| commit | d9ad26a6df4110d32454496d2d864fb9a15d6d00 (patch) | |
| tree | 58a1c55d53f957ebf8b7e4412642066dceb92481 | |
| parent | a10e36a5d7fe95830e3f93dc7ae6f65507738978 (diff) | |
| download | emacs-d9ad26a6df4110d32454496d2d864fb9a15d6d00.tar.gz emacs-d9ad26a6df4110d32454496d2d864fb9a15d6d00.zip | |
Mention zlib1.dll as a potential reason for libgcc-induced crashes.
| -rw-r--r-- | etc/PROBLEMS | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index cea2213a24e..771c9d9d69b 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -1948,11 +1948,11 @@ accessible by right-clicking "My Computer" or "Computer", selecting | |||
| 1948 | ** Emacs crashes when exiting the Emacs session | 1948 | ** Emacs crashes when exiting the Emacs session |
| 1949 | 1949 | ||
| 1950 | This was reported to happen when some optional DLLs, such as those | 1950 | This was reported to happen when some optional DLLs, such as those |
| 1951 | used for displaying images or the GnuTLS library, which are loaded | 1951 | used for displaying images or the GnuTLS library or zlib compression |
| 1952 | on-demand, have a runtime dependency on the libgcc DLL, | 1952 | library, which are loaded on-demand, have a runtime dependency on the |
| 1953 | libgcc_s_dw2-1.dll. The reason seems to be a bug in libgcc which | 1953 | libgcc DLL, libgcc_s_dw2-1.dll. The reason seems to be a bug in |
| 1954 | rears its ugly head whenever the libgcc DLL is loaded after Emacs has | 1954 | libgcc which rears its ugly head whenever the libgcc DLL is loaded |
| 1955 | started. | 1955 | after Emacs has started. |
| 1956 | 1956 | ||
| 1957 | One solution for this problem is to find an alternative build of the | 1957 | One solution for this problem is to find an alternative build of the |
| 1958 | same optional library that does not depend on the libgcc DLL. | 1958 | same optional library that does not depend on the libgcc DLL. |