diff options
| author | Miles Bader | 2005-06-09 07:13:03 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-06-09 07:13:03 +0000 |
| commit | d113efea8e0a56aedd60615f5dc6669c72aca77f (patch) | |
| tree | c51aa1cd5076acfc2391217b0d7dea96552011de /etc/PROBLEMS | |
| parent | 2435213ba6b74f7425e15b1f799c9ae18467e43d (diff) | |
| parent | 47600d8e97925ed8816b099267e24f4ab3311e75 (diff) | |
| download | emacs-d113efea8e0a56aedd60615f5dc6669c72aca77f.tar.gz emacs-d113efea8e0a56aedd60615f5dc6669c72aca77f.zip | |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-61
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 353-357)
- Update from CVS
Diffstat (limited to 'etc/PROBLEMS')
| -rw-r--r-- | etc/PROBLEMS | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index bddd5f633e3..f2c0cfaec50 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -1583,6 +1583,24 @@ global-font-lock-mode RET" or by customizing the variable | |||
| 1583 | 1583 | ||
| 1584 | ** GNU/Linux | 1584 | ** GNU/Linux |
| 1585 | 1585 | ||
| 1586 | *** GNU/Linux: Process output is corrupted. | ||
| 1587 | |||
| 1588 | There is a bug in Linux kernel 2.6.10 PTYs that can cause emacs to | ||
| 1589 | read corrupted process output. | ||
| 1590 | |||
| 1591 | *** GNU/Linux: Remote access to CVS with SSH causes file corruption. | ||
| 1592 | |||
| 1593 | If you access a remote CVS repository via SSH, files may be corrupted | ||
| 1594 | due to bad interaction between CVS, SSH, and libc. | ||
| 1595 | |||
| 1596 | To fix the problem, save the following script into a file, make it | ||
| 1597 | executable, and set CVS_RSH environment variable to the file name of | ||
| 1598 | the script: | ||
| 1599 | |||
| 1600 | #!/bin/bash | ||
| 1601 | exec 2> >(exec cat >&2 2>/dev/null) | ||
| 1602 | exec ssh "$@" | ||
| 1603 | |||
| 1586 | *** GNU/Linux: On Linux-based GNU systems using libc versions 5.4.19 through | 1604 | *** GNU/Linux: On Linux-based GNU systems using libc versions 5.4.19 through |
| 1587 | 5.4.22, Emacs crashes at startup with a segmentation fault. | 1605 | 5.4.22, Emacs crashes at startup with a segmentation fault. |
| 1588 | 1606 | ||