comparison etc/PROBLEMS @ 112346:a3e090c3eecb

* etc/PROBLEMS: Add note about svn+ssh. (Bug#7791)
author Glenn Morris <rgm@gnu.org>
date Mon, 17 Jan 2011 18:31:59 -0800
parents 376148b31b5e
children 67bea318ed68
comparison
equal deleted inserted replaced
112345:32f10f475431 112346:a3e090c3eecb
1743 1743
1744 #!/bin/bash 1744 #!/bin/bash
1745 exec 2> >(exec cat >&2 2>/dev/null) 1745 exec 2> >(exec cat >&2 2>/dev/null)
1746 exec ssh "$@" 1746 exec ssh "$@"
1747 1747
1748 *** GNU/Linux: Truncated svn annotate output with SSH.
1749 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7791
1750
1751 The symptoms are: you are accessing a svn repository over SSH.
1752 You use vc-annotate on a large (several thousand line) file, and the
1753 result is truncated around the 1000 line mark. It works fine with
1754 other access methods (eg http), or from outside Emacs.
1755
1756 This may be a similar libc/SSH issue to the one mentioned above for CVS.
1757 A similar workaround seems to be effective: create a script with the
1758 same contents as the one used above for CVS_RSH, and set the SVN_SSH
1759 environment variable to point to it.
1760
1748 *** GNU/Linux: On Linux-based GNU systems using libc versions 5.4.19 through 1761 *** GNU/Linux: On Linux-based GNU systems using libc versions 5.4.19 through
1749 5.4.22, Emacs crashes at startup with a segmentation fault. 1762 5.4.22, Emacs crashes at startup with a segmentation fault.
1750 1763
1751 This problem happens if libc defines the symbol __malloc_initialized. 1764 This problem happens if libc defines the symbol __malloc_initialized.
1752 One known solution is to upgrade to a newer libc version. 5.4.33 is 1765 One known solution is to upgrade to a newer libc version. 5.4.33 is
3810 3823
3811 Local variables: 3824 Local variables:
3812 mode: outline 3825 mode: outline
3813 paragraph-separate: "[ ]*$" 3826 paragraph-separate: "[ ]*$"
3814 end: 3827 end:
3815
3816 arch-tag: 49fc0d95-88cb-4715-b21c-f27fb5a4764a