aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
authorMiles Bader2005-06-09 07:13:03 +0000
committerMiles Bader2005-06-09 07:13:03 +0000
commitd113efea8e0a56aedd60615f5dc6669c72aca77f (patch)
treec51aa1cd5076acfc2391217b0d7dea96552011de /etc/PROBLEMS
parent2435213ba6b74f7425e15b1f799c9ae18467e43d (diff)
parent47600d8e97925ed8816b099267e24f4ab3311e75 (diff)
downloademacs-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/PROBLEMS18
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
1588There is a bug in Linux kernel 2.6.10 PTYs that can cause emacs to
1589read corrupted process output.
1590
1591*** GNU/Linux: Remote access to CVS with SSH causes file corruption.
1592
1593If you access a remote CVS repository via SSH, files may be corrupted
1594due to bad interaction between CVS, SSH, and libc.
1595
1596To fix the problem, save the following script into a file, make it
1597executable, and set CVS_RSH environment variable to the file name of
1598the script:
1599
1600#!/bin/bash
1601exec 2> >(exec cat >&2 2>/dev/null)
1602exec 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
15875.4.22, Emacs crashes at startup with a segmentation fault. 16055.4.22, Emacs crashes at startup with a segmentation fault.
1588 1606