You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Paul Burba <pt...@gmail.com> on 2013/03/06 18:02:09 UTC

Re: merge test 125 is coredumping

On Tue, Feb 26, 2013 at 11:37 PM, Julian Foad
<ju...@btopenworld.com> wrote:
>
> --
> Certified & Supported Apache Subversion Downloads: http://www.wandisco.com/subversion/download
>
> ----- Original Message -----
>> From: Philip Martin <ph...@wandisco.com>
>> To: dev@subversion.apache.org
>> Cc:
>> Sent: Monday, 25 February 2013, 5:37
>> Subject: Re: merge test 125 is coredumping
>>
>> Stefan Sperling <st...@elego.de> writes:
>>
>>>  Merge test 125 is leaving behind a core file on my system which
>>>  contains the following trace. Is anyone else seeing this?
>>
>>>      at subversion/libsvn_client/merge.c:4743
>>>  4743          SVN_ERR_ASSERT(*gap_start < *gap_end);
>>
>> I see the same assert.  This test has always been XFAIL.
>
> Sure, I see it too.  It's associated with <http://subversion.tigris.org/issues/show_bug.cgi?id=4132> "merge of replaced source asserts", as stated in the source comment on the assertion.  I have tried investigating before but not yet succeeded in tracing the root cause.

Fixed http://svn.apache.org/viewvc?view=revision&revision=1453425

-- 
Paul T. Burba
CollabNet, Inc. -- www.collab.net -- Enterprise Cloud Development
Skype: ptburba

Re: merge test 125 is coredumping

Posted by Julian Foad <ju...@btopenworld.com>.
Paul Burba wrote:
> On Tue, Feb 26, 2013 at 11:37 PM, Julian Foad wrote:
>> Philip Martin <ph...@wandisco.com>
>>> Stefan Sperling <st...@elego.de> writes:
>>>> Merge test 125 is leaving behind a core file on my system which
>>>> contains the following trace. Is anyone else seeing this?
>>> 
>>>>   at subversion/libsvn_client/merge.c:4743
>>>>   4743          SVN_ERR_ASSERT(*gap_start < *gap_end);
>>> 
>>> I see the same assert.  This test has always been XFAIL.
>> 
>> Sure, I see it too.  It's associated with 
>> <http://subversion.tigris.org/issues/show_bug.cgi?id=4132> "merge of 
>> replaced source asserts", as stated in the source comment on the 
>> assertion.  I have tried investigating before but not yet succeeded in
>> tracing the root cause.
> 
> Fixed http://svn.apache.org/viewvc?view=revision&revision=1453425

Fantastic!

- Julian