emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/etc/PROBLEMS


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/etc/PROBLEMS
Date: Wed, 08 Jun 2005 08:13:32 -0400

Index: emacs/etc/PROBLEMS
diff -c emacs/etc/PROBLEMS:1.174 emacs/etc/PROBLEMS:1.175
*** emacs/etc/PROBLEMS:1.174    Sat Feb 19 12:56:21 2005
--- emacs/etc/PROBLEMS  Wed Jun  8 12:13:32 2005
***************
*** 1579,1584 ****
--- 1579,1602 ----
  
  ** GNU/Linux
  
+ *** GNU/Linux: Process output is corrupted.
+ 
+ There is a bug in Linux kernel 2.6.10 PTYs that can cause emacs to
+ read corrupted process output.
+ 
+ *** GNU/Linux: Remote access to CVS with SSH causes file corruption.
+ 
+ If you access a remote CVS repository via SSH, files may be corrupted
+ due to bad interaction between CVS, SSH, and libc.
+ 
+ To fix the problem, save the following script into a file, make it
+ executable, and set CVS_RSH environment variable to the file name of
+ the script:
+ 
+ #!/bin/bash
+ exec 2> >(exec cat >&2 2>/dev/null)
+ exec ssh "$@"
+ 
  *** GNU/Linux: On Linux-based GNU systems using libc versions 5.4.19 through
  5.4.22, Emacs crashes at startup with a segmentation fault.
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]