On Fri, Jun 10, 2005 at 05:14:57AM -0400, Erik Jan Tromp wrote:
> if I remove every possible option except --fuzzy & --link-dest,
> segfault every time.

I haven't seen that in my testing.  One easy thing to do is to make sure
that core dumping is enabled and look at a backtrace:

ulimit -c unlimited
/path/to/non-stripped/rsync ...
gdb /path/to/non-stripped/rsync /path/to/core
bt

The backtract (bt) command will tell us where the program is crashing,
and should help me to find the bug.  Note that a non-stripped rsync can
be found in the build dir, and that the core file will probably be in
the destination directory of your pull transfer.

..wayne..
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to