[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r1400482 - in /subversion/trunk/subversion: include/svn_ra_svn.h libsvn_ra_svn/client.c libsvn_ra_svn/marshal.c svnserve/serve.c

From: Stefan Fuhrmann <stefan.fuhrmann_at_wandisco.com>
Date: Sat, 20 Oct 2012 20:46:19 +0200

On Sat, Oct 20, 2012 at 6:52 PM, Bert Huijben <bert_at_qqmail.nl> wrote:

>
>
> > -----Original Message-----
> > From: stefan2_at_apache.org [mailto:stefan2_at_apache.org]
> > Sent: zaterdag 20 oktober 2012 18:01
> > To: commits_at_subversion.apache.org
> > Subject: svn commit: r1400482 - in /subversion/trunk/subversion:
> > include/svn_ra_svn.h libsvn_ra_svn/client.c libsvn_ra_svn/marshal.c
> > svnserve/serve.c
> >
> > Author: stefan2
> > Date: Sat Oct 20 16:00:46 2012
> > New Revision: 1400482
> >
> > URL: http://svn.apache.org/viewvc?rev=1400482&view=rev
> > Log:
> > Update to non-deprecated API: switch 2 calls from free-form
> > ra_svn commands to templated commands.
>
> This revision causes 216 test failures on the Windows-ra buildbot. Several
> caused by some new
> W: ..\..\..\subversion\svn\checkout-cmd.c:168: (apr_err=210002)
> W: ..\..\..\subversion\libsvn_client\checkout.c:179: (apr_err=210002)
> W: ..\..\..\subversion\libsvn_client\update.c:579: (apr_err=210002)
> W: ..\..\..\subversion\libsvn_client\update.c:393: (apr_err=210002)
> W: ..\..\..\subversion\libsvn_client\iprops.c:169: (apr_err=210002)
> W: ..\..\..\subversion\libsvn_ra\ra_loader.c:1267: (apr_err=210002)
> W: ..\..\..\subversion\libsvn_ra_svn\client.c:2677: (apr_err=210002)
> W: ..\..\..\subversion\libsvn_ra_svn\client.c:244: (apr_err=210002)
> W: ..\..\..\subversion\libsvn_ra_svn\marshal.c:1743: (apr_err=210002)
> W: ..\..\..\subversion\libsvn_ra_svn\marshal.c:1619: (apr_err=210002)
> W: ..\..\..\subversion\libsvn_ra_svn\marshal.c:1489: (apr_err=210002)
> W: ..\..\..\subversion\libsvn_ra_svn\marshal.c:420: (apr_err=210002)
> W: ..\..\..\subversion\libsvn_ra_svn\marshal.c:410: (apr_err=210002)
> W: ..\..\..\subversion\libsvn_ra_svn\marshal.c:400: (apr_err=210002)
> W: ..\..\..\subversion\libsvn_ra_svn\marshal.c:350: (apr_err=210002)
> W: ..\..\..\subversion\libsvn_subr\stream.c:143: (apr_err=210002)
> W: ..\..\..\subversion\libsvn_ra_svn\streams.c:159: (apr_err=210002)
> W: svn: E210002: Network connection closed unexpectedly
>

One of the two new command templates was wrong ("c?r" instead of ("c(?r").
Fixed in r1400500.

While the later ones appear to be caused by the quite frequent crash of the
> svnserve process I now often see on the svnserve buildbot.
>
> My guess is that we introduced a stability problem somewhere over the last
> few months. (A pool lifetime issue, or similar)
>

Hm. I currently know of two issues:

* some tests tend to fail when executed in parallel
  (might be remotely related to what you see)
* a customer got an assert() when using 1.8. My guess
  is that there is a buffer overflow - I'm currently working
  on that.

-- Stefan^2.

-- 
*
Join us this October at Subversion Live
2012<http://www.wandisco.com/svn-live-2012>
 for two days of best practice SVN training, networking, live demos,
committer meet and greet, and more! Space is limited, so get signed up
today<http://www.wandisco.com/svn-live-2012>
!
*
Received on 2012-10-20 20:46:53 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.