-- Certified & Supported Apache Subversion Downloads: http://www.wandisco.com/subversion/download
----- Original Message ----- > From: Philip Martin <philip.mar...@wandisco.com> > To: dev@subversion.apache.org > Cc: > Sent: Monday, 25 February 2013, 5:37 > Subject: Re: merge test 125 is coredumping > > Stefan Sperling <s...@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. - Julian