diff options
| -rw-r--r-- | etc/PROBLEMS | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 94c78b696db..a67771d474d 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -2033,6 +2033,19 @@ Definitions" to make them defined. | |||
| 2033 | We list bugs in current versions here. See also the section on legacy | 2033 | We list bugs in current versions here. See also the section on legacy |
| 2034 | systems. | 2034 | systems. |
| 2035 | 2035 | ||
| 2036 | *** On Solaris 10, Emacs crashes during the build process. | ||
| 2037 | This was reported for Emacs 25.2 on i386-pc-solaris2.10 with Sun | ||
| 2038 | Studio 12 (Sun C 5.9) and with Oracle Developer Studio 12.6 (Sun C | ||
| 2039 | 5.15), and intermittently for sparc-sun-solaris2.10 with Oracle | ||
| 2040 | Developer Studio 12.5 (Sun C 5.14). Disabling compiler optimization | ||
| 2041 | seems to fix the bug, as does upgrading the Solaris 10 operating | ||
| 2042 | system to Update 11. The cause of the bug is unknown: it may be that | ||
| 2043 | Emacs's archaic memory-allocation scheme is not compatible with | ||
| 2044 | slightly-older versions of Solaris and/or Oracle Studio, or it may be | ||
| 2045 | something else. Since the cause is not known, possibly the bug is | ||
| 2046 | still present in newer versions of Emacs, Oracle Studio, and/or | ||
| 2047 | Solaris. See Bug#26638. | ||
| 2048 | |||
| 2036 | *** On Solaris, C-x doesn't get through to Emacs when you use the console. | 2049 | *** On Solaris, C-x doesn't get through to Emacs when you use the console. |
| 2037 | 2050 | ||
| 2038 | This is a Solaris feature (at least on Intel x86 cpus). Type C-r | 2051 | This is a Solaris feature (at least on Intel x86 cpus). Type C-r |