On Sun, Jan 21, 2007 at 08:23:25AM -0500, Matt McCutchen wrote:
> I had a similar problem, and Wayne is in the process of fixing it.
> Right now he's waiting for me to provide backtraces for the hung
> processes, which I will do very soon.

Another thing you can do in the debugger when attached to the generator
is to output a summary of the file-list info:

p *first_flist
p *first_flist->next
p *first_flist->next->next

I'm thinking that I will add a debug-output signal handler, probably
listening on SIGALRM.  This will let the user kill -14 any rsync 3.0.0
process to have it mention its role and some debug info.

..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