Re: rsync 2.6.1cvs dumps core when preserve_hard_links and backup

2004-02-10 Thread Wayne Davison
On Tue, Feb 10, 2004 at 03:57:22PM -0800, Wayne Davison wrote: > If you can send me a test case that triggers this failure, I'd > appreciate it. I found a crash bug in the backup code that may have caused the problem you were seeing (if it corrupted memory in the right way). Give the latest CVS v

Re: rsync 2.6.1cvs dumps core when preserve_hard_links and backup

2004-02-10 Thread jw schultz
On Tue, Feb 10, 2004 at 04:21:26PM -0800, Wayne Davison wrote: > On Tue, Feb 10, 2004 at 03:26:15PM -0800, jw schultz wrote: > > CVS has a simplified test now that should avoid the segfault. > > It is just for a verbose message. > > I don't see how the message is useful at all since the code shoul

Re: rsync 2.6.1cvs dumps core when preserve_hard_links and backup

2004-02-10 Thread Wayne Davison
On Tue, Feb 10, 2004 at 03:26:15PM -0800, jw schultz wrote: > CVS has a simplified test now that should avoid the segfault. > It is just for a verbose message. I don't see how the message is useful at all since the code should never call down to keep_backup() with anything but the one "lead" membe

Re: rsync 2.6.1cvs dumps core when preserve_hard_links and backup

2004-02-10 Thread Wayne Davison
On Tue, Feb 10, 2004 at 01:40:48PM +0900, Shinichi Maruyama wrote: > I tried rsync 2.6.1cvs on my FreeBSD 4.X boxes. > It dumps core when preserve_hard_links and backup. I couldn't get it to dump core. > file->link_u.links (and also file->F_HLINDEX) has some values, > but no mea

Re: rsync 2.6.1cvs dumps core when preserve_hard_links and backup

2004-02-10 Thread jw schultz
On Tue, Feb 10, 2004 at 01:40:48PM +0900, Shinichi Maruyama wrote: > I tried rsync 2.6.1cvs on my FreeBSD 4.X boxes. > It dumps core when preserve_hard_links and backup. > And SUPPORT_HARD_LINKS is true. > > rsync -avH --delete --backup --backup-dir=/some/backup/dir \ >

Re: rsync 2.6.1cvs dumps core when preserve_hard_links and backup

2004-02-09 Thread jw schultz
On Tue, Feb 10, 2004 at 01:40:48PM +0900, Shinichi Maruyama wrote: > I tried rsync 2.6.1cvs on my FreeBSD 4.X boxes. > It dumps core when preserve_hard_links and backup. > And SUPPORT_HARD_LINKS is true. > > rsync -avH --delete --backup --backup-dir=/some/backup/dir \ >

rsync 2.6.1cvs dumps core when preserve_hard_links and backup

2004-02-09 Thread Shinichi Maruyama
I tried rsync 2.6.1cvs on my FreeBSD 4.X boxes. It dumps core when preserve_hard_links and backup. And SUPPORT_HARD_LINKS is true. rsync -avH --delete --backup --backup-dir=/some/backup/dir \ srchost::dir/ dir/ The core says...