diff options
| author | Stefan Monnier | 2017-10-06 09:50:54 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2017-10-06 09:50:54 -0400 |
| commit | 11f9cb522fed9aa6552f6315340ca7352661a1e8 (patch) | |
| tree | 39facc48471c67b321c045e47d70ef030adbea44 /etc/PROBLEMS | |
| parent | 92045f4546b9708dc9f69954799d211c1f56ff1e (diff) | |
| parent | 9655937da4a339300c624addd97674c038a01bc9 (diff) | |
| download | emacs-11f9cb522fed9aa6552f6315340ca7352661a1e8.tar.gz emacs-11f9cb522fed9aa6552f6315340ca7352661a1e8.zip | |
Merge emacs-26
Diffstat (limited to 'etc/PROBLEMS')
| -rw-r--r-- | etc/PROBLEMS | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 2da99324b5f..4db97ffd74c 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -2029,6 +2029,19 @@ Definitions" to make them defined. | |||
| 2029 | We list bugs in current versions here. See also the section on legacy | 2029 | We list bugs in current versions here. See also the section on legacy |
| 2030 | systems. | 2030 | systems. |
| 2031 | 2031 | ||
| 2032 | *** On Solaris 10, Emacs crashes during the build process. | ||
| 2033 | This was reported for Emacs 25.2 on i386-pc-solaris2.10 with Sun | ||
| 2034 | Studio 12 (Sun C 5.9) and with Oracle Developer Studio 12.6 (Sun C | ||
| 2035 | 5.15), and intermittently for sparc-sun-solaris2.10 with Oracle | ||
| 2036 | Developer Studio 12.5 (Sun C 5.14). Disabling compiler optimization | ||
| 2037 | seems to fix the bug, as does upgrading the Solaris 10 operating | ||
| 2038 | system to Update 11. The cause of the bug is unknown: it may be that | ||
| 2039 | Emacs's archaic memory-allocation scheme is not compatible with | ||
| 2040 | slightly-older versions of Solaris and/or Oracle Studio, or it may be | ||
| 2041 | something else. Since the cause is not known, possibly the bug is | ||
| 2042 | still present in newer versions of Emacs, Oracle Studio, and/or | ||
| 2043 | Solaris. See Bug#26638. | ||
| 2044 | |||
| 2032 | *** On Solaris, C-x doesn't get through to Emacs when you use the console. | 2045 | *** On Solaris, C-x doesn't get through to Emacs when you use the console. |
| 2033 | 2046 | ||
| 2034 | This is a Solaris feature (at least on Intel x86 cpus). Type C-r | 2047 | This is a Solaris feature (at least on Intel x86 cpus). Type C-r |