samba-bugs@samba.org
2008-Mar-16 09:00 UTC
DO NOT REPLY [Bug 5327] New: rsync hangs when using --remove-source-files with a bunch of files
https://bugzilla.samba.org/show_bug.cgi?id=5327
Summary: rsync hangs when using --remove-source-files with a
bunch of files
Product: rsync
Version: 3.0.0
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: vapier@gentoo.org
QAContact: rsync-qa@samba.org
as reported by David Leverton in Gentoo bug 193243:
mkdir remove-src-files-tst
cd remove-src-files-tst
mkdir src dst
for i in `seq -w 0 99`; do touch src/$i; done
rsync --recursive --remove-source-files --dry-run --verbose src/ dst/
it gets up to 49 and then hangs
tested with rsync-2.6.9 and rsync-3.0.0 with same behavior
--
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.
samba-bugs@samba.org
2008-Mar-16 14:00 UTC
DO NOT REPLY [Bug 5327] rsync hangs when using --remove-source-files with a bunch of files
https://bugzilla.samba.org/show_bug.cgi?id=5327 ------- Comment #1 from wayned@samba.org 2008-03-16 09:00 CST ------- Created an attachment (id=3175) --> (https://bugzilla.samba.org/attachment.cgi?id=3175&action=view) Fix a hang when using --remove-source-files and --dry-run This patch is for the development version, but is also relevant for 2.6.9. -- 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.
samba-bugs@samba.org
2008-Mar-16 14:01 UTC
DO NOT REPLY [Bug 5327] rsync hangs when using --remove-source-files with a bunch of files
https://bugzilla.samba.org/show_bug.cgi?id=5327
wayned@samba.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Comment #2 from wayned@samba.org 2008-03-16 09:01 CST -------
This is now fixed in the git repository. Thanks for the report!
--
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.
Possibly Parallel Threads
- DO NOT REPLY [Bug 5506] New: support utime differences at runtime, not configure/build time
- DO NOT REPLY [Bug 4787] New: add support for --max-delete=N where N is less than 0
- DO NOT REPLY [Bug 6422] New: rsync needlessly aborts when getcwd() fails
- DO NOT REPLY [Bug 5170] New: Cross compilation does not work
- DO NOT REPLY [Bug 6553] New: rsync hangs at filenames starting with an underscore