Displaying 1 result from an estimated 1 matches for "use_both_schem".
Did you mean:
use_both_schemes
2007 Aug 01
0
[PATCH] handle dir entries with zero length(!)
...0 2007-07-26 18:50 .$
drwxr-xr-x 4 root root 0 2007-06-15 20:34 ..$
-rw-r--r-- 1 root root 4096 2007-07-26 18:50 autosuspend$
-r--r--r-- 1 root root 4096 2007-07-26 18:50 blinkenlights$
-rw-r--r-- 1 root root 4096 2007-07-26 18:50 old_scheme_first$
-rw-r--r-- 1 root root 4096 2007-07-26 18:50 use_both_schemes$
Note the entry with an empty name...
Rsync was hitting that and then recursively trying to list that
directory again, until the stack overflowed.
As other tools seem to handle this situation gracefully (for example
cp -a, find), and dumping core is never a nice thing to do, I thought
that rsy...