[Bug 8308] rsync: exclude.c:532: change_local_filter_dir: Assertion `dir_depth < 4096/2+1' failed

2014-04-08 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8308 --- Comment #6 from John 2014-04-09 04:38:00 UTC --- Oh god this is awful. But it is making more sense now - these macros are supposed to be accessing various members internal to the file_struct structure. This is hideous though. I cannot believe w

[Bug 8308] rsync: exclude.c:532: change_local_filter_dir: Assertion `dir_depth < 4096/2+1' failed

2014-04-08 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8308 --- Comment #5 from John 2014-04-09 04:03:11 UTC --- woops, it's not just a 64bit pointer being treated as 32. When you run macro F_DEPTH(file) you're actually subtracting the size of a 32bit integer, ie 4 bytes, but file is a pointer to structure

[Bug 8308] rsync: exclude.c:532: change_local_filter_dir: Assertion `dir_depth < 4096/2+1' failed

2014-04-08 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8308 --- Comment #4 from John 2014-04-09 03:05:08 UTC --- from rsync.h: union file_extras { int32 num; uint32 unum; }; #define REQ_EXTRA(f,ndx) ((union file_extras*)(f) - (ndx)) #define F_DEPTH(f) REQ_EXTRA(f, 1)->num f

[Bug 10527] Rsync Deadlock when copying files

2014-04-08 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=10527 --- Comment #5 from Colin Rice 2014-04-09 02:53:35 UTC --- lsof | grep rsync is showing no open files -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the QA con

[Bug 8308] rsync: exclude.c:532: change_local_filter_dir: Assertion `dir_depth < 4096/2+1' failed

2014-04-08 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8308 --- Comment #3 from John 2014-04-09 02:04:50 UTC --- Some slightly better info from gdb, caught program with bad value of dir_depth, before crash. There is no way this dir suddenly out of the blue has a depth of 1622. Looks like i need to recompile

[Bug 8308] rsync: exclude.c:532: change_local_filter_dir: Assertion `dir_depth < 4096/2+1' failed

2014-04-08 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8308 --- Comment #2 from John 2014-04-09 01:38:35 UTC --- Should've actually added a comment on this bit: http://sourceforge.net/p/luckybackup/discussion/873564/thread/864b0b61/ "Indeed, rsync seems to bring this error up when specific filter rules (in

[Bug 8308] rsync: exclude.c:532: change_local_filter_dir: Assertion `dir_depth < 4096/2+1' failed

2014-04-08 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8308 --- Comment #1 from j...@mensa.org.au 2014-04-09 01:31:48 UTC --- I also see this bug with the latest sources for: 3.1.1pre1 and i have a directory tree i can reproduce this bug with easily, on a local machine. No remote transfer required. It is rel

[Bug 10527] Rsync Deadlock when copying files

2014-04-08 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=10527 --- Comment #3 from roland 2014-04-08 21:34:43 UTC --- does it always deadlock at the same file/position ? please check with losf |grep rsync, to see at which file rsync got stuck... -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi

[Bug 10527] Rsync Deadlock when copying files

2014-04-08 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=10527 --- Comment #4 from roland 2014-04-08 21:42:19 UTC --- pardon, typo - it should read lsof|grep rsync -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the QA co

Re: RFC: slow-down option

2014-04-08 Thread Dave Taht
The biggest problem we've found with modern day gateways is that they are dramatically overbuffered and this messes with tcp's congestion avoidance mode, a lot. Innumerable resources on "bufferbloat" are on bufferbloat.net to this effect: https://www.bufferbloat.net/projects/bloat/wiki/TechnicalI

Re: RFC: slow-down option

2014-04-08 Thread devzero
regarding dynamic slowdown, you may also have a look at: https://bugzilla.samba.org/show_bug.cgi?id=7120 regards Roland List: rsync Subject:Re: RFC: slow-down option From: Marian Marinov Date: 2014-04-03 12:52:53 Message-ID: 533D59A5.4080503 () yuhu ! biz [Download message

Alternative rsync client for Windows

2014-04-08 Thread Gilbert (Gang) Chen
Hi, there, We're pleased to announce the open beta of Acrosync, a native rsync client for Windows. Key features include: - Easy install, no more dependency on cygwin - Simple GUI, one click to start the sync - sync over ssh for security, or directly with an rsync daemon - For ss