Re: Infinite recursion in mergeparentdata

2008-03-27 Thread Richard Hughes
>> I'm getting a crash during conversion when GetPathDepth recurses >> itself forever (Perl exhausts its address space then segfaults). It >> appears to be caused by a pair of physicalaction rows which refer to >> each other > > Thanks Richard, although I wasn't able to test the patch since I > n

Re: Infinite recursion in mergeparentdata

2008-03-10 Thread Toby Johnson
Richard Hughes wrote: This is a resurrection of a thread from 6 months ago, for which I now have more information. The basic background was: I'm getting a crash during conversion when GetPathDepth recurses itself forever (Perl exhausts its address space then segfaults). It appears to be caus

Re: Infinite recursion in mergeparentdata

2008-03-08 Thread Richard Hughes
This is a resurrection of a thread from 6 months ago, for which I now have more information. The basic background was: >> I'm getting a crash during conversion when GetPathDepth recurses >> itself forever (Perl exhausts its address space then segfaults). It >> appears to be caused by a pair of phy

Re: Infinite recursion in mergeparentdata

2007-07-30 Thread Richard Hughes
> thanks for the report. The problem is, that there is already a fix in > the code, to protect against multiple move merges. Do you get any > warning like: Multiple child recs for parent MOVE rec 70374? No, the only non-status messages are: Using a hash as a reference is deprecated at Vss2Svn/Du

Re: Infinite recursion in mergeparentdata

2007-07-27 Thread Dirk
Hi, Richard, thanks for the report. The problem is, that there is already a fix in the code, to protect against multiple move merges. Do you get any warning like: Multiple child recs for parent MOVE rec 70374? The solution in r323 is not 100% perfect, since it will only test the first matche