Michael Bourgon
2002-Dec-23 15:57 UTC
Segmentation Fault on Large (over 2 gig) file from Win2k client to Win2k daemon.
I am trying to sync some large (greater than 2 gigabytes) files, pushing them from a Win2k client to a Win2k machine running the rsync daemon. Both machines have the CYGWIN environmental variable set to ntsec. Below is the full session. There is only one file in the MyDatabase directory on the client, but it's 2.2 gig. Once I get this working, I want to set it up to exclude files in that directory matching the filename MyDatabase*.TRN. If I do a dry run, it appears that it will work successfully (attached at the very end of this message), but when I remove the --dry-run, it fails. Thanks in advance. $ rsync.exe -a -vvv --stats -z -W --progress /cygdrive/f/MyDatabase/ 192.168.0.8::SQL opening tcp connection to 192.168.0.8 port 873 building file list ... make_file(3,.) expand file_list to 4000 bytes, did move make_file(3,MyDatabase_db_200212182102.BAK) 2 files to consider send_file_list done send_files starting ./ send_files(1,/cygdrive/f/MyDatabase/MyDatabase_db_200212182102.BAK) send_files mapped /cygdrive/f/MyDatabase/MyDatabase_db_200212182102.BAK of size -1947223552 calling match_sums /cygdrive/f/MyDatabase/MyDatabase_db_200212182102.BAK MyDatabase_db_200212182102.BAK Segmentation fault (core dumped) ------with dry-run enabled------ send_files phase=1 send files finished total: matches=0 tag_hits=0 false_alarms=0 data=0 Number of files: 2 Number of files transferred: 1 Total file size: -1947223552 bytes Total transferred file size: -1947223552 bytes Literal data: 0 bytes Matched data: 0 bytes File list size: 110 Total bytes written: 169 Total bytes read: 44 wrote 169 bytes read 44 bytes 8.69 bytes/sec total size is -1947223552 speedup is -9141894.61 _exit_cleanup(code=0, file=/tmp/rsync-2.5.5/main.c, line=579): about to call exi t(0) __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com
David Starks-Browning
2003-Jan-12 21:11 UTC
Segmentation Fault on Large (over 2 gig) file from Win2k client to Win2k daemon.
[Sorry for the late reply. I was on holiday. Apologies if this has already been answered, but I did not find a matching reply with the same subject in the list archives.} On Monday 23 Dec 02, Michael Bourgon writes:> I am trying to sync some large (greater than 2 > gigabytes) files, pushing them from a Win2k client to > a Win2k machine running the rsync daemon. Both > machines have the CYGWIN environmental variable set to > ...Cygwin does not support large files (> 2GB). Sorry. David