[Bug 2766] rsync endless loop

samba-bugs at samba.org samba-bugs at samba.org
Wed Jun 8 16:07:14 GMT 2005


https://bugzilla.samba.org/show_bug.cgi?id=2766


wayned at samba.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




------- Additional Comments From wayned at samba.org  2005-06-08 09:07 -------
The best thing you can do is to run a version with debug symbols intact: rsync
builds with debug symbols by default, but strips them from the installed
version, so either run a non-stripped binary from an rsync build dir, or make
sure that the stripped version that is running is based on the non-stripped
version (so that it differs only in the stripped symbols).  Then, when the
processes hang, attach gdb to each process using a non-stripped rsync binary as
the first arg and the process number as the second arg.  You'll then be able to
run "bt" (backtrace) and see exactly where rsync is in the code.  You can look
around, printing out any variables via the "p" command, etc.

-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


More information about the rsync mailing list