aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
authorGlenn Morris2011-01-17 18:49:59 -0800
committerGlenn Morris2011-01-17 18:49:59 -0800
commita9faac5c6333bcbfb30a00debf3de7a44e430e49 (patch)
tree32ac93da5a3873c87131704a6469838b044d575d /etc/PROBLEMS
parentacce4a473ad27f2dec42cf2d35ffe3bb1acd471a (diff)
parent9d760d754bde2eadd3f017fec5ea1cbe3810d666 (diff)
downloademacs-a9faac5c6333bcbfb30a00debf3de7a44e430e49.tar.gz
emacs-a9faac5c6333bcbfb30a00debf3de7a44e430e49.zip
Merge from emacs-23 branch, up to 2010-05-20T22:16:19Z!juri@jurta.org.
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS13
1 files changed, 13 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 3766250b782..7e856c11315 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -1660,6 +1660,19 @@ the script:
1660exec 2> >(exec cat >&2 2>/dev/null) 1660exec 2> >(exec cat >&2 2>/dev/null)
1661exec ssh "$@" 1661exec ssh "$@"
1662 1662
1663*** GNU/Linux: Truncated svn annotate output with SSH.
1664http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7791
1665
1666The symptoms are: you are accessing a svn repository over SSH.
1667You use vc-annotate on a large (several thousand line) file, and the
1668result is truncated around the 1000 line mark. It works fine with
1669other access methods (eg http), or from outside Emacs.
1670
1671This may be a similar libc/SSH issue to the one mentioned above for CVS.
1672A similar workaround seems to be effective: create a script with the
1673same contents as the one used above for CVS_RSH, and set the SVN_SSH
1674environment variable to point to it.
1675
1663*** GNU/Linux: On Linux-based GNU systems using libc versions 5.4.19 through 1676*** GNU/Linux: On Linux-based GNU systems using libc versions 5.4.19 through
16645.4.22, Emacs crashes at startup with a segmentation fault. 16775.4.22, Emacs crashes at startup with a segmentation fault.
1665 1678