diff options
| author | Glenn Morris | 2011-01-17 18:49:59 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-01-17 18:49:59 -0800 |
| commit | a9faac5c6333bcbfb30a00debf3de7a44e430e49 (patch) | |
| tree | 32ac93da5a3873c87131704a6469838b044d575d /etc/PROBLEMS | |
| parent | acce4a473ad27f2dec42cf2d35ffe3bb1acd471a (diff) | |
| parent | 9d760d754bde2eadd3f017fec5ea1cbe3810d666 (diff) | |
| download | emacs-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/PROBLEMS | 13 |
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: | |||
| 1660 | exec 2> >(exec cat >&2 2>/dev/null) | 1660 | exec 2> >(exec cat >&2 2>/dev/null) |
| 1661 | exec ssh "$@" | 1661 | exec ssh "$@" |
| 1662 | 1662 | ||
| 1663 | *** GNU/Linux: Truncated svn annotate output with SSH. | ||
| 1664 | http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7791 | ||
| 1665 | |||
| 1666 | The symptoms are: you are accessing a svn repository over SSH. | ||
| 1667 | You use vc-annotate on a large (several thousand line) file, and the | ||
| 1668 | result is truncated around the 1000 line mark. It works fine with | ||
| 1669 | other access methods (eg http), or from outside Emacs. | ||
| 1670 | |||
| 1671 | This may be a similar libc/SSH issue to the one mentioned above for CVS. | ||
| 1672 | A similar workaround seems to be effective: create a script with the | ||
| 1673 | same contents as the one used above for CVS_RSH, and set the SVN_SSH | ||
| 1674 | environment 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 |
| 1664 | 5.4.22, Emacs crashes at startup with a segmentation fault. | 1677 | 5.4.22, Emacs crashes at startup with a segmentation fault. |
| 1665 | 1678 | ||