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

Re: Segfault during "svn info"

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Sun, 16 Nov 2008 21:07:20 +0200 (Jerusalem Standard Time)

CDaniel Shahaf wrote on Sun, 16 Nov 2008 at 20:52 +0200:
> Here is what I tried. The output is the same with yesterday's unpatched
> build and with patched HEAD build:
>
> C:\>svn info svn+tau://jens@10.1.0.1@
> /tmp/buildd/subversion-1.4.6dfsg1/subversion/svnserve/serve.c:2118: (apr_err=210005)
> svn: No repository found in 'svn+tau://jens@10.1.0.1'
>
> It doesn't assert. My temporary conclusion is that I don't know how to
> reproduce Jens' errors.

I managed to reproduce the assert -- apparently it only occurs when the
URL references an existing repository.

C:\home\Daniel>\svntrunk.bat ### yesterday's unpatched build

C:\home\Daniel>svn info svn+tau2://jens@10.0.1.1@
Assertion failed: svn_path_is_canonical(path, pool), file ..\..\..\subversion\libsvn_subr\path.c, line 359

C:\home\Daniel>\svntrunk.bat y ### today's patched build

C:\home\Daniel>svn info svn+tau2://jens@10.0.1.1@
Path: jens_at_10.0.1.1
URL: svn+tau2://jens@10.0.1.1
Repository Root: svn+tau2://jens@10.0.1.1
Repository UUID: 816f0cb1-10b7-437d-af1e-87da5dd3cbc6
Revision: 0
Node Kind: directory
Last Changed Rev: 0
Last Changed Date: 2008-11-16 20:56:39 +0200 (Sun, 16 Nov 2008)

So +1 here.

Sorry for the noise,

Daniel

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-11-16 20:07:35 CET

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.