Mercurial > emacs
comparison etc/PROBLEMS @ 112347:67bea318ed68
Merge from emacs-23 branch, up to r100386.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Mon, 17 Jan 2011 18:49:59 -0800 |
parents | 707234851c48 a3e090c3eecb |
children |
comparison
equal
deleted
inserted
replaced
112342:c22f11c3d8ba | 112347:67bea318ed68 |
---|---|
1658 | 1658 |
1659 #!/bin/bash | 1659 #!/bin/bash |
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 |
1666 This problem happens if libc defines the symbol __malloc_initialized. | 1679 This problem happens if libc defines the symbol __malloc_initialized. |
1667 One known solution is to upgrade to a newer libc version. 5.4.33 is | 1680 One known solution is to upgrade to a newer libc version. 5.4.33 is |